Adds kinds tags for Alteryx, Boomi, and SAP#33807
Conversation
Greptile SummaryThis PR adds kinds tags (icons + type registrations) for three new integrations — Alteryx, Boomi, and SAP — following the existing pattern for adding tool icons in
Confidence Score: 5/5Straightforward icon and type registration additions with no logic changes; safe to merge. The change adds three SVG icons, three import statements, three union type members, three KNOWN_TAGS entries, and three documentation table rows — all following the established pattern exactly. The alphabetical ordering issue noted in a previous review thread has been addressed. No runtime logic is touched. No files require special attention.
|
| Filename | Overview |
|---|---|
| js_modules/ui-core/src/graph/OpTags.tsx | Adds imports, KnownTagType union entries (alphabetically ordered), and KNOWN_TAGS entries for alteryx, boomi, and sap; all follow existing patterns correctly. |
| docs/docs/partials/_KindsTags.md | Adds alteryx, boomi, and sap rows in the correct alphabetical positions in the documentation table. |
| js_modules/ui-core/src/graph/kindtag-images/tool-alteryx-color.svg | New SVG icon for Alteryx added to UI source. |
| js_modules/ui-core/src/graph/kindtag-images/tool-boomi-color.svg | New SVG icon for Boomi added to UI source. |
| js_modules/ui-core/src/graph/kindtag-images/tool-sap-color.svg | New SVG icon for SAP added to UI source. |
| docs/static/images/guides/build/assets/metadata-tags/kinds/icons/tool-alteryx-color.svg | SVG icon for Alteryx added to the docs static assets directory for documentation rendering. |
| docs/static/images/guides/build/assets/metadata-tags/kinds/icons/tool-boomi-color.svg | SVG icon for Boomi added to the docs static assets directory for documentation rendering. |
| docs/static/images/guides/build/assets/metadata-tags/kinds/icons/tool-sap-color.svg | SVG icon for SAP added to the docs static assets directory for documentation rendering. |
Reviews (5): Last reviewed commit: "fix ordering" | Re-trigger Greptile
6e31a5c to
02ebf35
Compare
|
Deploy preview for dagster-docs ready! Preview available at https://dagster-docs-2hqlxvi54-elementl.vercel.app Direct link to changed pages: |
02ebf35 to
e0f27e8
Compare
e0f27e8 to
9869919
Compare
Summary & Motivation
Closes #33806.
Test Plan
Changelog