Skip to content

Commit

Permalink
feat(ui): add databricks logo (#9473)
Browse files Browse the repository at this point in the history
  • Loading branch information
mayurinehate committed Jan 3, 2024
1 parent 0bb838b commit 6d72640
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions datahub-web-react/src/app/ingest/source/builder/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,8 @@ export const CUSTOM = 'custom';
export const CUSTOM_URN = `urn:li:dataPlatform:${CUSTOM}`;
export const UNITY_CATALOG = 'unity-catalog';
export const UNITY_CATALOG_URN = `urn:li:dataPlatform:${UNITY_CATALOG}`;
export const DATABRICKS = 'databricks';
export const DATABRICKS_URN = `urn:li:dataPlatform:${DATABRICKS}`;
export const DBT_CLOUD = 'dbt-cloud';
export const DBT_CLOUD_URN = `urn:li:dataPlatform:dbt`;
export const VERTICA = 'vertica';
Expand Down Expand Up @@ -143,6 +145,7 @@ export const PLATFORM_URN_TO_LOGO = {
[TRINO_URN]: trinoLogo,
[SUPERSET_URN]: supersetLogo,
[UNITY_CATALOG_URN]: databricksLogo,
[DATABRICKS_URN]: databricksLogo,
[VERTICA_URN]: verticaLogo,
[FIVETRAN_URN]: fivetranLogo,
[CSV_URN]: csvLogo,
Expand Down

0 comments on commit 6d72640

Please sign in to comment.