Skip to content

Commit

Permalink
remove kinds docs
Browse files Browse the repository at this point in the history
  • Loading branch information
PedramNavid committed Aug 23, 2024
1 parent dbe4617 commit 3a7bce4
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions docs/docs-beta/docs/guides/data-modeling/metadata.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,15 +70,6 @@ Like `owners`, just pass a dictionary of tags to the `tags` argument when defini

Keep in mind that tags must contain only strings as keys and values. Additionally, the Dagster UI will render tags with the empty string as a "label" rather than a key-value pair.

## Adding custom icons using "kind" tags

`kinds` are special tags that can be used to customize the appearance of assets in the UI by attaching a custom label and icon.

<CodeExample filePath="guides/data-modeling/metadata/kinds.py" language="python" title="Using kinds" />

The list of available icons is always growing and is available in the [Dagster UI source code](https://github.com/dagster-io/dagster/blob/master/js_modules/dagster-ui/packages/ui-core/src/graph/OpTags.tsx).

If you add a `kind` that does not have an associated icon, it will simply be rendered as a textual label.

## Attaching metadata to an asset at definition time

Expand Down

0 comments on commit 3a7bce4

Please sign in to comment.