mobuchowski commented on code in PR #31398:
URL: https://github.com/apache/airflow/pull/31398#discussion_r1248779842
##########
generated/provider_dependencies.json:
##########
@@ -231,7 +231,9 @@
"deps": [
"sqlparse>=0.4.2"
],
- "cross-providers-deps": []
+ "cross-providers-deps": [
+ "openlineage"
Review Comment:
@eladkal So, I think we have chicken and egg problem - the OL provider is
not released yet, but it's useless to release without any provider support. Can
we not have those changes - which do not change what `common.sql` does, just
add methods to it - without releasing OL provider first?
--
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]