atikulmunna commented on issue #70296: URL: https://github.com/apache/airflow/issues/70296#issuecomment-5139896225
@potiuk quick flag on the unclaimed list, I think our comments crossed over. I posted findings on the two dataproc entries a few hours before your sweep: https://github.com/apache/airflow/issues/70296#issuecomment-5128463294 Both look blocked rather than ready to pick up. `DataprocSubmitJobOperator` has nowhere to move its six reads to: `defer_task()` runs in the scheduler against the serialized task, and `expand_start_trigger_args` is defined in four places but never called. `DataprocCreateClusterOperator` can't defer its `ClusterGenerator` call either, because the loose kwargs it needs aren't in `get_serialized_fields()`, so stashing them in `__init__` wouldn't survive serialization to the worker. Worth annotating those two as blocked rather than listing them as ready? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
