Skip to content
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

Add ability to run streaming Job for BeamRunPythonPipelineOperator in non deferrable mode #36108

Merged
merged 3 commits into from
Dec 18, 2023

Conversation

MaksYermak
Copy link
Contributor

In this PR I have fixed the problem when a Streaming Job, which is run by BeamRunPythonPipelineOperator, blocks the starting of the next task in the DAG. Expected behavior for this operator is when the operator waits until the Job status changes to Started and after that finishes its job. We have this expected behavior in DataflowTemplatedJobStartOperator operator.


^ 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.rst or {issue_number}.significant.rst, in newsfragments.

@MaksYermak MaksYermak force-pushed the run-streaming-pipelines branch from 4f8be01 to 5e8143c Compare December 12, 2023 09:25
@VladaZakharova
Copy link
Contributor

Hi Team!
@eladkal @potiuk @hussein-awala
Could you please check this PR? Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants