mik-laj opened a new issue #8285: Improve idempodency in CloudDataTransferServiceCreateJobOperator URL: https://github.com/apache/airflow/issues/8285 **Description** We should improve idempodency in [CloudDataTransferServiceCreateJobOperator](https://github.com/apache/airflow/blob/42eef38/airflow/providers/google/cloud/operators/cloud_storage_transfer_service.py#L157). If a Job ID is passed and an AlreadyExist exception raises, then the task should be successful. This issue is due to [the March 9 service update](https://cloud.google.com/storage-transfer/docs/release-notes#March_09_2020). > FEATURE: Storage Transfer Service supports custom job IDs. To complete this task you must complete the following steps: - [ ] Update the operator - [ ] Update the example DAG - [ ] Update the documentation - [ ] Run system tests (final check) If you haven't used the GCP yet, after creating the account you will [get $300](https://cloud.google.com/free), which will allow you to get to know these services better. The implementation of this task will allow a better understanding of GCP services, as well as learn methods of testing that is required by the community. If anyone is interested in this task, I am willing to provide all the necessary tips and information. **Use case / motivation** N/A **Related Issues** https://github.com/apache/airflow/issues/8284
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
