Hello! When using Meltano with Airflow installed ...
# plugins-general
b
Hello! When using Meltano with Airflow installed via Meltano, should I have the pipeline scheduled in the Meltano UI and within the Airflow UI? Or should I unschedule the pipeline in Meltano so that it's just scheduled in Airflow?
a
@daniel_walker was looking at how this changed in recent versions, looks like you could successfully manage the job schedules from ‘meltano schedule …’ or ui- https://docs.meltano.com/reference/command-line-interface.html#schedule When you run ‘meltano airflow schedule’ an instance of airflow calls back to meltano dag creator and that uses the schedules you added to update airflow. Pretty sure we've understood this correctly - doesn't feel that elegant. Happy to be corrected.