Releases: codeforkjeff/dbt-sqlite
Releases Β· codeforkjeff/dbt-sqlite
dbt-sqlite 1.2.0a2
NOTE: compatible with dbt-core ~= 1.2.x
- Fix broken incremental models with unique_key - see #31
dbt-sqlite 1.1.3
NOTE: compatible with dbt-core ~= 1.1.x
- Fix broken incremental models with unique_key - see #31
dbt-sqlite 1.2.0a1
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.
dbt-sqlite 1.1.2
NOTE: compatible with dbt-core ~= 1.1.x
- Fix bug where default macro for
snapshot_hash_arguments
was being overridden, instead of customizing that macro for sqlite. This might have caused unexpected behavior if this package was installed in a python environment alongside other database adapters.
dbt-sqlite 1.1.1
NOTE: compatible with dbt-core ~= 1.1.x
- Fixed bug where database file would get needlessly attached as a schema if it's the main database and it's also in the schema_directory folder
dbt-sqlite 1.1.0
NOTE: compatible with dbt-core ~= 1.1.x
- Use new test framework provided by dbt-core 1.1.0: see #16
- No other functional changes
dbt-sqlite 1.0.1
NOTE: compatible with dbt-core ~= 1.0.x
- Check that schema exists before calling DETACH DATABASE - see #15
dbt-sqlite 1.0.0
NOTE: compatible with dbt-core ~= 1.0.x
- Verified to be compatible with dbt 1.0.0. No functional changes since v0.2.3.
dbt-sqlite 0.2.3
NOTE: compatible with dbt 0.20.x and dbt 0.21.x only
- fix for #12: add missing plugin version information
- minor code changes as a result of reviewing docs for creating a new adapter
dbt-sqlite 0.2.2
NOTE: compatible with dbt 0.20.x and dbt 0.21.x only
- Eliminate warnings when installing with dbt 0.21.x (make dependency on dbt-core more permissive)
- Confirmed to work with dbt 0.21.x
- No functional differences from previous release