Hi there! Quick question about ingesting metadata ...
# ingestion
f
Hi there! Quick question about ingesting metadata from Looker into DataHub. We would need to ingest additional metadata from Looker than DataHub extracts (specifically we need dashboard
view_count
,
updated_at
,
last_updater_name
, etc.). How could we go about ingesting that additional metadata? Would we have to write a transformer?
h
@flat-window-44654 Is this additional metadata generally available using looker sdk or is there any custom logic applicable specifically for your usecase ? It would be best to write a transformer if its for the second case. If its the first case, you can consider contributing to datahub looker source to ingest this information.
thank you 1