Skip to content

Commit

Permalink
update faq
Browse files Browse the repository at this point in the history
  • Loading branch information
mirnawong1 committed Sep 12, 2024
1 parent bb78f41 commit 2a4ad69
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 21 deletions.
21 changes: 0 additions & 21 deletions website/docs/faqs/Troubleshooting/access_token_error.md

This file was deleted.

19 changes: 19 additions & 0 deletions website/docs/faqs/Troubleshooting/auth-expired-error.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
title: Receiving an `authentication has expired` error when trying to run queries in the IDE.
description: "Reauthenticate warehouse when seeing `authentication has expired` error"
sidebar_label: 'Receiving `authentication has expired` error in the IDE'
---

If you see a `authentication has expired` error when you try to run queries in the dbt CLoud IDE, this means your [OAuth](/docs/cloud/manage-access/set-up-snowflake-oauth) connection between Snowflake and dbt Cloud has expired.

To fix this, you'll need to re-connect the two tools.

Your Snowflake administrator can [configure](/docs/cloud/manage-access/set-up-snowflake-oauth#create-a-security-integration) the refresh tokens' validity, which has a maximum 90-day validity period.

To resolve the issue, complete the following steps:

1. Go to your **Profile settings** page, accessible from the navigation menu.
2. Navigate to **Credentials** and click on the project you're experiencing the issue with.
3. Under **Development credentials**, click the green **Reconnect Snowflake Account** button. This drives you through reauthentication through the SSO workflow.

If you've tried these step and are still experiencing this behavior, reach out to the Support team at [email protected] for further assistance.
5 changes: 5 additions & 0 deletions website/vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
"cleanUrls": true,
"trailingSlash": false,
"redirects": [
{
"source": "/faqs/Troubleshooting/access_token_error",
"destination": "/faqs/Troubleshooting/auth-expired-error",
"permanent": true
},
{
"source": "/faqs/Models/unique-model-names",
"destination": "/faqs/Project/unique-resource-names",
Expand Down

0 comments on commit 2a4ad69

Please sign in to comment.