Releases: codeforkjeff/dbt-sqlite
Releases · codeforkjeff/dbt-sqlite
dbt-sqlite 0.2.0
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
NOTE: compatible with dbt 0.19.x only
IMPORTANT! This release contains a breaking change:
- The profile configuration options
schemas_and_paths
andextensions
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.
dbt-sqlite 0.1.1
NOTE: compatible with dbt 0.19.x only
- Fix for issue #7: 'extensions' config field is really optional now
dbt-sqlite 0.1.0
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
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
- Added adapter-specific profile template
- Fix for issue #5 where CamelCase model names weren't working properly
dbt-sqlite 0.0.2
- Fix for #3 where "pip uninstall dbt-sqlite" removes all of the dbt package
- Detect conflicts when
schema_directory
overlaps with paths inschemas_and_paths
config
dbt-sqlite 0.0.1
First release!
This passes all the tests from the dbt-adapter-tests
package but hasn't been exercised extensively.