Skip to content

Commit

Permalink
dag update interval
Browse files Browse the repository at this point in the history
  • Loading branch information
cherkavi authored Jun 14, 2021
1 parent 4858d8e commit aa975a2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion airflow.md
Original file line number Diff line number Diff line change
@@ -37,7 +37,11 @@ Combination of Dags, Operators, Tasks, TaskInstances

## configuration, settings
* executor/airflow.cfg
* remove examples from UI (restart) load_examples = False
* remove examples from UI (restart)
load_examples = False
* how much time a new DAGs should be picked up from the filesystem
min_file_process_interval = 0
dag_dir_list_interval = 60
* [variables](https://marclamberti.com/blog/variables-with-apache-airflow/)
```python
from airflow.models import Variable

0 comments on commit aa975a2

Please sign in to comment.