Hi team - I have Tableau metadata available in file system (csv format). Is there an API which will consume this metadata and update DataHub backend storage (MySQL, ES, Kafka)?
Any other approach to achieve above stated goal
Thanks
Dharmendra
m
mammoth-bear-12532
06/23/2023, 9:02 PM
@gentle-hamburger-31302
g
gentle-hamburger-31302
06/24/2023, 1:42 PM
@happy-belgium-57206
You can (manually or through custom script) convert this csv in to MCP json and thereafter you can use File Connector to ingest the MCP json into the DataHub.
Please refer tableau connector code Tableau Connector and tableau test cases Test Cases for more detail
h
happy-belgium-57206
07/05/2023, 6:44 PM
Thanks @gentle-hamburger-31302 Manual approach worked. Went through connecting threads to figure it out earlier. Test cases - noted. Will refer it