-
Notifications
You must be signed in to change notification settings - Fork 14.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
openlineage: remove openlineage.common
dependencies in Google and Snowflake providers.
#39614
openlineage: remove openlineage.common
dependencies in Google and Snowflake providers.
#39614
Conversation
464aec3
to
c0b5ae7
Compare
9f27a05
to
50b3cd9
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall, I love the changes - the code is much more readable now. Leaving some suggestions.
659d4bf
to
8e8aca0
Compare
@JDarDagran can we go with this but without removing old facets? We can notify they are deprecated and will be removed in future release. However we need better strategy to do that, and let's not block this PR on that problem. |
8e8aca0
to
d86cc04
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All perfect now 🥇
da03d86
to
543aa8c
Compare
…iders. Signed-off-by: Jakub Dardzinski <kuba0221@gmail.com>
543aa8c
to
3cd280c
Compare
…iders. (apache#39614) Signed-off-by: Jakub Dardzinski <kuba0221@gmail.com>
This PR removes usage of
openlineage.common
dependencies in Google (BigQuery) and Snowflake providers. In both cases it externally contains logic that should be moved directly into providers.The only dependency from
openlineage.common
should be related to OpenLineage SQLParser libraries.