Skip to content

Commit

Permalink
Merge branch 'current' into adapter_prereqs
Browse files Browse the repository at this point in the history
  • Loading branch information
dataders authored May 16, 2022
2 parents 16dc519 + 141881d commit 8848d48
Show file tree
Hide file tree
Showing 20 changed files with 652 additions and 503 deletions.
2 changes: 2 additions & 0 deletions _redirects
Original file line number Diff line number Diff line change
Expand Up @@ -299,3 +299,5 @@ https://tutorial.getdbt.com/* https://docs.getdbt.com/:splat 301!
/tutorial/create-a-project-dbt-cli /tutorial/learning-more/getting-started-dbt-core 302
/tutorial/2a-create-a-project-dbt-cloud.md /tutorial/getting-started 302
/tutorial/create-a-project-dbt-cloud /tutorial/getting-started 302
/docs/dbt-cloud/cloud-changelog /docs/dbt-cloud/release-notes 302

2 changes: 1 addition & 1 deletion website/docs/docs/available-adapters.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ These adapter plugins are built and maintained by the same people who build and
| ------------ | ------------- | ----------------- |
| Databricks ([dbt-databricks](https://github.com/databricks/dbt-databricks)) | [Profile Setup](databricks-profile), [Configuration](spark-configs#databricks-configurations) | `pip install dbt-databricks` |
| Firebolt ([dbt-firebolt](https://github.com/firebolt-db/dbt-firebolt)) | [Profile Setup](firebolt-profile), [Configuration](firebolt-configs) | `pip install dbt-firebolt` |
| Materialize ([dbt-materialize](https://github.com/MaterializeInc/materialize/blob/main/misc/dbt-materialize)) | [Profile Setup](materialize-profile) | `pip install dbt-materialize` |
| Materialize ([dbt-materialize](https://github.com/MaterializeInc/materialize/blob/main/misc/dbt-materialize)) | [Profile Setup](materialize-profile), [Configuration](materialize-configs) | `pip install dbt-materialize` |
| Oracle ([dbt-oracle](https://github.com/oracle/dbt-oracle)) | [Profile Setup](oracle-profile) | `pip install dbt-oracle` |
| Rockset ([dbt-rockset](https://github.com/rockset/dbt-rockset)) | [Profile Setup](rockset-profile) | `pip install dbt-rockset` |
| SingleStore ([dbt-singlestore](https://github.com/memsql/dbt-singlestore)) | [Profile Setup](singlestore-profile) | `pip install dbt-singlestore` |
Expand Down
13 changes: 13 additions & 0 deletions website/docs/docs/dbt-cloud/release-notes.md
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.
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).
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.
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.
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/).
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
---
title: "Spotty internet issues no longer cause a session time out message"
id: "ide-timeout-message"
description: "We fixed an issue where a spotty internet connection could cause the “IDE session timed out” message to appear unexpectedly. People using a VPN were most likely to see this issue."
slug: 2022-03-10-ide-timeout-message

tags: [release notes]
hide_table_of_contents: false

date: 2022-03-10
is_featured: true
sidebar_label: "Fix: Session time out"
tags: [v1.1.47, March-10-2022]
---

We fixed an issue where a spotty internet connection could cause the “IDE session timed out” message to appear unexpectedly. People using a VPN were most likely to see this issue.
Expand Down
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"/>
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.
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.
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.
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.
Loading

0 comments on commit 8848d48

Please sign in to comment.