Ian OLeary
07/30/2024, 1:14 PMtap-mssql
? Where I'm struggling is how do I define my pipelines and what tables/columns to pullAndy Carter
07/30/2024, 2:25 PMAndy Carter
07/30/2024, 2:27 PMIan OLeary
07/30/2024, 2:43 PMIan OLeary
07/30/2024, 3:03 PMAndy Carter
07/30/2024, 3:04 PMselect
in your meltano.yml at any time. But running discover first is a good idea to see what is available from your tap.
Depending on the number of schemas/tables available to your user this can take more or less time.
I would just try with a simple meltano invoke tap-mssql
as this will run discovery if required and save a local version of your catalog. But you won't get much feedback from meltano during this timeIan OLeary
07/30/2024, 3:07 PM