Reputation: 2591
We are looking for the best approach for setting up the configuration file for each DAG, I know we can use JSON in Variable, but want to see if there are suggested approaches in Airflow or other format (i.e.YAML). Thanks!
Upvotes: 6
Views: 1161
Reputation: 839
YAML
it's a good combination between human-readbility and a good document storage format.
Upvotes: 1