Skip to content

Commit

Permalink
[AIRFLOW-XXXX] Fix reference in concepts doc (#7135)
Browse files Browse the repository at this point in the history
Correcting reference in Concepts -> Cluster Policy doc from airflow_setting.py to airflow_local_settings.py

(cherry picked from commit a676f15)
  • Loading branch information
Gabriel Eckers authored and kaxil committed Jan 23, 2020
1 parent d42d95f commit 1984fd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/concepts.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1166,7 +1166,7 @@ and is expected to alter its attributes.
For example, this function could apply a specific queue property when
using a specific operator, or enforce a task timeout policy, making sure
that no tasks run for more than 48 hours. Here's an example of what this
may look like inside your ``airflow_settings.py``:
may look like inside your ``airflow_local_settings.py``:


.. code:: python
Expand Down

0 comments on commit 1984fd2

Please sign in to comment.