Skip to content

Releases: data-mie/dbt-cloud-cli

0.6.3

17 May 07:12
Compare
Choose a tag to compare

What's Changed

  • Replace Github Actions CI workflow with CircleCI by @stumelius in #54
  • Update README for metadata query by @b-per in #56
  • Fix 'dbt-cloud metadata query' now uses 'application/json' as POST content type by @stumelius in #57

New Contributors

  • @b-per made their first contribution in #56

Full Changelog: 0.6.2...0.6.3

0.6.2

11 Apr 15:22
Compare
Choose a tag to compare

What's Changed

  • Add dbt-cloud run cancel-all command by @jeremyyeo in #50
  • Compress README by making usage entries collapsible by @stumelius in #51
  • Add integration test for dbt-cloud run cancel-all by @stumelius in #52

Full Changelog: 0.6.1...0.6.2

0.6.1

04 Apr 14:40
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.6.0...0.6.1

0.6.0

25 Mar 17:18
Compare
Choose a tag to compare

What's Changed

  • Add 'dbt-cloud environment list' command that uses the API v3 by @stumelius in #47
  • Change 'dbt-cloud job create' --execute-steps argument now takes a list input by @stumelius in #48

Full Changelog: 0.5.3...0.6.0

0.5.3

15 Mar 07:16
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.5.2...0.5.3

0.5.2

13 Feb 13:35
fceb666
Compare
Choose a tag to compare

Added:

  • configurable dbt Cloud host parameter (--dbt-cloud-host argument or DBT_CLOUD_HOST environment variable)
  • dbt-cloud demo data-catalog interactive catalog.json exploration CLI app
  • API coverage section in README

0.5.1

27 Jan 12:47
Compare
Choose a tag to compare

Fixed packages configuration in setup.py which caused a ModuleNotFoundError: No module named 'dbt_cloud.command' error when the user tried to run dbt-cloud (#37).

0.5.0

27 Jan 09:22
Compare
Choose a tag to compare

Add new commands:

  • dbt-cloud run list
  • dbt-cloud job list
  • dbt-cloud job delete-all

0.4.0

12 Jan 15:01
Compare
Choose a tag to compare

Add new commands:

  • dbt-cloud metadata query

Changes:

  • Refactor the code base using the Command design pattern

0.3.0

05 Jan 06:05
Compare
Choose a tag to compare

Add new commands:

  • dbt-cloud run list-artifacts
  • dbt-cloud run get-artifact

Fix:

  • dbt-cloud job run no longer sets steps_override to an empty list if not provided