Skip to content

Commit

Permalink
Update CHANGELOG for 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dpguthrie authored Jul 9, 2022
1 parent 14524c0 commit 8cd49fe
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [0.1.3] - 2022-07-08

### Added
- The metadata methods are now available via the CLI
- A `status` arg can now be used in the `list_runs` method on the `cloud` property

## [0.1.2] - 2022-06-30

### Fixed
Expand All @@ -17,4 +23,4 @@

### Added
- `dbtCloudClient` class is the main interface to the dbt Cloud APIs. The `cloud` property contains methods that allow for programmatic access to different resources within dbt Cloud (e.g. `dbtCloudClient().cloud.list_accounts()`). The `metadata` property contains methods that allow for retrieval of metadata related to a dbt Cloud job run (e.g. `dbtCloudClient().metadata.get_models(job_id, run_id)`).
- `dbtc` is a command line interface to the methods on the `dbtCloudClient` class (e.g. `dbtc list-accounts`)
- `dbtc` is a command line interface to the methods on the `dbtCloudClient` class (e.g. `dbtc list-accounts`)

0 comments on commit 8cd49fe

Please sign in to comment.