Can someone please point me towards any dagster do...
# ask-community
p
Can someone please point me towards any dagster docs related to
op_tags
? I'm looking for a list of all the possible values that I can pass to the
kind
param. Thank you!
1
D 1
y
Dug into the codebase. I think it can be arbitrary string value. But let me confirm it with the team.
D 1
o
hi @Philip Orlando!
kind
can be any string value. certain
kind
tags for popular technologies (e.g. snowflake, pandas, dbt) are mapped to specific icons in the frontend. the list of things that we do this for is always updating, but you can see the current set here. for things that aren't in this set, they'll just show up as the raw text.
❤️ 1
p
This is awesome, thank you!
y
this is new to me too haha. so logging this Q&A here: https://github.com/dagster-io/dagster/discussions/14143
❤️ 2
p
It looks like
"kind": "s3"
is recognized by dagit, but I'm not seeing an
s3.svg
listed in that sourcegraph link. Can you help me understand what's happening behind the scenes?
y
p
Ok, thank you for clarifying.