nice-planet-17111
11/17/2021, 5:55 AMdatabase_alias
when ingestion from mysql? (Mine does not work, it just get ingested as original database name, and even in urn it's still the original name. )nice-planet-17111
11/17/2021, 5:57 AMdatabase: some_database
database_alias: some_database_alias
square-activity-64562
11/17/2021, 6:41 AMpostgres
, trino
and redshift
. I think docs might have gotten copy-pasted.square-activity-64562
11/17/2021, 6:44 AMmysql
. I did it initially for postgres
and it was simple. The above link can tell you where to make changes.
https://datahubproject.io/docs/metadata-ingestion/developing/ tells you how to make changes in metadata ingestion sourcesnice-planet-17111
11/17/2021, 7:13 AMminiature-tiger-96062
11/17/2021, 10:54 PMnice-planet-17111
11/18/2021, 12:47 AMinstance1.schema1
and instance2.schema1
)
2. But in datahub (by default) it does not have separate folder hierarchy in UI(that is, namespace) for instance.
3. In this case, instance1.schema1
and instance2.schema1
will be saved in the same folder in UI (schema1
) - which will be super confusing
So i was trying to use database_alias, but it did not work. Luckily i could solve the problem since i found transformer
function which i can set the folder hierarchy when ingesting🙂miniature-tiger-96062
11/18/2021, 1:52 AM