Skip to content

Commit

Permalink
Merge branch 'current' into nfiann-gearicon
Browse files Browse the repository at this point in the history
  • Loading branch information
nataliefiann authored Nov 18, 2024
2 parents 3d8063b + 8913c93 commit 37af24e
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
2 changes: 1 addition & 1 deletion website/docs/docs/dbt-cloud-apis/service-tokens.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ You can assign as many permission sets as needed to one token. For more on permi

You can generate service tokens if you have a Developer [license](/docs/cloud/manage-access/seats-and-users) and account admin [permissions](/docs/cloud/manage-access/about-user-access#permission-sets). To create a service token in dbt Cloud, follow these steps:

1. Open the **Account Settings** page by clicking the gear icon on the right-hand side.
1. From dbt Cloud, click on your account name in the left side menu and select **Account settings**.
2. On the left sidebar, click on **Service Tokens**.
3. Click the **+ New Token** button to generate a new token.
4. Once the token is generated, you won't be able to view this token again so make sure to save it somewhere safe.
Expand Down
3 changes: 2 additions & 1 deletion website/docs/docs/dbt-versions/experimental-features.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ You can access experimental features to preview beta features that haven’t yet

To enable or disable experimental features:

1. Navigate to **Profile settings** by clicking the gear icon in the top right.
1. From dbt Cloud, click on your account name in the left side menu and select **Account settings**
2. Go to **Personal profile** under the **Your profile** header.
2. Find Experimental features at the bottom of Your Profile page.
3. Click **Beta** to toggle the features on or off as shown in the following image.
![Experimental features](/img/docs/dbt-versions/experimental-feats.png)
Expand Down
6 changes: 5 additions & 1 deletion website/docs/docs/deploy/artifacts.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,11 @@ To view a resource, its metadata, and what commands are needed, refer to [genera

The following steps are for legacy dbt Docs only. For the current documentation experience, see [dbt Explorer](/docs/collaborate/explore-projects).

While running any job can produce artifacts, you should only associate one production job with a given project to produce the project's artifacts. You can designate this connection on the **Project details** page. To access this page, click the gear icon in the upper right, select **Account Settings**, select your project, and click **Edit** in the lower right. Under **Artifacts**, select the jobs you want to produce documentation and source freshness artifacts for.
While running any job can produce artifacts, you should only associate one production job with a given project to produce the project's artifacts. You can designate this connection on the **Project details** page. To access this page:

1. From dbt Cloud, click on your account name in the left side menu and select **Account settings**.
2. Select your project, and click **Edit** in the lower right.
3. Under **Artifacts**, select the jobs you want to produce documentation and source freshness artifacts for.

<Lightbox src="/img/docs/dbt-cloud/using-dbt-cloud/project-level-artifact-updated.png" width="70%" title="Configuring Artifacts"/>

Expand Down
6 changes: 5 additions & 1 deletion website/docs/faqs/Git/managed-repo.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,8 @@ id: managed-repo

dbt Labs can send your managed repository through a ZIP file in its current state for you to push up to a git provider. After that, you'd just need to switch over to the [repo in your project](/docs/cloud/git/import-a-project-by-git-url) to point to the new repository.

When you're ready to do this, [contact the dbt Labs Support team](mailto:[email protected]) with your request and your managed repo URL, which you can find by navigating to your project setting. To find project settings, click the gear icon in the upper right, select **Account settings**, click **Projects**, and then select your project. Under **Repository** in the project details page, you can find your managed repo URL.
When you're ready to do this, [contact the dbt Labs Support team](mailto:[email protected]) with your request and your managed repo URL, which you can find by navigating to your project setting. To find project settings:

1. From dbt Cloud, click on your account name in the left side menu and select **Account settings**.
2. Click **Projects**, and then select your project.
3. Under **Repository** in the project details page, you can find your managed repo URL.

0 comments on commit 37af24e

Please sign in to comment.