-
Notifications
You must be signed in to change notification settings - Fork 166
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
detect breaking changes #394
base: main
Are you sure you want to change the base?
Commits on Feb 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0ac5f9e - Browse repository at this point
Copy the full SHA 0ac5f9eView commit details
Commits on Feb 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4bf7f78 - Browse repository at this point
Copy the full SHA 4bf7f78View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f5b579 - Browse repository at this point
Copy the full SHA 5f5b579View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8124844 - Browse repository at this point
Copy the full SHA 8124844View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e273ae - Browse repository at this point
Copy the full SHA 0e273aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for dddf6a3 - Browse repository at this point
Copy the full SHA dddf6a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 976c0ea - Browse repository at this point
Copy the full SHA 976c0eaView commit details
Commits on Feb 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6374b0d - Browse repository at this point
Copy the full SHA 6374b0dView commit details
Commits on Feb 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 04a2677 - Browse repository at this point
Copy the full SHA 04a2677View commit details -
Configuration menu - View commit details
-
Copy full SHA for d40a1c3 - Browse repository at this point
Copy the full SHA d40a1c3View commit details
Commits on Feb 20, 2024
-
Build: Bump getdaft from 0.2.14 to 0.2.15 (apache#434)
Bumps [getdaft](https://github.com/Eventual-Inc/Daft) from 0.2.14 to 0.2.15. - [Release notes](https://github.com/Eventual-Inc/Daft/releases) - [Commits](Eventual-Inc/Daft@v0.2.14...v0.2.15) --- updated-dependencies: - dependency-name: getdaft dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 68123df - Browse repository at this point
Copy the full SHA 68123dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8241bf3 - Browse repository at this point
Copy the full SHA 8241bf3View commit details -
Build: Bump moto from 5.0.1 to 5.0.2 (apache#447)
Bumps [moto](https://github.com/getmoto/moto) from 5.0.1 to 5.0.2. - [Release notes](https://github.com/getmoto/moto/releases) - [Changelog](https://github.com/getmoto/moto/blob/master/CHANGELOG.md) - [Commits](getmoto/moto@5.0.1...5.0.2) --- updated-dependencies: - dependency-name: moto dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 92f1d74 - Browse repository at this point
Copy the full SHA 92f1d74View commit details -
Build: Bump mkdocs-material from 9.5.9 to 9.5.10 (apache#448)
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 9.5.9 to 9.5.10. - [Release notes](https://github.com/squidfunk/mkdocs-material/releases) - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG) - [Commits](squidfunk/mkdocs-material@9.5.9...9.5.10) --- updated-dependencies: - dependency-name: mkdocs-material dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for aa0336c - Browse repository at this point
Copy the full SHA aa0336cView commit details -
Make the snapshot creation part of the
Transaction
(apache#446)* Make the snapshot creation part of the `Transaction` This is also how it is done in Java, and I really like it since it allows you to easily queue up updates in a transaction. For example, an update to the schema. * Extend the API
Configuration menu - View commit details
-
Copy full SHA for a38f12a - Browse repository at this point
Copy the full SHA a38f12aView commit details -
Send X-Iceberg-Access-Delegation header to signal support for vended …
…credentials/remote signing (apache#436) * Send X-Iceberg-Access-Delegation header to signal support for vended credentials/remote signing Clients can optionally send this header to signal which delegated access pattern it can support. At this point the iceberg-python client can support `vended-credentials` and `remote-signing`, thus we can always send this header. Addtional details about this header can be found in the REST OpenAPI spec: https://github.com/apache/iceberg/blob/main/open-api/rest-catalog-open-api.yaml#L1459-L1483 * Update rest.py
Configuration menu - View commit details
-
Copy full SHA for 1097871 - Browse repository at this point
Copy the full SHA 1097871View commit details -
Retry with new Access Token HTTP 419 (apache#340)
* Refresh Auth token on expiry * Check call count * Add test to cover retry logic * Update poetry.lock with tenacity * Fix tests for Python <= 3.9
Configuration menu - View commit details
-
Copy full SHA for f5fd479 - Browse repository at this point
Copy the full SHA f5fd479View commit details -
Reuse commit-uuid as the write-uuid (apache#437)
* Reuse commit-uuid as the write-uuid * Fix conflicts * Cleanup * cleanup
Configuration menu - View commit details
-
Copy full SHA for 0c708a0 - Browse repository at this point
Copy the full SHA 0c708a0View commit details -
Update NameMapping on
update_schema()
(apache#441)* update name-mapping * Update __init__.py Co-authored-by: Fokko Driesprong <[email protected]> * Update pyiceberg/table/name_mapping.py Co-authored-by: Fokko Driesprong <[email protected]> * validation mode after * type --------- Co-authored-by: Fokko Driesprong <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4c55d74 - Browse repository at this point
Copy the full SHA 4c55d74View commit details -
Implement
create_table_if_not_exists
(apache#415)* Feat: Add fail_if_exists param to create_table * create create_table_if_not_exists method * fix reset test * fix mypy check
Configuration menu - View commit details
-
Copy full SHA for f4de1d1 - Browse repository at this point
Copy the full SHA f4de1d1View commit details
Commits on Feb 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for fccfc37 - Browse repository at this point
Copy the full SHA fccfc37View commit details -
Configuration menu - View commit details
-
Copy full SHA for 088d504 - Browse repository at this point
Copy the full SHA 088d504View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d6cde0 - Browse repository at this point
Copy the full SHA 4d6cde0View commit details -
Configuration menu - View commit details
-
Copy full SHA for b0460d6 - Browse repository at this point
Copy the full SHA b0460d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3dc6031 - Browse repository at this point
Copy the full SHA 3dc6031View commit details
Commits on Feb 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for cefc31e - Browse repository at this point
Copy the full SHA cefc31eView commit details
Commits on Feb 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for bd152bd - Browse repository at this point
Copy the full SHA bd152bdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d5b338 - Browse repository at this point
Copy the full SHA 4d5b338View commit details -
Configuration menu - View commit details
-
Copy full SHA for a89200a - Browse repository at this point
Copy the full SHA a89200aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 40986fa - Browse repository at this point
Copy the full SHA 40986faView commit details