We've loaded our Tableau server and Gallery workflow metadata into Connect. Instead of arbitrarily loading all of our SQL Servers and the 1000's of databases, we'd like to be specific in our approach and only load those databases which appear in our Workflows & Reports. Is there a way to extract/report/access this metadata info?
Solved! Go to Solution.
Looks like you haven't gotten a response yet on this. Did you get it figured out? You do have the ability to restrict what is loaded into connect.
Actually we did!!
We created a workflow that scrapes all of our workflows stored in our shared folders. The workflow parsed out all of the metadata for each workflow and we were able to isolate all of the Data Input connections down to the table. We then took that data and summarized it to get an idea of: A)what sources were being used and B) what sources were being used MOST. We then took that data and used it to target the SQL servers that were being used and loaded only those into Connect.
For the workflows that were already loaded into Connect via the gallery, we took an export of the gallery data from the Admin page and did the same parsing breakdown of the data. It was a slightly different format than the .yxmd files but basically the same process.
Really helped narrow down what data sources were necessary to load via the SQL loader into Connect.
The loader to load connect sounds amazing, any chance you can post?