Skip to content

dbt-sqlite 1.2.0a1

Compare
Choose a tag to compare
@codeforkjeff codeforkjeff released this 02 Aug 07:48
· 37 commits to main since this release

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

This pre-release has been lightly tested and should mostly work. I wanted to get this out to give users something to work with, because the 1.1.x versions of this adapter do NOT work with dbt 1.2.0.

  • in dbt-core 1.2.x, SQLAdapter.drop_schema() commits the transaction, 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

I will create a 1.2.0 milestone for issues that need to be resolved before an official release.