airflow variables best practices

Apache Airflow: Environment Variables Best Practices

Reading Time: 3 minutes A bit about Airflow Variables (Context): What is Airflow? Apache Airflow is a work-flow management tool. Airflow makes use of DAGs (Directed Acyclic Graph) to do the same. What are Airflow variables? Variables are the key-value pairs, where key represents the variable name, and value represents the assigned value of that particular variable. Where you store Airflow variables? Variables are stored inside the Airflow metadata Continue Reading