josh-fell commented on pull request #19248: URL: https://github.com/apache/airflow/pull/19248#issuecomment-953935223
@MaksYermak General thoughts across the new operators: - WDYT about adding `batch_id` as a `template_field`? Could it be beneficial for users to be able to dynamically create `batch_id` values? - Adjacently, is `batch_id` something the `DataprocCreateBatchOperator` can push as an `XCom` such that the value can be used in downstream tasks as an `XComArgs` (i.e. the use case in the example DAG if the `.output` property is used as an input to the `DataprocGetBatchOperator` and `DataprocDeleteBatchOperator` tasks)? Not saying it needs to/should be implemented but thought these might be good (and possibly cheap) features. -- 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]
