From 3a7bce4df317776174d4cedbbdceab992d49f1cd Mon Sep 17 00:00:00 2001 From: Pedram Navid <1045990+PedramNavid@users.noreply.github.com> Date: Thu, 22 Aug 2024 15:49:04 -0700 Subject: [PATCH] remove kinds docs --- docs/docs-beta/docs/guides/data-modeling/metadata.md | 9 --------- 1 file changed, 9 deletions(-) diff --git a/docs/docs-beta/docs/guides/data-modeling/metadata.md b/docs/docs-beta/docs/guides/data-modeling/metadata.md index 9b3c0e9f31fe2..3422ad2665080 100644 --- a/docs/docs-beta/docs/guides/data-modeling/metadata.md +++ b/docs/docs-beta/docs/guides/data-modeling/metadata.md @@ -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. - - - -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