Is there any way i can change the schema name when...
# ingestion
d
Is there any way i can change the schema name when ingestion a dataset to datahub like public.datahub to new_name.datahub
b
Not without modifying the current ingest code.
g
you could also write a custom transformer to change the name: https://datahubproject.io/docs/metadata-ingestion/transformers/
plus1 1
b
But isn't schema part of the dataset key at the point of creation?
plus1 1
g
The transformer has access to the entire dataset snapshot, so it can change the dataset key as well