Skip to content

Commit

Permalink
Cloud type
Browse files Browse the repository at this point in the history
  • Loading branch information
runleonarun committed Jan 29, 2025
1 parent 05c91b2 commit daf82f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion website/docs/faqs/Troubleshooting/auth-expired-error.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: "Reauthenticate warehouse when seeing `authentication has expired`
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.
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 must reconnect the two tools.

Expand Down
2 changes: 1 addition & 1 deletion website/docs/guides/sl-migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dbt Labs recommends completing these steps in a local dev environment (such as t
```bash
python -m pip install "dbt-metricflow[snowflake]"
```
**Note** - MetricFlow commands aren't yet supported in the dbt CLoud IDE at this time.
**Note** - MetricFlow commands aren't yet supported in the dbt Cloud IDE at this time.
2. Run `dbt parse`. This parses your project and creates a `semantic_manifest.json` file in your target directory. MetricFlow needs this file to query metrics. If you make changes to your configs, you will need to parse your project again.
3. Run `mf list metrics` to view the metrics in your project.
Expand Down

0 comments on commit daf82f9

Please sign in to comment.