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.
0.2.5
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.
0.2.4
Fixes a bug where caching was not working with incremental scripts.
0.2.3
Adds `upstream_count` and `upstream_granularity` checks.
0.2.2
Fixes bug with duration table when tasks fail.
0.2.1
Adds incremental insert feature. For more details view readme: https://github.com/henryivesjones/sql-scheduler#incremental-table-inserts