Skip to content

Releases: duckdb/dbt-duckdb

1.7.0

06 Nov 02:26
90eeb4a
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.6.2...1.7.0

1.6.2

26 Oct 21:54
5586515
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.6.1...1.6.2

1.6.1

14 Oct 04:33
c79740e
Compare
Choose a tag to compare

What's Changed

  • Make source tags available to plugins through the SourceConfig by @AlexanderVR in #228
  • Add s3 support to Excel plugin through env variables by @felippecaso in #230
  • Update the docs to point at the macro that controls the default location for external materializations by @jwills in #231
  • Add option to fetch Gsheet data using range by @Thootje in #233
  • Bump mypy from 1.4.1 to 1.5.0 by @dependabot in #234
  • Update README.md by @jwills in #235
  • Bump mypy from 1.5.0 to 1.5.1 by @dependabot in #239
  • Bump dbt-tests-adapter from 1.6.0 to 1.6.1 by @dependabot in #240
  • Pin pandas depenedency to 2.0.0 to get around dtypes error in integration tests by @jwills in #246
  • Bump actions/checkout from 3 to 4 by @dependabot in #243
  • Bump black from 23.7.0 to 23.9.1 by @dependabot in #244
  • See if I can isolate whatever issue is springing up with the MD integration tests by @jwills in #247
  • Add a maxfail arg to the MD pytest runs so they fail quickly by @jwills in #248
  • Bump dbt-tests-adapter from 1.6.1 to 1.6.2 by @dependabot in #245
  • Add a more helpful error message in the case that the options argument isn't a dictionary by @jwills in #250
  • Fix typos and formatting issues in dbt-duckdb README documentation by @thfmn in #253
  • Refactor render_write_options for direct option rendering by @thfmn in #254
  • Allow access to the RuntimeConfigObject from the TargetConfig by @jwills in #256
  • Bump dbt-tests-adapter from 1.6.2 to 1.6.3 by @dependabot in #258
  • Relaxing the Pandas dev requirement now that 0.9.0 is out the door by @jwills in #261
  • Add a sample_profiles.yml file for dbt-duckdb by @jwills in #262
  • Bump dbt-tests-adapter from 1.6.3 to 1.6.4 by @dependabot in #264
  • Bump dbt-tests-adapter from 1.6.4 to 1.6.5 by @dependabot in #267
  • Enable batch processing on Python models by @droher in #269
  • Fix cursor isolation on Python model by @droher in #270
  • Prep for 1.6.1 release by @jwills in #271

New Contributors

Full Changelog: 1.6.0...1.6.1

1.6.0

02 Aug 20:01
796fe97
Compare
Choose a tag to compare

What's Changed

  • Fix whatever is going on with the MD integration tests by @jwills in #199
  • Bump mypy from 1.3.0 to 1.4.1 by @dependabot in #197
  • Bump dbt-tests-adapter from 1.5.1 to 1.5.2 by @dependabot in #198
  • Disable these tests on MD and add a note to the README by @jwills in #201
  • Add more detailed checks to ensure consistent settings between the path and database by @jwills in #196
  • Check and reset the environment for a DuckDB connection if the credentials have changed by @jwills in #204
  • Make it nicer to run the functional adapter tests on OS X by @jwills in #205
  • Simplify some setup stuff now that Python 3.7 is EOL'd by @jwills in #206
  • Updates to support the revamped dbt debug command in 1.6.0 by @jwills in #207
  • Add in plugins for the motherduck and postgres extensions by @jwills in #208
  • Add a keep_open option to the profile by @jwills in #210
  • Require duckdb >= 0.7.0 for dbt-duckdb going forward and remove some code... by @jwills in #212
  • fix: remove parenthesis from md_connect call by @gmontanola in #214
  • Try to fix the MD integration test configs by @jwills in #221
  • Bump black from 23.3.0 to 23.7.0 by @dependabot in #215
  • Bump dbt-tests-adapter from 1.5.2 to 1.5.4 by @dependabot in #220
  • Make fast seed loading the default by @jwills in #222
  • Add an option to the profile for specifying additional entries for sys.path by @jwills in #223
  • Prep for dbt-duckdb 1.6.0 release by @jwills in #224
  • Update README for 1.6.0 by @jwills in #225

New Contributors

Full Changelog: 1.5.2...1.6.0

1.5.2

22 Jun 16:53
53ae1f2
Compare
Choose a tag to compare

What's Changed

  • Prepping the dbt-duckdb tests to pass under the next release of DuckDB by @jwills in #166
  • For the remote.password stuff to work we need to use it with psycopg2.connect by @jwills in #167
  • Bump mypy from 1.2.0 to 1.3.0 by @dependabot in #168
  • Add a fast-path option for loading dbt's seed files via a DuckDB COPY operation by @jwills in #169
  • Revamp the plugins setup to support configuring the DuckDBPyConnection instance directly by @jwills in #171
  • Some fixes for catalog lookups in a multi-database, multi-schema world by @jwills in #172
  • Bump dbt-tests-adapter from 1.5.0 to 1.5.1 by @dependabot in #175
  • Create a simple plugin system for writing data to external destinations by @jwills in #173
  • Prevent loading source data via plugin during dbt parsing phase by @AlexanderVR in #178
  • Simplify extension loading in dbt-duckdb by @jwills in #180
  • Updates to support a broader class of incremental functionality by @jwills in #181
  • Prep for Python 3.7 EOL by @jwills in #182
  • Updates for working with MotherDuck databases by @jwills in #183
  • Automatically disable transactions on motherduck paths by @jwills in #186
  • Add an example of doing a write-side operation in the sqlalchemy plugin by @jwills in #187
  • Support alternate string formatting strategies for external sources by @jwills in #188
  • Disable this test for now while DuckDB issue 7934 gets worked out by @jwills in #189
  • Add in MotherDuck docs and do a version bump by @jwills in #190
  • Document the Plugin.store functionality in the README by @jwills in #191

Full Changelog: 1.5.1...1.5.2

1.5.1

05 May 18:28
c9d4988
Compare
Choose a tag to compare

What's Changed

  • Use info from the source.config and source.table.config entries for external data by @jwills in #154
  • Support profiles that are simply 'type: duckdb' by correctly configuring the in-memory db setup by @jwills in #159
  • Set a default value for the conn attribute in the case an exception is thrown during init by @jwills in #160
  • Have the local environment release the connection when it's not in use by @jwills in #163
  • pyarrow should not be required to run dbt-duckdb python models by @jwills in #164

Full Changelog: 1.5.0...1.5.1

dbt-duckdb 1.5.0

27 Apr 15:31
03fc3f7
Compare
Choose a tag to compare

Updated for dbt-core 1.5.0 with support for model contracts

What's Changed

New Contributors

Full Changelog: 1.4.2...1.5.0

dbt-duckdb 1.4.2

26 Apr 16:35
d6d6c52
Compare
Choose a tag to compare

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

dbt-duckdb 1.4.1

16 Mar 16:14
7bfaa65
Compare
Choose a tag to compare
  • Adds support for filesystems
  • Added support for arbitrary options to pass to the DuckDB COPY operation that powers external materializations
  • Bug fixes and (sorely needed) documentation updates

dbt-duckdb 1.4.0

14 Feb 22:57
242fa53
Compare
Choose a tag to compare

Adds support for DuckDB 0.7.0, attachable databases, and squashes a number of bugs