How to create, update and delete airflow variables without using the GUI?
问题 I have been learning airflow and writing DAGs for an ETL pipeline. It involves using the AWS environment (S3, Redshift). It deals with copying data from one bucket to another after storing it in redshift. I am storing bucket names and prefixes as Variables in airflow for which you have to open the GUI and add them manually. Which is the most safest and widely used practice in the industry out of the following options Can we use airflow.cfg to store our variables ( bucket names ) and access