potiuk commented on code in PR #39366: URL: https://github.com/apache/airflow/pull/39366#discussion_r1592331004
########## 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: It's still good to have it as additional dependency here, but @eladkal was right we should make the runtime check as well as this "additional dependency" is more of a hint than anything else (it's not enforced) -- 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]
