What's Changed
Includes the following:
- Updated the Databricks SDK dependency so as to prevent reliance on an insecure version of requests (460)
- Update logic around submitting python jobs so that if the cluster is already starting, just wait for it to start rather than failing (461)
- Add
fetchmany
, resolves #408 (Thanks @NodeJSmith) (#409) - Relaxed the constraint on databricks-sql-connector to allow newer versions (#436)
- Follow up: re-implement fix for issue where the show tables extended command is limited to 2048 characters. (#326). Set
DBT_DESCRIBE_TABLE_2048_CHAR_BYPASS
totrue
to enable this behaviour.
Full Changelog: v1.5.5...v1.5.6