-
Notifications
You must be signed in to change notification settings - Fork 2.4k
add beam_dataflow_task to luigi/contrib #2675
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 beam_dataflow_task to luigi/contrib #2675
Conversation
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.
I didn't look at this so deeply, but I'm happy to see this coming with docs and tests from the start! I'll let a luigi Beam user review, it can be someone from your org.
@Tarrasch Thanks for looking at this. We will take over and continue with the review. |
LGTM! 👍 |
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.
I believe this PR is ready to go. Thanks for your contribution and effort addressing all the comments.
#2665
Adds a task for Beam Dataflow jobs to luigi/contrib, mostly as a wrapper for DF execution params and formatting of input/output URIs, with callbacks on successful/unsuccessful execution. Also provides an (overridable) runner to monitor job execution after submitting the job.
CC @daikeshi