Skip to content

Commit

Permalink
Add sidebar link and other minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
shalabhc committed Oct 9, 2023
1 parent 4a40e37 commit 4f1aa1a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions docs/content/_navigation.json
Original file line number Diff line number Diff line change
Expand Up @@ -572,6 +572,11 @@
}
]
},
{
"title": "Insights",
"path": "/dagster-cloud/insights"
},

{
"title": "dagster-cloud CLI",
"path": "/dagster-cloud/managing-deployments/dagster-cloud-cli"
Expand Down
6 changes: 3 additions & 3 deletions docs/content/dagster-cloud/insights.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ platform_type: "cloud"
<Note>
This feature is considered <strong>experimental</strong>. To get access to
Insights please request access in the
[#dagster-insights](https://dagster.slack.com/archives/C05V7GETFSQ) channel in
Slack.
<a href="https://dagster.slack.com/archives/C05V7GETFSQ">#dagster-insights</a>
channel in Slack.
</Note>

Insights is Dagster Cloud feature that provides visibility into historical usage and cost metrics such as run duration, credit usage and failures. This feature is available as a top level tab in the Dagster Cloud UI:
Expand Down Expand Up @@ -98,7 +98,7 @@ defs = Definitions(
The `snowflake_resource_key` is a SnowflakeResource that has access to the `query_history` table. Once the pipeline runs, Snowflake credits should be visible in the Insights tab:

<Image
alt="Snowflake credtis in the Dagster UI"
alt="Snowflake credits in the Dagster UI"
src="/images/dagster-cloud/insights/insights-snowflake.png"
width={383}
height={349}
Expand Down

0 comments on commit 4f1aa1a

Please sign in to comment.