Skip to content

Commit 405b04c

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

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
@@ -158,7 +158,7 @@ Only set `databaseInitialization.enabled` to `false` if you know what you are do
158158

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_).
161-
To include this is in the list of DAGs (without removing the existing ones), an extra volumeMount is needed, as shown below.
161+
To include this in the list of DAGs (without removing the existing ones), an extra volumeMount is needed, as shown below.
162162
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.
163163

164164
[source,yaml]

0 commit comments

Comments
 (0)