Is it possible to specify select when creating a t...
# getting-started
a
Is it possible to specify select when creating a task? the fact is that I need to run some endpoints every 15 minutes, and some once a week
p
Theres an issue to add support for passing select criteria into a run command https://github.com/meltano/meltano/issues/3071. Right now you can do it with environment variables like Edgar shows in the issue comments. I dont know a way to do it for tasks though unless you control the environment from an orchestrator with custom logic or something đŸ¤” . Maybe theres a way that I'm not thinking of though
a
Yeah that’s what I did, one environment for hourly updates, one environment for daily updates. Both have their own catalog to select tables and even replication method.
a
thank you guys
It doesn't seem to be what i need. Apparently I need to use tap inheritance