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


##########
airflow/providers/openlineage/provider.yaml:
##########
@@ -77,6 +77,14 @@ config:
         example: 
"airflow.operators.bash.BashOperator;airflow.operators.python.PythonOperator"
         default: ""
         version_added: 1.1.0
+      opt_in:

Review Comment:
   Both `explicit_lineage_control` and  `selective_lineage_control` work for 
me. `force_per_dag_opt_in` limits scope per DAG (which isn't true, you can 
control per task too). `lineage_on_demand` sounds misleading - on what demand, 
e.g. is this lineage whenever you choose to emit it?



-- 
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