-
Notifications
You must be signed in to change notification settings - Fork 433
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Python API - delta.appendOnly enforcement (#590)
* Add appendOnly check and test * Add .coverage to .gitignore * Readd metadata test, fix test * Whitespace * Remove unneeded concat * Shorten condition - is this less clear? * Fix configuration type annotation * Move code to func, test existing config * Fix formatting * Add error string match, remove config to rely on existing config * Fix linting for function * Rename function * Add version, add mode to error * Add mode/data_store_type itertools product * Sort imports
- Loading branch information
Showing
4 changed files
with
54 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters