-
Notifications
You must be signed in to change notification settings - Fork 983
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 mirnawong1-patch-12
- Loading branch information
Showing
13 changed files
with
312 additions
and
82 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
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
15 changes: 15 additions & 0 deletions
15
...ite/docs/docs/dbt-versions/release-notes/03-Oct-2023/native-retry-support-rn.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: "Enhancement: Native support for the dbt retry command" | ||
description: "October 2023: Rerun errored jobs from start or from the failure point" | ||
sidebar_label: "Enhancement: Support for dbt retry" | ||
tags: [Oct-2023, Scheduler] | ||
date: 2023-10-06 | ||
sidebar_position: 10 | ||
--- | ||
|
||
Previously in dbt Cloud, you could only rerun an errored job from start but now you can also rerun it from its point of failure. | ||
|
||
You can view which job failed to complete successully, which command failed in the run step, and choose how to rerun it. To learn more, refer to [Retry jobs](/docs/deploy/retry-jobs). | ||
|
||
|
||
<Lightbox src="/img/docs/deploy/native-retry.gif" width="70%" title="Example of the Rerun options in dbt Cloud"/> |
38 changes: 38 additions & 0 deletions
38
website/docs/docs/dbt-versions/release-notes/03-Oct-2023/product-docs-sept-rn.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,38 @@ | ||
--- | ||
title: "September 2023 product docs updates" | ||
id: "product-docs-sept" | ||
description: "September 2023: The Product docs team merged 107 PRs, made various updates to dbt Cloud and Core, such as GAing continuous integration jobs, Semantic Layer GraphQL API doc, a new community plugin, and more" | ||
sidebar_label: "Update: Product docs changes" | ||
tags: [Sept-2023, product-docs] | ||
date: 2023-10-10 | ||
sidebar_position: 09 | ||
--- | ||
|
||
Hello from the dbt Docs team: @mirnawong1, @matthewshaver, @nghi-ly, and @runleonarun! First, we’d like to thank the 15 new community contributors to docs.getdbt.com. We merged [107 PRs](https://github.com/dbt-labs/docs.getdbt.com/pulls?q=is%3Apr+merged%3A2023-09-01..2023-09-31) in September. | ||
|
||
Here's what's new to [docs.getdbt.com](http://docs.getdbt.com/): | ||
|
||
* Migrated docs.getdbt.com from Netlify to Vercel. | ||
|
||
## ☁ Cloud projects | ||
- Continuous integration jobs are now generally available and no longer in beta! | ||
- Added [Postgres PrivateLink set up page](/docs/cloud/secure/postgres-privatelink) | ||
- Published beta docs for [dbt Explorer](/docs/collaborate/explore-projects). | ||
- Added a new Semantic Layer [GraphQL API doc](/docs/dbt-cloud-apis/sl-graphql) and updated the [integration docs](/docs/use-dbt-semantic-layer/avail-sl-integrations) to include Hex. Responded to dbt community feedback and clarified Metricflow use cases for dbt Core and dbt Cloud. | ||
- Added an [FAQ](/faqs/Git/git-migration) describing how to migrate from one git provider to another in dbt Cloud. | ||
- Clarified an example and added a [troubleshooting section](/docs/cloud/connect-data-platform/connect-snowflake#troubleshooting) to Snowflake connection docs to address common errors and provide solutions. | ||
|
||
|
||
## 🎯 Core projects | ||
|
||
- Deprecated dbt Core v1.0 and v1.1 from the docs. | ||
- Added configuration instructions for the [AWS Glue](/docs/core/connect-data-platform/glue-setup) community plugin. | ||
- Revised the dbt Core quickstart, making it easier to follow. Divided this guide into steps that align with the [other guides](/quickstarts/manual-install?step=1). | ||
|
||
## New 📚 Guides, ✏️ blog posts, and FAQs | ||
|
||
Added a [style guide template](/guides/best-practices/how-we-style/6-how-we-style-conclusion#style-guide-template) that you can copy & paste to make sure you adhere to best practices when styling dbt projects! | ||
|
||
## Upcoming changes | ||
|
||
Stay tuned for a flurry of releases in October and a filterable guides section that will make guides easier to find! |
Oops, something went wrong.