Skip to content

Commit 8eb06a6

Browse files
xeniaperazvan
andauthored
Update docs/modules/demos/pages/airflow-scheduled-job.adoc
Co-authored-by: Razvan-Daniel Mihai <84674+razvan@users.noreply.github.com>
1 parent 0cd8931 commit 8eb06a6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/modules/demos/pages/airflow-scheduled-job.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ Make sure you are still logged in as `admin`.
278278
The demo also created a third DAG in the ConfigMap, called `dag_factory.py`, which was not mounted to the cluster and therefore does not appear in the UI.
279279
This DAG can be used to create a number of individual DAGs on-the-fly, thus allowing a certain degree of stress-testing of the DAG scan/register steps (the generated DAGs themselves are trivial and so this approach will not really increase the burden of DAG _parsing_).
280280
To show these individual DAGs in the overall list (and to remove the existing ones), adjust the volumeMounts as shown below.
281-
The patch also sets some environment variables that can be used to change the frequency of certain operations. The descriptions can be found here: https://airflow.apache.org/docs/apache-airflow/stable/configurations-ref.html[https://airflow.apache.org/docs/apache-airflow/stable/configurations-ref.html{external-link-icon}^].
281+
The patch also sets some environment variables that can be used to change the frequency of certain operations. The descriptions can be found in the https://airflow.apache.org/docs/apache-airflow/stable/configurations-ref.html[Airflow configuration reference{external-link-icon}^].
282282

283283
[source,yaml]
284284
----

0 commit comments

Comments
 (0)