dagster-io / dagster

An orchestration platform for the development, production, and observation of data assets.
https://dagster.io
Apache License 2.0
11.66k stars 1.47k forks source link

Add support for more custom kind tags #12027

Open braunjj opened 1 year ago

braunjj commented 1 year ago

Right now we only support a handful of special kind tag icons. We've received a few requests to either expand on this set of icons or allow users to more easily add their own.

Feedback from Slack.

Is it possible to have custom icons / badges for compute_kind? I realize these are rendered by dagit. Would it be possible to supply an svg path via your dagster configuration? If not would this be hard to implement?

Just thought it'd be cool / useful to be able to brand things per project or team. And maybe include a easter egg here and there ;). Emoji support could also be pretty neat!

I agree that either building out the current list or having a way to supply additional badges would be great.

nbuck1234 commented 11 months ago

Would like to bump this - we have some unusual kinds that we would like to add kind tag icons for.

garethbrickman commented 1 day ago

Check out this PR for an example of how you can contribute kind tags: https://github.com/dagster-io/dagster/pull/25781