eladkal commented on code in PR #39366:
URL: https://github.com/apache/airflow/pull/39366#discussion_r1587450885


##########
airflow/providers/dbt/cloud/provider.yaml:
##########
@@ -57,6 +57,13 @@ dependencies:
   - asgiref
   - aiohttp>=3.9.2
 
+additional-extras:
+  # pip install apache-airflow-providers-dbt-cloud[openlineage]
+  - name: openlineage
+    description: Install compatible OpenLineage dependencies
+    dependencies:
+      - apache-airflow-providers-openlineage>=1.7.0

Review Comment:
   I don't think this is right approach(?)
   We can wrap the needed import with try/catch and raise informative message 
that explain to the user that openlineage provider is not installed.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to