From 4f1aa1ac1ccd17724ac146a31103b04e457414c1 Mon Sep 17 00:00:00 2001 From: Shalabh Chaturvedi Date: Thu, 5 Oct 2023 17:21:35 -0700 Subject: [PATCH] Add sidebar link and other minor fixes --- docs/content/_navigation.json | 5 +++++ docs/content/dagster-cloud/insights.mdx | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/docs/content/_navigation.json b/docs/content/_navigation.json index ce3d030c3bcf3..eaeec0eef8af1 100644 --- a/docs/content/_navigation.json +++ b/docs/content/_navigation.json @@ -572,6 +572,11 @@ } ] }, + { + "title": "Insights", + "path": "/dagster-cloud/insights" + }, + { "title": "dagster-cloud CLI", "path": "/dagster-cloud/managing-deployments/dagster-cloud-cli" diff --git a/docs/content/dagster-cloud/insights.mdx b/docs/content/dagster-cloud/insights.mdx index cfe654281bc0a..e8d7bc5fa261f 100644 --- a/docs/content/dagster-cloud/insights.mdx +++ b/docs/content/dagster-cloud/insights.mdx @@ -10,8 +10,8 @@ platform_type: "cloud" This feature is considered experimental. To get access to Insights please request access in the - [#dagster-insights](https://dagster.slack.com/archives/C05V7GETFSQ) channel in - Slack. + #dagster-insights + channel in Slack. 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: @@ -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: