Skip to content

Releases: dpguthrie/dbtc

v0.7.0

04 Dec 23:01
Compare
Choose a tag to compare

[0.7.0] - 2023-12-04

Added

  • output flag can now be used to pipe output into files instead of stdout

Removed

  • The -o flag is no longer used for order-by when using that argument via the CLI; it is now used as an alternative for output (--output or -o)

v0.6.0

02 Sep 14:06
Compare
Choose a tag to compare

[0.6.0] - 2023-09-02

Updated

  • Typer version to 0.9.0

v0.5.3

09 Aug 20:55
a1d3978
Compare
Choose a tag to compare

[0.5.3] - 2023-08-09

  • Remove read-only field job_type from job payload before cloning job

v0.5.2

30 Jul 22:04
9d7f9d9
Compare
Choose a tag to compare

[0.5.2] - 2023-07-30

Fixed

  • Method used in the update_environment_variables method call from POST to PUT

v0.5.1

30 Jul 13:04
db786a4
Compare
Choose a tag to compare

[0.5.1] - 2023-07-30

Added

  • Methods to update and list environment variables

v0.5.0

28 Jul 12:00
Compare
Choose a tag to compare

[0.5.0] - 2023-07-28

Fixed

  • trigger_job_from_failure method encountering an IndexError when called for the first run of the job
  • assign_user_to_group method now accepts a project_id argument
  • delete_user_group method now accepts a payload argument

v0.4.2

04 Apr 04:26
eaddd47
Compare
Choose a tag to compare

[0.4.2] - 2023-04-03

Fixed

  • How the base URL was constructed as it was not properly accounting for other regions, single tenant instances properly

v0.4.1

02 Apr 14:45
5ccce7a
Compare
Choose a tag to compare

[0.4.1] - 2023-04-02

Added

  • Most recent updates for the Metadata API schema

v0.4.0

18 Mar 23:57
Compare
Choose a tag to compare

[0.4.0] - 2023-03-18

Added

  • List, test, create, get, update, and delete methods for webhooks
  • Support for pydantic models used for validation logic when creating Webhooks - eventually will add support for other create methods
  • Decorator that sets a private property on the _Client class, _called_from, that helps understand when methods are called from another method.

Updated

  • list_users is now using a v3 endpoint

Removed

  • All v4 methods were removed as dbt Cloud will begin to deprecate their use soon

v0.3.7

04 Mar 22:24
Compare
Choose a tag to compare

[0.3.7] - 2023-03-04

Added

  • A max_run_slots keyword argument to the trigger_autoscaling_ci_job method. This will allow a user to limit the amount of run slots that can be occupied by CI jobs. The default value will be None, which will ensure that the normal behavior of this method remains intact (e.g. it will clone the CI job until the number of run slots configured for the account is reached).