monika_rajput
08/11/2021, 9:01 AMmahangu_weerasinghe
08/11/2021, 11:56 AM-D
flag should do it!
and similarly, for the airflow webserver:meltano invoke airflow scheduler -D
(More in the Meltano docs.) You can also run:meltano invoke airflow webserver -D
to see the other command line arguments you can use with the scheduler or webserver. For example, here is what it says about themeltano invoke airflow scheduler --help
-D
flag:
-D, --daemon Daemonize instead of running in the foreground
monika_rajput
08/11/2021, 12:28 PMmonika_rajput
08/11/2021, 12:29 PMmonika_rajput
08/11/2021, 12:51 PMedward_ryan
08/11/2021, 12:55 PMedward_ryan
08/11/2021, 12:55 PMedward_ryan
08/11/2021, 12:55 PMmonika_rajput
08/11/2021, 1:00 PMmonika_rajput
08/11/2021, 1:04 PMdouwe_maan
08/11/2021, 2:37 PMedward_ryan
08/13/2021, 10:58 AMmonika_rajput
08/13/2021, 5:53 PMedward_ryan
08/13/2021, 6:55 PMedward_ryan
09/01/2021, 1:01 PMmonika_rajput
04/04/2022, 11:54 AMmonika_rajput
04/04/2022, 12:18 PMmeltano invoke airflow scheduler -D
Commnad is not working anymore. It is not scheduling the pipeline so i need to run meltano invoke airflow scheduler
to run the scheduler.
As i researched that we need to change the executor
, right now it is sequentialExecutor.
So my question is how we can change the executor for airflow while using postgresdb
.
Right now we believe might be celeryExecutor could be the solution but have not sure how to change from s`equentialExecutor` to celeryExceutor.
@edward_ryan