Skip to content

Releases: codeforkjeff/dbt-sqlite

dbt-sqlite 1.1.2

20 Jul 01:20
Compare
Choose a tag to compare

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

16 Jul 07:51
Compare
Choose a tag to compare

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

08 May 18:47
Compare
Choose a tag to compare

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

08 May 18:36
Compare
Choose a tag to compare

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

  • Check that schema exists before calling DETACH DATABASE - see #15

dbt-sqlite 1.0.0

09 Dec 04:38
Compare
Choose a tag to compare

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

09 Dec 04:17
Compare
Choose a tag to compare

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

04 Dec 04:57
Compare
Choose a tag to compare

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

dbt-sqlite 0.2.1

25 Aug 05:33
Compare
Choose a tag to compare

NOTE: compatible with dbt 0.20.x only

  • Fix broken "dbt docs generate" command (#11)

dbt-sqlite 0.2.0

10 Aug 23:50
798b1f4
Compare
Choose a tag to compare

NOTE: compatible with dbt 0.20.x only

This release contains under-the-hood changes to support dbt 0.20.x. Upgrading to this version shouldn't require changing anything for this adapter to work.

dbt-sqlite 0.1.2

08 Jul 17:44
Compare
Choose a tag to compare

NOTE: compatible with dbt 0.19.x only

IMPORTANT! This release contains a breaking change:

  • The profile configuration options schemas_and_paths and extensions now take YAML objects instead of colon-separated strings (#8). (I'm not sure using multiple Windows paths in these options was possible before.) See the README for updated examples and update your ~/.dbt/profiles.yml files accordingly when upgrading to this version.