Skip to content

dbt-duckdb 1.4.2

Compare
Choose a tag to compare
@jwills jwills released this 26 Apr 16:35
· 520 commits to master since this release
d6d6c52

What's Changed

  • Refactor the code in the connections module into the credentials and environments modules by @jwills in #123
  • Upstream model registration redux by @AlexanderVR in #126
  • Run every functional test in multithreaded mode by default by @jwills in #129
  • add format to fix glue registration bug by @N-Clerkx in #133
  • Inject any key-value pairs from the meta dictionary into the f-string context for external locations by @jwills in #130
  • Enable testing with file DB and fix bug in connection handling by @vlieven in #131
  • Wire up GH Actions to run file-based tests as well as in-memory tests on PRs by @jwills in #134
  • Adds a remote environment for DuckDB databases running in a Buena Vista server by @jwills in #135
  • only return non-empty creds to prevent code 400 when session token is empty by @N-Clerkx in #138
  • Bump black from 22.12.0 to 23.3.0 by @dependabot in #136
  • Set unique_field in credentials.py by @aranke in #140
  • Bump mypy from 1.1.1 to 1.2.0 by @dependabot in #142
  • Create a simple plugin system for loading data from external sources by @jwills in #141
  • Enable additional iceberg config options + and add a Spark-style save_mode option for plugins by @jwills in #144
  • Bump dbt-tests-adapter from 1.4.5 to 1.4.6 by @dependabot in #149
  • Doing a 1.4.2 release to pickup bug fixes ahead of the 1.5.0 cutover by @jwills in #151

New Contributors

Full Changelog: 1.4.1...1.4.2