-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
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
feat(DataPlatform Logos): Adding server driven logos #2165
feat(DataPlatform Logos): Adding server driven logos #2165
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Had a couple of questions for you.
@@ -10,14 +7,5 @@ export function getLogoFromPlatform(platform: string) { | |||
if (platform === 'Looker') { | |||
return lookerLogo; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looker remains?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Dashboards and Charts do not have DataPlatformUrns. Thus there is no way we can push these from the server. My view is that we should migrate Charts + Dashboards to also use DataPlatformUrns and then do the same here. Until then, this will unfortunately have to remain.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
needs a small edit
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Scope
This change populates the recently added "logoUrl" field of DataPlatformInfo.json.
Description
Adding logo URLs for each DataPlatform. Images will be stored in the repo, similar to what we do for the existing images (default avatar, etc).
Checklist