Skip to content

Releases: Dashlane/dbt-invoke

dbt-invoke 1.0.0

09 Aug 15:45
a7cd109
Compare
Choose a tag to compare

What's Changed

  • dbt-core 1.5.x and 1.6.0 support by @ciklista in #36
  • Update version documentation and requirements by @robastel in #37

Full Changelog: v0.2.3...v1.0.0

dbt-invoke 0.2.3

25 May 16:01
c749c72
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.2...v0.2.3

dbt-invoke 0.2.2

24 May 00:47
1ede80d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.1...v0.2.2

dbt-invoke 0.2.1

22 Feb 18:33
c43cf7f
Compare
Choose a tag to compare

What's Changed

  • Add one property file per resource migration functionality by @robastel and @BeadW in #26
  • Support dbt-core version 1.4 with dbt log_version 3 by @robastel in #29

Full Changelog: v0.2.0...v0.2.1

dbt-invoke 0.2.0

09 Mar 17:45
7623218
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.5...v0.2.0

dbt-invoke 0.1.5

22 Feb 00:17
7975db2
Compare
Choose a tag to compare

What's Changed

  • Escaping ASNI escape sequences in stdout by @ciklista in #17
  • Use all supported_resource_types by default (Issue #18) by @robastel in #19

Full Changelog: v0.1.4...v0.1.5

dbt-invoke 0.1.4

03 Jan 19:21
949c0eb
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.3...v0.1.4

dbt-invoke 0.1.3

15 Dec 22:47
3819164
Compare
Choose a tag to compare

Support structured logging as introduced in dbt-core==1.0.0 (reported in Issue #13)

Contributors
@ciklista
@robastel

dbt-invoke 0.1.2

27 Aug 20:00
8e54944
Compare
Choose a tag to compare

Require pyyaml>=5.1 as originally reported in Issue #8

Improve YAML string creation cross-platform

12 Aug 15:55
8328aee
Compare
Choose a tag to compare

Improves YAML string creation cross-platform as originally reported in Issue #3

  • Fixes quoting when passing --args to a "dbt run-operation" on Windows
  • Improves escaping of quotes and special characters on Windows/Mac/Ubuntu.
  • Updates tests/test_dbt_project/profiles.yml to work with most recent version of dbt-sqlite (0.1.2)
  • Updates tests accordingly

Contributors
@robastel