-
Notifications
You must be signed in to change notification settings - Fork 984
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bb78f41
commit 2a4ad69
Showing
3 changed files
with
24 additions
and
21 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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,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. |
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