Which avatar profile image url is displayed on UI?...
# ui
s
Which avatar profile image url is displayed on UI? I can see some avatar profile image url in demo page. • https://demo.datahubproject.io/pipelines/urn:li:dataFlow:(airflow,datahub_analytics_refresh,prod)/ownership But the datahub I installed doesn't display profile UI. We use google auth and ingested LDAP data too.
g
It displays the
pictureLink
field of the
CorpUserEditableInfo
aspect of the
CorpUser
if available
šŸ™†ā€ā™‚ļø 1
That was ingested using a custom emitter that I wrote which links to my github profile image - it was not ingested through the LDAP source
s
Thanks for the reply. Will try to add the aspect you provided.