Releases: databricks/dbt-databricks
Releases · databricks/dbt-databricks
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
Version 1.5.2
Fixes
- Sets databricks sdk dependency to 0.1.6 to avoid SDK breaking changes
Version 1.5.1
Fixes
- Add explicit dependency to protobuf >4 to work around dbt-core issue