-
Notifications
You must be signed in to change notification settings - Fork 16.3k
feature: Add OpenLineage support for CloudDataFusionStartPipelineOperator #55573
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
feature: Add OpenLineage support for CloudDataFusionStartPipelineOperator #55573
Conversation
|
Compat issue, but generally looks fine. |
|
@mobuchowski, FYI |
kacpermuda
left a comment
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.
Left some comments, looks good overall
providers/google/src/airflow/providers/google/cloud/operators/datafusion.py
Outdated
Show resolved
Hide resolved
providers/google/tests/unit/google/common/auth_backend/test_google_openid.py
Show resolved
Hide resolved
|
@pawelgrochowicz I think you need to rebase your PRs, there are some issues that look unrelated but fail the CI |
b1bf76b to
9a0d91c
Compare
|
rebased. lets see |
9a0d91c to
57825d0
Compare
…ator - fix missing flask_limiter
…ator - fix missing flask_limiter
57825d0 to
79e802b
Compare
|
@mobuchowski, rebased and now checks are good |
…#56162) * fix: allow mapped tasks to accept zero-length inputs on rerun * fix: add test for rerun args of different length * chore: revise comments to align with the changes * chore: add comments before the task state check * fix: replace legacy query syntax
* make the variable name in .Values.dags.gitSync.credentials secret dependent on the GitSync version * update gitsync tests
Co-authored-by: Ulada Zakharava <vlada_zakharava@epam.com>
|
@pawelgrochowicz merged previous PR and now it has conflicts to fix :) |
…ator - fix missing flask_limiter
…ator - fix missing flask_limiter
…ttps://github.com/pawelgrochowicz/airflow into feat-ol-cloud-data-fusion-start-pipeline-operator # Conflicts: # providers/google/src/airflow/providers/google/cloud/openlineage/facets.py # providers/google/tests/unit/google/cloud/openlineage/test_facets.py
|
@pawelgrochowicz I think some git error happened here, there are unrelated commits included in this PR |
|
As this PR has been too messy, I closed this one and created a new one with just my code #56365 |
This PR adds OpenLineage support for CloudDataFusionStartPipelineOperator.
^ Add meaningful description above
Read the Pull Request Guidelines for more information.
In case of fundamental code changes, an Airflow Improvement Proposal (AIP) is needed.
In case of a new dependency, check compliance with the ASF 3rd Party License Policy.
In case of backwards incompatible changes please leave a note in a newsfragment file, named
{pr_number}.significant.rstor{issue_number}.significant.rst, in airflow-core/newsfragments.