diff --git a/docs/scheduler.rst b/docs/scheduler.rst index 749d58a635998..efc98a84f58e2 100644 --- a/docs/scheduler.rst +++ b/docs/scheduler.rst @@ -91,6 +91,7 @@ will do, is to instruct the scheduler to only create a DAG Run for the most curr interval series. .. code:: python + """ Code that goes along with the Airflow tutorial located at: https://github.com/airbnb/airflow/blob/master/airflow/example_dags/tutorial.py diff --git a/docs/security.rst b/docs/security.rst index 70db606728ffd..7c06fe3df61d9 100644 --- a/docs/security.rst +++ b/docs/security.rst @@ -324,6 +324,7 @@ this, assuming as airflow is running as the `airflow` user. Note that this means the airflow user must be trusted and treated the same way as the root user. .. code-block:: none + airflow ALL=(ALL) NOPASSWD: ALL Subtasks with impersonation will still log to the same folder, except that the files they