Skip to content

Commit

Permalink
[ui] Add Icechunk kind icon (#26292)
Browse files Browse the repository at this point in the history
## Summary & Motivation

Add new [icechunk](https://icechunk.io/) kind and icon

## How I Tested These Changes

Ran the Dagster documentation website locally

## Changelog

> [ui] Add an icon for the `icechunk` kind
  • Loading branch information
digitaltopo authored Dec 9, 2024
1 parent 2f38871 commit 53e60a4
Show file tree
Hide file tree
Showing 4 changed files with 2,183 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/content/concepts/metadata-tags/kind-tags.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ Some kinds are given a branded icon in the UI. We currently support nearly 200 u
| `huggingface` | <Image src="/images/concepts/metadata-tags/kinds/icons/tool-huggingface-color.svg" width={20} height={20} /> |
| `huggingfaceapi` | <Image src="/images/concepts/metadata-tags/kinds/icons/tool-huggingface-color.svg" width={20} height={20} /> |
| `iceberg` | <Image src="/images/concepts/metadata-tags/kinds/icons/tool-iceberg-color.svg" width={20} height={20} /> |
| `icechunk` | <Image src="/images/concepts/metadata-tags/kinds/icons/tool-icechunk-color.svg" width={20} height={20} /> |
| `impala` | <Image src="/images/concepts/metadata-tags/kinds/icons/tool-impala-color.svg" width={20} height={20} /> |
| `instagram` | <Image src="/images/concepts/metadata-tags/kinds/icons/tool-instagram-color.svg" width={20} height={20} /> |
| `ipynb` | <Image src="/images/concepts/metadata-tags/kinds/icons/tool-jupyter-color.svg" width={20} height={20} /> |
Expand Down
Loading

2 comments on commit 53e60a4

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for dagster-docs ready!

✅ Preview
https://dagster-docs-4gydsk3ci-elementl.vercel.app
https://master.dagster.dagster-docs.io

Built with commit 53e60a4.
This pull request is being automatically deployed with vercel-action

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for dagit-core-storybook ready!

✅ Preview
https://dagit-core-storybook-uwofw3roz-elementl.vercel.app

Built with commit 53e60a4.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.