Releases: codeforkjeff/dbt-sqlite
Releases · codeforkjeff/dbt-sqlite
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.