hotdata-framework 0.6.1__tar.gz → 0.6.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {hotdata_framework-0.6.1 → hotdata_framework-0.6.2}/CHANGELOG.md +7 -1
- {hotdata_framework-0.6.1 → hotdata_framework-0.6.2}/PKG-INFO +1 -1
- {hotdata_framework-0.6.1 → hotdata_framework-0.6.2}/pyproject.toml +1 -1
- {hotdata_framework-0.6.1 → hotdata_framework-0.6.2}/tests/test_errors.py +1 -2
- {hotdata_framework-0.6.1 → hotdata_framework-0.6.2}/tests/test_managed_client.py +1 -2
- {hotdata_framework-0.6.1 → hotdata_framework-0.6.2}/uv.lock +1 -1
- {hotdata_framework-0.6.1 → hotdata_framework-0.6.2}/.github/dependabot.yml +0 -0
- {hotdata_framework-0.6.1 → hotdata_framework-0.6.2}/.github/workflows/check-release.yml +0 -0
- {hotdata_framework-0.6.1 → hotdata_framework-0.6.2}/.github/workflows/ci.yml +0 -0
- {hotdata_framework-0.6.1 → hotdata_framework-0.6.2}/.github/workflows/dependabot-automerge.yml +0 -0
- {hotdata_framework-0.6.1 → hotdata_framework-0.6.2}/.github/workflows/publish.yml +0 -0
- {hotdata_framework-0.6.1 → hotdata_framework-0.6.2}/.github/workflows/release.yml +0 -0
- {hotdata_framework-0.6.1 → hotdata_framework-0.6.2}/.gitignore +0 -0
- {hotdata_framework-0.6.1 → hotdata_framework-0.6.2}/CONTRACT.md +0 -0
- {hotdata_framework-0.6.1 → hotdata_framework-0.6.2}/README.md +0 -0
- {hotdata_framework-0.6.1 → hotdata_framework-0.6.2}/RELEASING.md +0 -0
- {hotdata_framework-0.6.1 → hotdata_framework-0.6.2}/examples/basic_usage.py +0 -0
- {hotdata_framework-0.6.1 → hotdata_framework-0.6.2}/hotdata_framework/__init__.py +0 -0
- {hotdata_framework-0.6.1 → hotdata_framework-0.6.2}/hotdata_framework/client.py +0 -0
- {hotdata_framework-0.6.1 → hotdata_framework-0.6.2}/hotdata_framework/databases.py +0 -0
- {hotdata_framework-0.6.1 → hotdata_framework-0.6.2}/hotdata_framework/env.py +0 -0
- {hotdata_framework-0.6.1 → hotdata_framework-0.6.2}/hotdata_framework/errors.py +0 -0
- {hotdata_framework-0.6.1 → hotdata_framework-0.6.2}/hotdata_framework/health.py +0 -0
- {hotdata_framework-0.6.1 → hotdata_framework-0.6.2}/hotdata_framework/http.py +0 -0
- {hotdata_framework-0.6.1 → hotdata_framework-0.6.2}/hotdata_framework/managed_client.py +0 -0
- {hotdata_framework-0.6.1 → hotdata_framework-0.6.2}/hotdata_framework/py.typed +0 -0
- {hotdata_framework-0.6.1 → hotdata_framework-0.6.2}/hotdata_framework/result.py +0 -0
- {hotdata_framework-0.6.1 → hotdata_framework-0.6.2}/scripts/check-release.py +0 -0
- {hotdata_framework-0.6.1 → hotdata_framework-0.6.2}/scripts/extract-changelog.py +0 -0
- {hotdata_framework-0.6.1 → hotdata_framework-0.6.2}/scripts/publish-workflow.sh +0 -0
- {hotdata_framework-0.6.1 → hotdata_framework-0.6.2}/scripts/release.sh +0 -0
- {hotdata_framework-0.6.1 → hotdata_framework-0.6.2}/scripts/update_changelog.py +0 -0
- {hotdata_framework-0.6.1 → hotdata_framework-0.6.2}/tests/test_client.py +0 -0
- {hotdata_framework-0.6.1 → hotdata_framework-0.6.2}/tests/test_contract.py +0 -0
- {hotdata_framework-0.6.1 → hotdata_framework-0.6.2}/tests/test_databases.py +0 -0
- {hotdata_framework-0.6.1 → hotdata_framework-0.6.2}/tests/test_health.py +0 -0
- {hotdata_framework-0.6.1 → hotdata_framework-0.6.2}/tests/test_result.py +0 -0
- {hotdata_framework-0.6.1 → hotdata_framework-0.6.2}/tests/test_update_changelog.py +0 -0
- {hotdata_framework-0.6.1 → hotdata_framework-0.6.2}/tests/test_version.py +0 -0
|
@@ -8,11 +8,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
10
|
|
|
11
|
+
## [0.6.2] - 2026-07-08
|
|
12
|
+
|
|
13
|
+
### Changed
|
|
14
|
+
|
|
15
|
+
- Repository text cleanup: the changelog and test docstrings no longer reference external issue trackers. No functional changes; 0.6.2 is byte-identical to 0.6.1 in package code.
|
|
16
|
+
|
|
11
17
|
## [0.6.1] - 2026-07-08
|
|
12
18
|
|
|
13
19
|
### Fixed
|
|
14
20
|
|
|
15
|
-
- `ManagedDatabaseClient.fetch_table` now carries the `X-Database-Id` scope header on the result poll, the query-run poll, and the Arrow fetch — not only on the query submit. Results of database-scoped queries are themselves database-scoped, so every read against an existing synced table (merge/append loads, dlt state restore) failed with `400: Bad Request` once the table had data
|
|
21
|
+
- `ManagedDatabaseClient.fetch_table` now carries the `X-Database-Id` scope header on the result poll, the query-run poll, and the Arrow fetch — not only on the query submit. Results of database-scoped queries are themselves database-scoped, so every read against an existing synced table (merge/append loads, dlt state restore) failed with `400: Bad Request` once the table had data.
|
|
16
22
|
- API error messages now include the response body (flattened, truncated to 500 chars). `400: Bad Request` alone hid the server's actual explanation.
|
|
17
23
|
|
|
18
24
|
### Changed
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: hotdata-framework
|
|
3
|
-
Version: 0.6.
|
|
3
|
+
Version: 0.6.2
|
|
4
4
|
Summary: Python framework for building Hotdata integrations: workspace/session runtime, query execution, and managed databases
|
|
5
5
|
Project-URL: Homepage, https://www.hotdata.dev
|
|
6
6
|
Project-URL: Documentation, https://www.hotdata.dev/docs
|
|
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "hotdata-framework"
|
|
7
|
-
version = "0.6.
|
|
7
|
+
version = "0.6.2"
|
|
8
8
|
description = "Python framework for building Hotdata integrations: workspace/session runtime, query execution, and managed databases"
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
requires-python = ">=3.10"
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
"""Error message construction: the API's response body must survive.
|
|
2
2
|
|
|
3
3
|
"400: Bad Request" alone is undebuggable; the body carries the server's
|
|
4
|
-
actual explanation (e.g. which header was missing).
|
|
5
|
-
opaque load failures in dlthubworker#70.
|
|
4
|
+
actual explanation (e.g. which header was missing).
|
|
6
5
|
"""
|
|
7
6
|
|
|
8
7
|
from __future__ import annotations
|
|
@@ -107,8 +107,7 @@ def test_fetch_table_carries_database_scope_on_result_reads(
|
|
|
107
107
|
hotdata 0.6.0 SDK exposes ``x_database_id`` on all three.
|
|
108
108
|
|
|
109
109
|
Regression: reruns/append loads against an existing synced table failed
|
|
110
|
-
with an opaque ``400: Bad Request``
|
|
111
|
-
omitted the scope.
|
|
110
|
+
with an opaque ``400: Bad Request`` because both reads omitted the scope.
|
|
112
111
|
"""
|
|
113
112
|
result_scopes: list[str | None] = []
|
|
114
113
|
arrow_scopes: list[str | None] = []
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{hotdata_framework-0.6.1 → hotdata_framework-0.6.2}/.github/workflows/dependabot-automerge.yml
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|