- Add support for
ti
(timestamp) type (#26)
- @jeremyyeo (#20)
- @cnlee1702 (#24)
This release supports any version (minor and patch) of v1, which means far less need for compatibility releases in the future.
- Change
require-dbt-version
to[">=1.0.0", "<2.0.0"]
- Bump dbt-utils dependency
- Replace
source-paths
anddata-paths
withmodel-paths
andseed-paths
respectively - Rename
data
andanalysis
directories toseeds
andanalyses
respectively - Replace
dbt_modules
withdbt_packages
inclean-targets
🚨 This is a compatibility release in preparation for dbt-core
v1.0.0 (🎉). Projects using this version with dbt-core
v1.0.x can expect to see a deprecation warning. This will be resolved in the next minor release.