Skip to content

Releases: henryivesjones/sql-scheduler

v0.3.2

12 Apr 21:07
c0bb3b0
Compare
Choose a tag to compare

Migrated CLI interface to click from argparse.
All configuration can be passed into the CLI or sql_scheduler entrypoint.
Adds exclusions option to exclude certain tasks from the current run.

No longer exits with sys.exit with the sql_scheduler entrypoint.

v0.2.5

13 Mar 17:34
Compare
Choose a tag to compare

Added --verbose flag which logs all queries run.
Fixed bug with relationship test incorrectly swapping the dev schema regardless of stage.
Don't write cache if caching is disabled.

v0.2.4

09 Mar 21:24
Compare
Choose a tag to compare

Fixes a bug where caching was not working with incremental scripts.

v0.2.3

09 Mar 19:53
Compare
Choose a tag to compare

Adds upstream_count and upstream_granularity checks.

v0.2.2

28 Feb 17:03
Compare
Choose a tag to compare

Fixes bug with duration table when tasks fail.

v0.2.1

28 Feb 16:51
Compare
Choose a tag to compare

Adds incremental insert feature. For more details view readme:
https://github.com/henryivesjones/sql-scheduler#incremental-table-inserts

v0.1.10

23 Feb 00:27
Compare
Choose a tag to compare

Prints out script and test query durations.
Remove SQL comments when parsing script dependencies.

v0.1.9

21 Feb 15:41
Compare
Choose a tag to compare

Automatically runs analyze {schema}.{table}; after each script.
Added Unit and Integration tests.
Better handling of quoted table and schema names.

v0.1.8

16 Feb 20:03
Compare
Choose a tag to compare

v0.1.7

16 Feb 16:56
Compare
Choose a tag to compare

Don't sys.exit() when a circular check passes.