connor_flynn
05/25/2022, 12:37 PMairflow.cfg file?
If anyone could point that out for me that would be greatly appreciated!pat_nadolny
05/25/2022, 1:32 PM.meltano/run/airflow directory you should see your log files and an airflow.cfg file. I'm not sure exactly how thats generated but I do know that you can set your configs using meltano.yml setting or using environment variables (I'm sure you've seen this already but https://docs.meltano.com/guide/production#airflow-orchestrator in the docs has an example). If you think what youre seeing in https://meltano.slack.com/archives/C01TCRBBJD7/p1653404799273549 is a bug then feel free to create an issue for someone to look into it, or if it turns out not to be a bug it could be worth while to create an issue to document the answers because its not obvious 😄connor_flynn
05/25/2022, 2:45 PM.meltano/run/airflow I currently only have the following files:
• airflow-scheduler.err
• airflow-scheduler.log (this file is empty/blank)
• airflow-scheduler.out
• airflow.cfg (is not always present)
I have set the Airflow configs for Executor and the system database using the environment variable option. When truing to set via the meltano.yml I get the following message (see screenshot)
I am happy to open an issue... this has been an ongoing problem, that the Airflow community believes is Meltano related!pat_nadolny
05/25/2022, 3:02 PMconnor_flynn
05/25/2022, 3:05 PMconnor_flynn
05/25/2022, 3:42 PMdouwe_maan
05/25/2022, 3:53 PMconnor_flynn
05/25/2022, 4:07 PM