Skip to content

Commit a601a41

Browse files
adwk67xeniape
andauthored
Update docs/modules/demos/pages/airflow-scheduled-job.adoc
Co-authored-by: Xenia <[email protected]>
1 parent 405b04c commit a601a41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ Only set `databaseInitialization.enabled` to `false` if you know what you are do
159159
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.
160160
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_).
161161
To include this in the list of DAGs (without removing the existing ones), an extra volumeMount is needed, as shown below.
162-
The patch also sets some environment variables that can 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.
162+
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[window=_blank].
163163

164164
[source,yaml]
165165
----

0 commit comments

Comments
 (0)