Skip to content

Add start_from_trigger support for DataprocSubmitJobOperator#62331

Open
haseebmalik18 wants to merge 2 commits intoapache:mainfrom
haseebmalik18:feature/dataproc-submit-job-direct-to-triggerer
Open

Add start_from_trigger support for DataprocSubmitJobOperator#62331
haseebmalik18 wants to merge 2 commits intoapache:mainfrom
haseebmalik18:feature/dataproc-submit-job-direct-to-triggerer

Conversation

@haseebmalik18
Copy link
Contributor

Adds start_from_trigger support to DataprocSubmitJobOperator so tasks can skip the worker and go straight to the triggerer. A new DataprocSubmitJobDirectTrigger handles both submitting and polling the job entirely on the triggerer side. Picks up from #52005 and addresses the review feedback there.

closes: #50563
related: #52005

@boring-cyborg boring-cyborg bot added area:providers provider:google Google (including GCP) related issues labels Feb 22, 2026
@haseebmalik18 haseebmalik18 force-pushed the feature/dataproc-submit-job-direct-to-triggerer branch 3 times, most recently from cd37ac8 to 54da297 Compare February 22, 2026 22:43
@eladkal eladkal changed the title Add direct-to-triggerer support for DataprocSubmitJobOperator #50563 Add start_from_trigger support for DataprocSubmitJobOperator Feb 26, 2026
@haseebmalik18
Copy link
Contributor Author

@shahar1 Ready for review.

Copy link
Contributor

@nailo2c nailo2c left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the PR. Have you tried running the system test to make sure the code works as expected?

@haseebmalik18 haseebmalik18 force-pushed the feature/dataproc-submit-job-direct-to-triggerer branch from 85058ab to 923f62b Compare March 11, 2026 04:27
@haseebmalik18
Copy link
Contributor Author

@nailo2c Thanks for the review, made the changes.

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

Labels

area:providers provider:google Google (including GCP) related issues

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Implement direct-to-triggerer functionality for DataprocSubmitJobOperator

2 participants