- 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.
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
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
1.0.1
NOTE: compatible with dbt-core ~= 1.0.x
- Check that schema exists before calling DETACH DATABASE - see 15
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.
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