@@ -72,6 +72,7 @@ import elasticsearch from './kindtag-images/tool-elasticsearch-color.svg';
7272import evidence from './kindtag-images/tool-evidence.svg' ;
7373import exasol from './kindtag-images/tool-exasol-color.svg' ;
7474import excel from './kindtag-images/tool-excel-color.svg' ;
75+ import fabric from './kindtag-images/tool-fabric-color.svg' ;
7576import facebook from './kindtag-images/tool-facebook-color.svg' ;
7677import fivetran from './kindtag-images/tool-fivetran-color.svg' ;
7778import flink from './kindtag-images/tool-flink-color.svg' ;
@@ -132,6 +133,7 @@ import noteable from './kindtag-images/tool-noteable-color.svg';
132133import notion from './kindtag-images/tool-notion-color.svg' ;
133134import numpy from './kindtag-images/tool-numpy-color.svg' ;
134135import omni from './kindtag-images/tool-omni-color.svg' ;
136+ import onelake from './kindtag-images/tool-onelake-color.svg' ;
135137import openai from './kindtag-images/tool-openai-color.svg' ;
136138import openmetadata from './kindtag-images/tool-openmetadata-color.svg' ;
137139import optuna from './kindtag-images/tool-optuna-color.svg' ;
@@ -311,6 +313,7 @@ export type KnownTagType =
311313 | 'exasol'
312314 | 'excel'
313315 | 'expand'
316+ | 'fabric'
314317 | 'facebook'
315318 | 'file'
316319 | 'fivetran'
@@ -381,6 +384,7 @@ export type KnownTagType =
381384 | 'notion'
382385 | 'numpy'
383386 | 'omni'
387+ | 'onelake'
384388 | 'openai'
385389 | 'openmetadata'
386390 | 'optuna'
@@ -625,6 +629,10 @@ export const KNOWN_TAGS: Record<KnownTagType, KnownTag> = {
625629 icon : omni ,
626630 content : 'Omni' ,
627631 } ,
632+ onelake : {
633+ icon : onelake ,
634+ content : 'OneLake' ,
635+ } ,
628636 datadog : {
629637 icon : datadog ,
630638 content : 'Datadog' ,
@@ -865,6 +873,10 @@ export const KNOWN_TAGS: Record<KnownTagType, KnownTag> = {
865873 icon : excel ,
866874 content : 'Excel' ,
867875 } ,
876+ fabric : {
877+ icon : fabric ,
878+ content : 'Fabric' ,
879+ } ,
868880 ray : {
869881 icon : ray ,
870882 content : 'Ray' ,
0 commit comments