-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
138 changed files
with
1,209 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
--- | ||
title: "Kind Tags | Dagster Docs" | ||
description: "Use kind tags to easily categorize assets within you Dagster project." | ||
--- | ||
|
||
# Kind Tags | ||
|
||
Kind tags can help you quickly identify the underlying system or technology used for a given asset in the Dagster UI. These tags allow you to organize assets within a Dagster project and can be used to filter or search across all your assets. | ||
|
||
## Adding Compute Kinds to assets | ||
|
||
You can add a tag to any asset by providing a value to the `compute_kind` argument. | ||
|
||
```python | ||
@asset(compute_kind="dbt") | ||
def my_asset(): | ||
pass | ||
``` | ||
|
||
In the Dagster UI, a kind tag will appear on the asset. <Image src="/images/concepts/metadata-tags/kinds/kind-tag.png" width={1039} height={484} /> | ||
|
||
## Supported Icons | ||
|
||
Some kinds are given a branded icon in the UI. We currently support nearly 200 unique technology icons. | ||
|
||
<Image | ||
src="/images/concepts/metadata-tags/kinds/icons/tool-airbyte-color.svg" | ||
width={20} | ||
height={20} | ||
/> | ||
|
||
</tbody> | ||
|
||
</table> | ||
|
||
## Requesting additional icons | ||
|
||
The kinds icon pack is open source and anyone can <a href="/community/contributing"> contribute new icons</a> to the public repo or request a new icon by <a href="https://github.com/dagster-io/dagster/issues/new?assignees=&labels=type%3A+feature-request&projects=&template=request_a_feature.yml">filing an issue</a>. Custom icons per deployment are not currently supported. |
3 changes: 3 additions & 0 deletions
3
docs/next/public/images/concepts/metadata-tags/kinds/icons/tool-airbyte-color.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions
11
docs/next/public/images/concepts/metadata-tags/kinds/icons/tool-airflow-color.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions
6
docs/next/public/images/concepts/metadata-tags/kinds/icons/tool-airtable-color.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions
4
docs/next/public/images/concepts/metadata-tags/kinds/icons/tool-atlan-color.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions
5
docs/next/public/images/concepts/metadata-tags/kinds/icons/tool-aws-color.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions
5
docs/next/public/images/concepts/metadata-tags/kinds/icons/tool-axioma-color.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
23 changes: 23 additions & 0 deletions
23
docs/next/public/images/concepts/metadata-tags/kinds/icons/tool-azure-color.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions
5
docs/next/public/images/concepts/metadata-tags/kinds/icons/tool-azureml-color.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions
4
docs/next/public/images/concepts/metadata-tags/kinds/icons/tool-bigquery.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.