Skip to content

Releases: codeforkjeff/dbt-sqlite

dbt-sqlite 0.1.1

21 Apr 16:54
Compare
Choose a tag to compare

NOTE: compatible with dbt 0.19.x only

  • Fix for issue #7: 'extensions' config field is really optional now

dbt-sqlite 0.1.0

17 Feb 03:27
Compare
Choose a tag to compare

NOTE: compatible with dbt 0.19.x only

First release in 0.1.x series for compatibility with dbt 0.19.x. No fixes or new features.

dbt-sqlite 0.0.4

09 Dec 21:46
Compare
Choose a tag to compare

NOTE: compatible with dbt 0.18.x only

  • Fix for issue #6 which prevented adapter from working at all on Mac OS

dbt-sqlite 0.0.3

17 Nov 22:28
Compare
Choose a tag to compare
  • Added adapter-specific profile template
  • Fix for issue #5 where CamelCase model names weren't working properly

dbt-sqlite 0.0.2

10 Nov 22:17
Compare
Choose a tag to compare
  • Fix for #3 where "pip uninstall dbt-sqlite" removes all of the dbt package
  • Detect conflicts when schema_directory overlaps with paths in schemas_and_paths config

dbt-sqlite 0.0.1

10 Nov 05:16
Compare
Choose a tag to compare

First release!

This passes all the tests from the dbt-adapter-tests package but hasn't been exercised extensively.