Releases: databricks/dbt-databricks
Releases · databricks/dbt-databricks
1.6.5
What's Changed
- Add option to install Python libraries from a custom index url by @benc-db (thanks to @casperdamen123) in #449
- Add Node Info to SQLQueryStatus by @colin-rogers-dbt in #453
- Fixing type funnel in python models to support latest DBRs by @benc-db in #459
- Updating the databricks-sdk dependency by @benc-db in #460
- Log databricks job info on Python submission by @jeffrey-harrison in #454
- Python: if the cluster is already starting up, just wait for it by @benc-db in #461
New Contributors
- @colin-rogers-dbt made their first contribution in #453
- @jeffrey-harrison made their first contribution in #454
Full Changelog: v1.6.4...v1.6.5
v1.6.4
v1.6.3
What's Changed
Fixes
- Improve python stacktrace rendering in dbt.log by @benc-db in #434
- Updating sql connector version by @benc-db in #436
- Filter databricks-sql-connector logs to warn or higher by @benc-db in #437
- Add
fetchmany
, resolves #408 by @NodeJSmith in #440
Full Changelog: v1.6.2...v1.6.3
v1.6.2
v1.6.1
v1.6.0
Features
- Support for dbt-core==1.6
- Added support for materialized_view and streaming_table materializations
- Support dbt clone operation
- Support new dbt
limit
command-line flag
Fixes
- Fix issue where the show tables extended command is limited to 2048 characters. (#326)
- Extend python model support to cover the same config options as SQL (#379)
Other
- Drop support for Python 3.7
- Support for revamped
dbt debug
v1.6.0rc3
What's Changed
Features
- Added support for materialized_view and streaming_table materializations
- Support new dbt
limit
command-line flag
Version 1.5.5
Fixes
- Fixed issue where starting a terminated cluster in the python path would never return
Features
- Include log events from databricks-sql-connector in dbt logging output.
- Adapter now populates the query_id field in run_results.json with Query History API query ID.
Version 1.5.4
Features
- Added support for model contracts (#336)
Fixes
- SSL and DNS issues when running many many threads
Version 1.5.3
Fixes
- Pins dependencies to minor versions
- Sets default socket timeout to 180s