emcp
10/01/2022, 11:59 AM--select
CLI option.. is it possible or will it be possible to set this in the GUI/scheduled runs? I have a setup where.. I have the same tap but the different streams need to be run at different cadences.. and want to --select
a different entity/stream for each pipeline
https://docs.meltano.com/reference/command-line-interface#parameters-1emcp
10/01/2022, 12:01 PMemcp
10/01/2022, 4:12 PMedgar_ramirez_mondragon
10/01/2022, 4:22 PMTAP_IBKR_NEWS__SELECT='["ib_news.*"]'
emcp
10/01/2022, 4:32 PMemcp
10/01/2022, 7:00 PM.env
, correct?emcp
10/01/2022, 7:00 PMedgar_ramirez_mondragon
10/02/2022, 7:39 PM.env
should work. Depending on how you’re running meltano, you could also export the env var just for the command context:
TAP_IBKR_NEWS__SELECT='["ib_news.*"]' meltano run ...
emcp
10/02/2022, 8:47 PMemcp
10/02/2022, 8:47 PMemcp
10/02/2022, 8:48 PMedgar_ramirez_mondragon
10/03/2022, 2:35 AMhmm I am running via solely the GUIOh I see. I misunderstood and thought you were using
meltano run
🤦♂️. Yeah, there’s no support for that in the UI at the moment