From 460f717795317e52b1ccb2a2ad3226e86f5eefc1 Mon Sep 17 00:00:00 2001 From: Sandy Ryza Date: Mon, 5 Aug 2024 09:58:29 -0700 Subject: [PATCH] [1.8] remove dagster/storage_kind from docs (#23416) ## Summary & Motivation Per [this discussion](https://github.com/dagster-io/internal/discussions/10821), we decided we weren't ready to commit this functionality, so walking this back. ## How I Tested These Changes --- docs/content/concepts/metadata-tags/tags.mdx | 47 -------------------- 1 file changed, 47 deletions(-) diff --git a/docs/content/concepts/metadata-tags/tags.mdx b/docs/content/concepts/metadata-tags/tags.mdx index 93d42a1bc64ca..b96a3c89a63a0 100644 --- a/docs/content/concepts/metadata-tags/tags.mdx +++ b/docs/content/concepts/metadata-tags/tags.mdx @@ -62,8 +62,6 @@ def leads(): ... Other APIs that define assets can also accept tag arguments, such as , , and the . -Dagster also provides a set of standard tags, such as `dagster/storage_kind`. These tags can be provided to assets in the same way as the example above. Refer to the [Standard asset tags reference](#standard-asset-tags) for more information. - ### Jobs Adding tags to a job will attach them to every run executed by the job. @@ -152,51 +150,6 @@ height={1406} ## References -### Standard asset tags - -The following table lists the standard asset tag keys defined by Dagster. The `dagster` prefix indicates that the Dagster package takes responsibility for defining the meaning of these tags. - - - - - - - - - - - - - - -
- Tag - Description
- dagster/storage_kind - - The technology used to store the asset, e.g. "snowflake" or{" "} - "s3". -
-
- If provided, the Dagster UI will show this value on the asset's node in the{" "} - Asset graph. Some values have corresponding icons - refer - to - this page - for a full list. -
- ### System run tags The following table lists the tags Dagster will, on occasion, automatically add to runs.