Hi team - I have Tableau metadata available in fil...
# integrate-tableau-datahub
h
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
@gentle-hamburger-31302
g
@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
Thanks @gentle-hamburger-31302 Manual approach worked. Went through connecting threads to figure it out earlier. Test cases - noted. Will refer it