github databricks/dbt-databricks v1.7.13

latest releases: v1.7.15, v1.8.0rc1, v2.0.0rc1...
one month ago

What's Changed

  • Up default socket timeout to 600 by @benc-db in #625
  • Expose oauth redirect url for user config by @benc-db (thanks to the users that pushed me to get this done) in #635
  • Support tblproperties (weakly) in python models by @benc-db in #633

Notes

  • v1.7.12 had to be yanked after I found another piece of oauth code that needed to be updated
  • oauth_redirect_url in your profile can now be used to override the redirect url (to solve the issue where we assume port 8020 vs 8050)
  • tblproperties can now be applied to python models, but they are applied as an ALTER. This means they can be used to annotate your table, but are unlikely to work if you're trying to enable some sophisticated Databricks use case with them. I tried a number of ways to get them applied at table creation, none of which worked; hopefully at some point in the future we can get this fully working.

Full Changelog: v1.7.11...v1.7.13

Don't miss a new dbt-databricks release

NewReleases is sending notifications on new releases.