Commit 6c92506
fix(ui): remove beta tag from stable services and fix Microsoft Fabric icon (#27638)
- Drop OpenLineage, Wherescape, Cassandra, AlationSink, Cockroach, OpenSearch,
ThoughtSpot, Ranger, Grafana, and Timescale from BETA_SERVICES — these are
stable and should no longer show the Beta badge.
- Fix Microsoft Fabric / Microsoft Fabric Pipeline icons: getServiceIcon
normalizes keys via toLowerCase(), but the map used camelCase keys
(microsoftFabric, microsoftFabricPipeline), so lookup missed and the tiles
fell back to the default database icon. Lowercased the keys to match.
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 80a525b commit 6c92506
2 files changed
Lines changed: 2 additions & 12 deletions
File tree
- openmetadata-ui/src/main/resources/ui/src
- constants
- utils
Lines changed: 0 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
176 | 176 | | |
177 | 177 | | |
178 | 178 | | |
179 | | - | |
180 | | - | |
181 | | - | |
182 | | - | |
183 | | - | |
184 | | - | |
185 | 179 | | |
186 | 180 | | |
187 | | - | |
188 | | - | |
189 | 181 | | |
190 | | - | |
191 | 182 | | |
192 | 183 | | |
193 | | - | |
194 | 184 | | |
195 | 185 | | |
196 | 186 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
178 | 178 | | |
179 | 179 | | |
180 | 180 | | |
181 | | - | |
| 181 | + | |
182 | 182 | | |
183 | 183 | | |
184 | 184 | | |
| |||
221 | 221 | | |
222 | 222 | | |
223 | 223 | | |
224 | | - | |
| 224 | + | |
225 | 225 | | |
226 | 226 | | |
227 | 227 | | |
| |||
0 commit comments