Do I need to restart airflow scheduler for reloadi...
# getting-started
m
Do I need to restart airflow scheduler for reloading configurations? Asking for both
schedules
and
utilitiy -> config.core...
in meltano.yml.
I couldn't manage to set
executor = LocalExecutor
. It works when I change
.../orchestrate/airflow/airflow.cfg
but couldn't make it work through meltano.yml
Copy code
utilities:
- name: airflow
    variant: apache
    config:
      core:
        executor: 'LocalExecutor'
u
@mert_bakir (CC: @pat_nadolny) Is this the YAML code you get by running "meltano config airflow set core executor LocalExecutor"?
m
Without the quotation marks, yes it's. I tried the command you asked now, the result is the same. I still have to edit
.../orchestrate/airflow/airflow.cfg