Skip to content

Commit

Permalink
Merge pull request #888 from dbt-labs/release/v1_1_38
Browse files Browse the repository at this point in the history
Add v1.1.38 changelog
  • Loading branch information
jameskoll-dbt authored Oct 27, 2021
2 parents 6563f04 + db26994 commit 6cae57b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions website/docs/docs/dbt-cloud/dbt-cloud-changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ id: "cloud-changelog"
sidebar_label: Changelog
description: "Changelog for the dbt Cloud application"
---
## dbt Cloud v1.1.38 (October 27, 2021)
Have you used the [Metadata API](https://docs.getdbt.com/docs/dbt-cloud/dbt-cloud-api/metadata/metadata-overview) yet? The Metadata API is available to customers on the Team and Enterprise plans, and with it, you can learn tons about your dbt project, if it's running dbt v0.19.0 or later. You can now query information about _any_ run, not just the last run of a job. Mo' data, mo' fun!


## dbt Cloud v1.1.37 (October 13, 2021)
dbt v0.21 is now available in dbt Cloud. The big change with this release is it introduces the `dbt build` command. `dbt build` logically does everything you'd want to do in your DAG. It runs your models, tests your tests, snapshots your snapshots, and seeds your seeds. It does this, resource by resource, from left to right across your DAG. dbt build is an opinionated task. It’s the culmination of all we’ve built- running models with resilient materializations, prioritizing data quality with tests, updating fixtures with seeds, capturing slowly changing dimensions with snapshot. Give it a try!

Expand Down

0 comments on commit 6cae57b

Please sign in to comment.