Skip to content

Commit

Permalink
[1.8] remove dagster/storage_kind from docs (#23416)
Browse files Browse the repository at this point in the history
## 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
  • Loading branch information
sryza authored Aug 5, 2024
1 parent fedc34d commit 460f717
Showing 1 changed file with 0 additions and 47 deletions.
47 changes: 0 additions & 47 deletions docs/content/concepts/metadata-tags/tags.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,6 @@ def leads(): ...

Other APIs that define assets can also accept tag arguments, such as <PyObject object="AssetSpec" />, <PyObject object="AssetOut" />, and the <PyObject object="graph_asset" decorator />.

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.
Expand Down Expand Up @@ -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.

<table
className="table"
style={{
width: "100%",
}}
>
<thead>
<tr>
<th
style={{
width: "25%",
}}
>
Tag
</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<code>dagster/storage_kind</code>
</td>
<td>
The technology used to store the asset, e.g. <code>"snowflake"</code> or{" "}
<code>"s3"</code>.
<br />
<br />
If provided, the Dagster UI will show this value on the asset's node in the{" "}
<strong>Asset graph</strong>. Some values have corresponding icons - refer
to <a
href="https://github.com/dagster-io/dagster/blob/master/js_modules/dagster-ui/packages/ui-core/src/graph/OpTags.tsx"
target="new"
>
this page
</a> for a full list.
</td>
</tr>
</tbody>
</table>

### System run tags

The following table lists the tags Dagster will, on occasion, automatically add to runs.
Expand Down

1 comment on commit 460f717

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for dagster-docs ready!

✅ Preview
https://dagster-docs-ois8kbrgq-elementl.vercel.app
https://master.dagster.dagster-docs.io

Built with commit 460f717.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.