uranusjr commented on code in PR #37725:
URL: https://github.com/apache/airflow/pull/37725#discussion_r1538862026


##########
docs/apache-airflow-providers-openlineage/guides/user.rst:
##########
@@ -263,6 +264,61 @@ a string of semicolon separated Airflow Operators full 
import paths to ``extract
 
   
AIRFLOW__OPENLINEAGE__EXTRACTORS='full.path.to.ExtractorClass;full.path.to.AnotherExtractorClass'
 
+Enabling OpenLineage on DAG/task level
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+One can selectively enable OpenLineage for specific DAGs and tasks by using 
the ``opt_in`` policy.
+To enable this policy, set the ``opt_in`` option to True in the [openlineage] 
section of your Airflow configuration file:
+
+.. code-block:: ini
+
+    [openlineage]
+    opt_in = True

Review Comment:
   This needs to be updated.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to