We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug
With DataHub v0.8.4 and v0.8.3, Snowflake datasets are missing the Sowflake logo from the UI:
To Reproduce
Steps to reproduce the behavior:
Reproduced on MacOS and Linux & with Firefox and Chrome.
Expected behavior
What it looks like in DataHub v0.7:
The text was updated successfully, but these errors were encountered:
Same issue with lookml datasets in Datasets/prod/looker.
Looker dashboard in Dashboards/looker are showing the right logo as expected.
Sorry, something went wrong.
I just upgraded to 0.8.8 and can see the datasets with the following are missing logos in the lineage view in the UI.
dataPlatform:hive
dataPlatform:looker
dataPlatform:postgres
dataPlatform:redshift
Those are all platforms with logoUrl defined in https://github.com/linkedin/datahub/blob/7083de9b4f9740b1c47535c909619fe40487471f/gms/impl/src/main/resources/DataPlatformInfo.json, so I'm not sure why they aren't showing up.
logoUrl
Logos are showing up correctly for Airflow pipelines / tasks and Looker dashboards / charts .
If maintainers could point me in the general direction of where "look up the logo from the dataPlatform" code lives, I'd be happy to try fixing this.
dataPlatform
#2783 fixed one such issue (#2738, about mongoDB logos) but I can't tell from that diff how this mechanism works.
Fixed with DataHub v0.8.13: https://github.com/linkedin/datahub/releases/tag/v0.8.13
No branches or pull requests
Describe the bug
With DataHub v0.8.4 and v0.8.3, Snowflake datasets are missing the Sowflake logo from the UI:
To Reproduce
Steps to reproduce the behavior:
Reproduced on MacOS and Linux & with Firefox and Chrome.
Expected behavior
What it looks like in DataHub v0.7:
The text was updated successfully, but these errors were encountered: