🐛 datahub client's upsert_table
method is wiping data product metadata
#3207
Labels
bug
Something isn't working
upsert_table
method is wiping data product metadata
#3207
Describe the bug.
When using the
upsert_table
method to create a table within a data product, after a data product is created with all of its properties we then do another upsert on that data product, to associate datasets with it, without passing any of the data products metadata to it other than the assets that are associated with it, this lineWe need to make sure either
data_product_metadata
that is passed to theupsert_table
method or the existing data product metadata, are included in theDataProductPropertiesClass
used for theaspect
of themetadata_event
To Reproduce
Expected Behaviour
we run the test or any other ingestion of metadata and metadata for data products persist.
Additional context
No response
The text was updated successfully, but these errors were encountered: