Releases: crate/dbt-cratedb2
Releases · crate/dbt-cratedb2
v0.1.0
What's Changed
- Tests: Added integration test case with CrateDB using
rename_relation
- Macro: Added
cratedb__reset_csv_table
for usingDELETE FROM
instead ofTRUNCATE
. Thanks, @hlcianfagna. - Dependencies: Updated to
dbt-postgres>=1.9.0
Details
- Naming things: Repurpose to
dbt-cratedb2
by @amotl in #1 - Genesis: Provide dbt adapter for CrateDB by @amotl in #2
- This and that by @amotl in #13
New Contributors
Full Changelog: https://github.com/crate/dbt-cratedb2/commits/v0.1.0
v0.0.2
What's Changed
- Maintenance release after migrating project and updating docs
Full Changelog: v0.0.1...v0.0.2