From ec8129b6ecb13e7c15f1cda81a250def337b0872 Mon Sep 17 00:00:00 2001 From: Emmanuel Ferdman Date: Sun, 29 Sep 2024 00:28:30 +0300 Subject: [PATCH] fix: update `integration/airflow/README.md` reference (#3123) Signed-off-by: Emmanuel Ferdman --- integration/airflow/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration/airflow/README.md b/integration/airflow/README.md index 323dd76993..530c48fc86 100644 --- a/integration/airflow/README.md +++ b/integration/airflow/README.md @@ -221,7 +221,7 @@ validation_operators: If you're using `GreatExpectationsOperator`, you need to set `validation_operator_name` to an operator that includes OpenLineageValidationAction. Setting it in `great_expectations.yml` files isn't enough - the operator overrides it with the default name if a different one is not provided. -To see an example of a working configuration, see [DAG](https://github.com/OpenLineage/OpenLineage/blob/main/integration/airflow/tests/integration/airflow/dags/greatexpectations_dag.py) and [Great Expectations configuration](https://github.com/OpenLineage/OpenLineage/tree/main/integration/airflow/tests/integration/data/great_expectations) in the integration tests. +To see an example of a working configuration, see [DAG](https://github.com/OpenLineage/OpenLineage/blob/main/integration/airflow/tests/integration/tests/airflow/dags/greatexpectations_dag.py) and [Great Expectations configuration](https://github.com/OpenLineage/OpenLineage/tree/main/integration/airflow/tests/integration/data/great_expectations) in the integration tests. ### Logging In addition to conventional logging approaches, the `openlineage-airflow` package provides an alternative way of configuring its logging behavior. By setting the `OPENLINEAGE_AIRFLOW_LOGGING` environment variable, you can establish the logging level for the `openlineage.airflow` and its child modules.