forked from dbt-labs/docs.getdbt.com
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'current' into adapter_prereqs
- Loading branch information
Showing
20 changed files
with
652 additions
and
503 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- | ||
title: "dbt Cloud Release Notes" | ||
id: "release-notes" | ||
description: "Release notes for dbt Cloud" | ||
--- | ||
|
||
dbt provides release notes for dbt Cloud so you can see recent and historical changes. Generally, you'll see release notes for these changes: | ||
|
||
* New products and features (new) | ||
* Performance improvements and feature enhancements (enhancement) | ||
* Bug fixes (fix) | ||
|
||
Release notes will be grouped by month. For customers using dbt Virtual Private Cloud, you will see a tag for changes available in your versioned release. |
10 changes: 4 additions & 6 deletions
10
...blog/2022-04-26-audit-log-release-note.md → .../release-notes/09-April-2022/audit-log.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,11 @@ | ||
--- | ||
title: "Audit log" | ||
id: "audit-log" | ||
description: "Review actions performed by people in your organization." | ||
slug: 2022-04-26-audit-log-release-note | ||
sidebar_label: "New: Audit log" | ||
|
||
tags: [release notes] | ||
hide_table_of_contents: false | ||
|
||
date: 2022-04-26 | ||
is_featured: false | ||
tags: [April-26-2022] | ||
--- | ||
|
||
|
||
To review actions performed by people in your organization, dbt provides logs of audited user and system events. The dbt Cloud audit log lists events triggered in your organization within the last 90 days. The audit log includes details such as who performed the action, what the action was, and when it was performed. More details in the [docs](dbt-cloud/dbt-cloud-enterprise/audit-log). |
9 changes: 9 additions & 0 deletions
9
website/docs/docs/dbt-cloud/release-notes/09-April-2022/credentials-saved.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
title: "Credentials no longer accidentally wiped when editing an environment" | ||
id: "credentials-saved" | ||
description: "Credentials are now saved when editing an environment." | ||
sidebar_label: "Fix: Credentials saved" | ||
tags: [April-29-2022] | ||
--- | ||
|
||
We resolved a bug where when updating unencrypted fields (e.g. threads, schema name) in an environment setting would cause secret fields (e.g. password, keypair, credential details) to be deleted from that environment. Now users can freely update environment settings without fear of unintentionally wiping credentials. |
9 changes: 3 additions & 6 deletions
9
...ite/blog/2022-04-26-email-verification.md → ...notes/09-April-2022/email-verification.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,10 @@ | ||
--- | ||
title: "Email verification" | ||
description: "dbt Cloud users created via SAML JIT will now confirm identity via email to activate their account." | ||
slug: 2022-04-26-email-verification | ||
sidebar_label: "New: Email verification" | ||
sidebar_position: 1 | ||
|
||
tags: [release notes] | ||
hide_table_of_contents: false | ||
|
||
date: 2022-04-26 | ||
is_featured: false | ||
tags: [April-26-2022, v1.1.48] | ||
--- | ||
|
||
To enhance the security of user creation, dbt Cloud users created using SAML Just-in-Time (JIT) will now confirm identity via email to activate their account. Using email to confirm identity ensures the user still has access to the same email address they use to login via SAML. |
9 changes: 9 additions & 0 deletions
9
website/docs/docs/dbt-cloud/release-notes/09-April-2022/scheduler-improvements.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
title: "Scheduler performance improvements" | ||
id: "scheduler-improvements" | ||
description: "scheduler, which has much faster prep times, especially at the top of the hour." | ||
sidebar_label: "Improvement: Scheduler performance" | ||
tags: [April-19-2022] | ||
--- | ||
|
||
We rolled out our new distributed scheduler, which has much faster prep times, especially at the top of the hour. We share more about our work and improvements in our [product news blog post](https://www.getdbt.com/blog/a-good-problem-to-have/). |
10 changes: 3 additions & 7 deletions
10
...te/blog/2022-03-10-ide-timeout-message.md → ...otes/10-March-2022/ide-timeout-message.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 12 additions & 0 deletions
12
website/docs/docs/dbt-cloud/release-notes/10-March-2022/prep-and-waiting-time.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
title: "Dividing queue time into waiting and prep time" | ||
id: "prep-and-waiting-time" | ||
description: "dbt Cloud now shows waiting time and prep time for a run." | ||
sidebar_label: "Enhancement: Waiting time and prep time" | ||
|
||
tags: [v1.1.46, March-02-2022] | ||
--- | ||
|
||
dbt Cloud now shows "waiting time" and "prep time" for a run, which used to be expressed in aggregate as "queue time". Waiting time captures the time dbt Cloud waits to run your job if there isn't an available run slot or if a previous run of the same job is still running. Prep time represents the time it takes dbt Cloud to ready your job to run in your cloud data warehouse. | ||
|
||
<Lightbox src="/img/docs/dbt-cloud/v1.1.46releasenotes_img1.png" title="New prep time and waiting time"/> |
13 changes: 13 additions & 0 deletions
13
website/docs/docs/dbt-cloud/release-notes/11-February-2022/DAG-updates-more.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- | ||
title: "DAG updates and performance improvements" | ||
description: "Clicking a node in the DAG opens a model or config file in new tab in the IDE." | ||
id: "DAG-updates-more" | ||
sidebar_label: "DAG updates and more" | ||
tags: [v1.1.44, February-02-2022] | ||
--- | ||
|
||
Love the DAG in the IDE as much as we do? Now when you click on a node in the DAG, the model or config file will open as a new tab in the IDE, so you can directly view or edit the code. We'll continue to ship better developer ergonomic functionality throughout the year. | ||
|
||
#### Performance improvements and enhancements | ||
|
||
* Updated recommended dbt commands in the IDE to include dbt Core v1.0 commands, such as "build" and the "--select" argument. |
17 changes: 17 additions & 0 deletions
17
website/docs/docs/dbt-cloud/release-notes/11-February-2022/service-tokens-more.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
--- | ||
title: "Service tokens and bug fixes" | ||
is: "service-tokens-more" | ||
description: "Service tokens can now be assigned granular permissions to enforce least privilege access." | ||
sidebar_label: "Service tokens and more" | ||
tags: [v1.1.45, February-16-2022] | ||
--- | ||
|
||
Service tokens can now be assigned granular permissions to enforce least privilege access. If you're on Enterprise, you can assign any enterprise permission set to newly issued service tokens. If you're on Teams, you can assign the Job Admin permission set to newly issued service tokens. We highly recommend you re-issue service tokens with these new permissions to increase your security posture! See docs [here](https://docs.getdbt.com/docs/dbt-cloud/dbt-cloud-api/service-tokens#permissions-for-service-account-tokens). | ||
|
||
#### New products and features | ||
|
||
- We are joining the [GitHub secret scanning partner program](https://docs.github.com/en/developers/overview/secret-scanning-partner-program) to better secure your token against accidental public exposure and potential fraudulent usage. | ||
|
||
#### Bug fixes | ||
|
||
- Credentials are no longer accidentally deleted when a user updates an environment setting. |
14 changes: 14 additions & 0 deletions
14
website/docs/docs/dbt-cloud/release-notes/12-January-2022/IDE-autocomplete-more.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
title: "Autocomplete snippets for SQL and YAML files in IDE" | ||
id: "ide-timeout-message" | ||
description: "Autocomplete snippets for SQL and YAML files in IDE" | ||
sidebar_label: "Autocomplete in IDE and more" | ||
tags: [v1.1.43, January-19-2022] | ||
--- | ||
|
||
Some noteworthy improvements include autocomplete snippets for sql and yaml files in the IDE, which are available for use now! We also added a [new metric layer page](https://docs.getdbt.com/docs/dbt-cloud/using-dbt-cloud/cloud-metrics-layer) to docs.getdbt.com to help you begin thinking about the metrics layer in dbt Cloud. | ||
|
||
#### Performance improvements and enhancements | ||
|
||
* Branch names now default to "main" instead of "master" in new managed and unmanaged Git repositories. | ||
* Update IDE autocomplete snippets. |
15 changes: 15 additions & 0 deletions
15
website/docs/docs/dbt-cloud/release-notes/12-January-2022/model-timing-more.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
--- | ||
title: "Model timing for Multi-tenant Team and Enterprise accounts" | ||
id: "model-timing-more" | ||
description: "Model timing is now available for Multi-tenant Team and Enterprise accounts, plus performance improvements." | ||
sidebar_label: "Model timing and more" | ||
|
||
tags: [v1.1.42, January-05-2022] | ||
--- | ||
#### New products and features | ||
|
||
We started the new year with a gift! Multi-tenant Team and Enterprise accounts can now use the new [Model timing](https://docs.getdbt.com/docs/dbt-cloud/using-dbt-cloud/cloud-model-timing-tab) tab in dbt Cloud. You can use this tab to further explore long-running models to see if they need refactoring or rescheduling. | ||
|
||
#### Performance improvements and enhancements | ||
|
||
* We added client-side naming validation for file or folder creation. |
Oops, something went wrong.