Releases: solita/adenotifier
Releases · solita/adenotifier
v0.2.2: Added return values for notifier functions
08 Jan 10:53
Compare
Sorry, something went wrong.
No results found
Merge pull request #3 from solita/dev_20230815
Dev 20230815
v0.2.1: Improved error handling
27 Jun 09:29
Compare
Sorry, something went wrong.
No results found
Improved error handling
Ensuring HTTP errors are raised
v0.2.0: Improved logic, error handling and bug fixes
21 Jun 06:43
Compare
Sorry, something went wrong.
No results found
When single_file_manifest = true, Notifier will now always create a new manifest, add entry to that manifest and notify only that manifest.
Notifier will now retry with a new manifest if adding entries to manifest fails. This mitigates issues with uncontrolled parallel executions.
Fixed critical bug: Failed HTTP requests were not retried and didn't raise exceptions.
v0.1.7: Merge pull request #2 from solita/dev_missing_batch_id
09 Nov 08:05
Compare
Sorry, something went wrong.
No results found
Added ability to add batch in add_multiple_entries_to_manifest-function
v0.1.6
16 Aug 07:36
Compare
Sorry, something went wrong.
No results found
Added new function to create manifest, put multiple entries and notify it
v0.1.2
02 May 06:32
Compare
Sorry, something went wrong.
No results found
Version update. Added possibility to configure max_file_in_manifest parameters. This is useful in some target databases, where COPY command can take max 1000 files per COPY command.
v0.1.1
29 Apr 11:06
Compare
Sorry, something went wrong.
No results found
v0.1.0
29 Apr 11:00
Compare
Sorry, something went wrong.
No results found
Added functionality to give max_files_in_manifest parameter. This is useful especially for Snowflake, where max files in COPY command is 1000
v0.0.2
29 Apr 06:50
Compare
Sorry, something went wrong.
No results found
v0.0.1
28 Apr 13:45
Compare
Sorry, something went wrong.
No results found
Initial release with basic functionality.