Skip to content

dbt-sqlite 1.2.0

Compare
Choose a tag to compare
@codeforkjeff codeforkjeff released this 01 Feb 04:20
· 20 commits to main since this release

NOTE: compatible with dbt-core ~= 1.2.x

No changes in this release from v1.2.0a4.

Changes since dbt-sqlite v1.1.3:

  • in dbt-core 1.2.x, SQLAdapter.drop_schema() dbt-labs/dbt-core#5198, so there's no need for that in this adapter here anymore
  • drop_schema() now deletes the schema's file (the default implementation in dbt-core is a DROP SCHEMA CASCADE). This change was made to take care of post-test cleanup
  • implemented most of the cross-database macros new in dbt 1.2.0
  • two additional sqlean extensions are needed in order for certain features to work - see the README
  • fix #35: decrease batch size for seeds so larger files can be used
  • Improve column type handling: see #36

This release was delayed in the hopes of implementing several macros (listagg, lastday, date_trunc, datediff). At this point, this adapter is 2 minor releases behind the current dbt-core version (1.4.0) so I've cut this release so we can move on without those.