Skip to content

1.5.2

Compare
Choose a tag to compare
@jwills jwills released this 22 Jun 16:53
· 485 commits to master since this release
53ae1f2

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