diff --git a/openmetadata-spec/src/main/antlr4/org/openmetadata/schema/EntityLink.g4 b/openmetadata-spec/src/main/antlr4/org/openmetadata/schema/EntityLink.g4 index 5dafdd495893..c79665116bac 100644 --- a/openmetadata-spec/src/main/antlr4/org/openmetadata/schema/EntityLink.g4 +++ b/openmetadata-spec/src/main/antlr4/org/openmetadata/schema/EntityLink.g4 @@ -120,6 +120,7 @@ ENTITY_FIELD | 'testCaseResult' | 'tests' | 'pipelineStatus' + | 'dataProducts' ; diff --git a/openmetadata-ui/src/main/resources/ui/src/assets/svg/creating-ingestion.svg b/openmetadata-ui/src/main/resources/ui/src/assets/svg/creating-ingestion.svg index 7b03a5271eba..2b8da57457e6 100644 --- a/openmetadata-ui/src/main/resources/ui/src/assets/svg/creating-ingestion.svg +++ b/openmetadata-ui/src/main/resources/ui/src/assets/svg/creating-ingestion.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/openmetadata-ui/src/main/resources/ui/src/assets/svg/deploy-ingestion.svg b/openmetadata-ui/src/main/resources/ui/src/assets/svg/deploy-ingestion.svg index a2b4c38ba139..56f329c0ae5c 100644 --- a/openmetadata-ui/src/main/resources/ui/src/assets/svg/deploy-ingestion.svg +++ b/openmetadata-ui/src/main/resources/ui/src/assets/svg/deploy-ingestion.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/openmetadata-ui/src/main/resources/ui/src/components/LoginButton/LoginButton.tsx b/openmetadata-ui/src/main/resources/ui/src/components/LoginButton/LoginButton.tsx index e1f592d5d01f..5a8b2b4cde9a 100644 --- a/openmetadata-ui/src/main/resources/ui/src/components/LoginButton/LoginButton.tsx +++ b/openmetadata-ui/src/main/resources/ui/src/components/LoginButton/LoginButton.tsx @@ -19,7 +19,7 @@ import './login-button.style.less'; interface LoginButtonProps { ssoBrandName: string; - ssoBrandLogo?: SvgComponent; + ssoBrandLogo?: string; onClick?: () => void; } @@ -28,18 +28,26 @@ const LoginButton = ({ ssoBrandLogo, onClick, }: LoginButtonProps) => { + const getImageElement = () => ( + {`${ssoBrandName} + ); + const svgIcon = ssoBrandLogo ? ( ) : null; return ( diff --git a/openmetadata-ui/src/main/resources/ui/src/components/Modals/DeployIngestionLoaderModal/DeployIngestionLoaderModal.tsx b/openmetadata-ui/src/main/resources/ui/src/components/Modals/DeployIngestionLoaderModal/DeployIngestionLoaderModal.tsx index 31f0ab810b21..8d93ed64dadc 100644 --- a/openmetadata-ui/src/main/resources/ui/src/components/Modals/DeployIngestionLoaderModal/DeployIngestionLoaderModal.tsx +++ b/openmetadata-ui/src/main/resources/ui/src/components/Modals/DeployIngestionLoaderModal/DeployIngestionLoaderModal.tsx @@ -64,7 +64,7 @@ const DeployIngestionLoaderModal = ({ @@ -79,7 +79,7 @@ const DeployIngestionLoaderModal = ({