Hi All, I am using the simple `acryl-datahub[mssql...
# ingestion
c
Hi All, I am using the simple
acryl-datahub[mssql]
to ingest metadata from a mssql database to datahub. Is there a way that I can pass upstream and ownership data at the same time ? Or do I need to pass that separately ? 🙂
g
there's no out of the box way to do it yet, but you can fairly easily add it using the transformers API
c
Thanks @gray-shoe-75895. By any chance is there any code/example that I can refer, to see how to define a logic in the transformation section
g
This isn't an amazing example, but we've got one in our tests here https://github.com/linkedin/datahub/blob/master/metadata-ingestion/tests/unit/test_pipeline.py#L64-L77. We don't have any "official" transformers yet
c
Thanks @gray-shoe-75895 👍