Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated image and language to match new UI #6486

Merged
merged 11 commits into from
Nov 14, 2024
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions website/docs/faqs/Environments/delete-environment-job.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ To delete a job or multiple jobs in dbt Cloud:
4. Scroll to the bottom of the page and click **Delete** to delete the job. <br />

<figure>
<img src="/img/docs/dbt-cloud/cloud-configuring-dbt-cloud/delete-job.jpg"/>
<img src="/img/docs/dbt-cloud/cloud-configuring-dbt-cloud/delete-job.png" width="100%"/>
nataliefiann marked this conversation as resolved.
Show resolved Hide resolved
<figcaption align = "center">Delete a job</figcaption>
</figure>

Expand All @@ -36,7 +36,7 @@ Deleting an environment automatically deletes its associated job(s). If you want
4. Scroll to the bottom of the page and click **Delete** to delete the environment. <br />

<figure>
nataliefiann marked this conversation as resolved.
Show resolved Hide resolved
<img src="/img/docs/dbt-cloud/cloud-configuring-dbt-cloud/delete-environment.jpg"/>
<img src="/img/docs/dbt-cloud/cloud-configuring-dbt-cloud/delete-environment.png" width="100%"/>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same comment about lightbox above

nataliefiann marked this conversation as resolved.
Show resolved Hide resolved
<figcaption align = "center">Delete an environment</figcaption>
nataliefiann marked this conversation as resolved.
Show resolved Hide resolved
</figure>
nataliefiann marked this conversation as resolved.
Show resolved Hide resolved

Expand Down
2 changes: 1 addition & 1 deletion website/docs/faqs/Git/git-migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ To migrate from one git provider to another, refer to the following steps to avo
2. Go back to dbt Cloud and set up your [integration for the new git provider](/docs/cloud/git/connect-github), if needed.
3. Disconnect the old repository in dbt Cloud by going to **Account Settings** and then **Projects**. Click on the **Repository** link, then click **Edit** and **Disconnect**.

<Lightbox src="/img/docs/dbt-cloud/disconnect-repo.gif" title="Disconnect and reconnect your git repository in your dbt Cloud Account Settings pages."/>
<Lightbox src="/img/docs/dbt-cloud/disconnect-repo.png" title="Disconnect and reconnect your git repository in your dbt Cloud Account Settings pages."/>

4. On the same page, connect to the new git provider repository by clicking **Configure Repository**
- If you're using the native integration, you may need to OAuth to it.
Expand Down
2 changes: 1 addition & 1 deletion website/docs/faqs/Git/github-permissions.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Disconnect the GitHub and dbt Cloud integration in dbt Cloud.
6. Return to your **Project details** page and reconnect your repository by clicking the **Configure Repository** link.
7. Configure your repository and click **Save**

<Lightbox src="/img/docs/dbt-cloud/cloud-configuring-dbt-cloud/repository-details-faq.jpg" title="Disconnect your GitHub connection in the 'Repository details' page."/>
<Lightbox src="/img/docs/dbt-cloud/disconnect-repo.png" title="Disconnect and reconnect your git repository in your dbt Cloud Account Settings pages."/>

## Support
If you've tried these workarounds and are still experiencing this behavior &mdash; reach out to the [dbt Support](mailto:[email protected]) team and we'll be happy to help!
2 changes: 1 addition & 1 deletion website/docs/faqs/Git/gitignore.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ For more info on `gitignore` syntax, refer to the [Git docs](https://git-scm.com
12. Once the branch has changed, click the **Pull from remote** button to pull in all the changes.
13. Verify the changes by making sure the files/folders in the `.gitignore `file are in italics.
mirnawong1 marked this conversation as resolved.
Show resolved Hide resolved

<Lightbox src="/img/docs/dbt-cloud/cloud-ide/gitignore-italics.jpg" width="50%" title="A dbt project on the main branch that has properly configured gitignore folders (highlighted in italics)."/>
<Lightbox src="/img/docs/dbt-cloud/cloud-ide/gitignore-italics.png" width="50%" title="A dbt project on the main branch that has properly configured gitignore folders (highlighted in italics)."/>

### Fix in the git provider

Expand Down
6 changes: 3 additions & 3 deletions website/docs/faqs/Project/delete-a-project.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ id: delete-a-project
---
To delete a project in dbt Cloud, you must be the account owner or have admin privileges.

1. From dbt Cloud, click the gear icon at the top right corner and select **Account Settings**.
1. From dbt Cloud, click on your account name in the left side menu and, select **Account settings**.
nataliefiann marked this conversation as resolved.
Show resolved Hide resolved

<Lightbox src="/img/docs/dbt-cloud/Navigate To Account Settings.png" title="Navigate to account settings" />
<Lightbox src="/img/docs/dbt-cloud/Navigate-to-account-settings.png" title="Navigate to account settings" />

2. In **Account Settings**, select **Projects**. Click the project you want to delete from the **Projects** page.
3. Click the edit icon in the lower right-hand corner of the **Project Details**. A **Delete** option will appear on the left side of the same details view.
4. Select **Delete**. Confirm the action to immediately delete the user without additional password prompts. There will be no account password prompt, and the project is deleted immediately after confirmation. Once a project is deleted, this action cannot be undone.

<Lightbox src="/img/docs/dbt-cloud/delete_projects_from_dbt_cloud_20221023.gif" title="Delete projects" />
<Lightbox src="/img/docs/dbt-cloud/delete_projects_from_dbt_cloud.png" title="Delete projects" />
Loading
Loading