Daniel Luo
09/23/2024, 12:16 AMmeltano run
, I'm seeing the tap.properties.json created with the entire catalog visible. How does meltano call the tap when meltano run
is called? Is it the singer sdk that creates that tap.properties.json, or is it meltano somewhere?visch
09/23/2024, 12:44 AMEdgar Ramírez (Arch.dev)
09/23/2024, 2:17 AMI filter out the streams using configMaybe you're missing the same config when calling
meltano run
?
How does meltano call the tap whenMeltano callsis called? Is it the singer sdk that creates that tap.properties.json, or is it meltano somewhere?meltano run
<tap> --discover
in a subprocess, so it's a bit of both.
Are you using tap-mssql?Daniel Luo
09/23/2024, 12:34 PMDaniel Luo
09/23/2024, 12:35 PMMeltano callsDoes this subprocess inherit the env variables of the parent process, or does it only look at the .env file?in a subprocess, so it's a bit of both.<tap> --discover
Daniel Luo
09/23/2024, 12:44 PMDaniel Luo
09/23/2024, 12:50 PMDaniel Luo
09/23/2024, 1:08 PMDaniel Luo
09/23/2024, 10:31 PM