Hi Team, I store some metadata info of our ETL job...
# ingestion
a
Hi Team, I store some metadata info of our ETL jobs in Postgres. Is it possible to ingest the data and not the metadata for the postgres table via DataHub?
👍 1
s
Hi @average-bear-318 - thanks for raising that issue. Actually, we have the same question. Looking forward to the answers!
m
Hi @average-bear-318 you would have to extract that metadata from your postgres table and emit metadata events for them. You can use whatever language you want to write that code. The easiest would be python. Essentially something that queries the table, parses the result set and creates the metadata events programmatically.
👍 2