You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/data_jobs/airflow.md
+9-8Lines changed: 9 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -306,7 +306,7 @@ Data Jobs Monitoring for Airflow is not yet compatible with <a href=https://clou
306
306
To get started, follow the instructions below.
307
307
308
308
309
-
1. In the Advanced Configuration tab, under **Airflow configuration override**, click **Add Airflow configuration override** and configure these settings:
309
+
In the Advanced Configuration tab, under **Airflow configuration override**, click **Add Airflow configuration override** and configure these settings:
310
310
311
311
- In Section 1, enter `openlineage`.
312
312
- In Key 1, enter `disabled`.
@@ -330,20 +330,21 @@ To get started, follow the instructions below.
330
330
* Replace `<DD_DATA_OBSERVABILITY_INTAKE>` fully with `https://data-obs-intake.`{{< region-param key="dd_site" code="true" >}}.
331
331
* Replace `<DD_API_KEY>` fully with your valid [Datadog API key][5].
332
332
333
+
**Optional:** Configure the OpenLineage namespace to set the `env` tag value in Datadog:
334
+
- In Section 3, enter `openlineage`.
335
+
- In Key 3, enter `namespace`.
336
+
- In Value 3, enter your Composer environment value (for example, prod, dev, staging, or test).
337
+
338
+
**Note:** If [Dataplex][6] is enabled, the namespace is already set by default to the Composer environment name. Manually setting the OpenLineage namespace here optionally allows you to override this default value.
333
339
334
-
Check official [Airflow][4] and [Composer][3] documentation pages for other supported configurations of the `openlineage` provider in Google Cloud Composer.
335
-
336
-
2. After starting the Composer environment, install the `openlineage` provider by adding the following package in the Pypi packages tab of your environment page:
337
-
```text
338
-
apache-airflow-providers-openlineage
339
-
```
340
-
340
+
Check official [Airflow][4] and [Composer][3] documentation pages for other supported configurations of the `openlineage` provider in Google Cloud Composer.
0 commit comments