khyurri edited a comment on issue #8285: Improve idempodency in CloudDataTransferServiceCreateJobOperator URL: https://github.com/apache/airflow/issues/8285#issuecomment-614230476 Still in progress. Right now i've got some troubles reproducing `AlreadyExists` exception: 1. Failed to obtain the location of the source S3 bucket. Additional details: Access Denied. But S3 credentials are valid. 2. Not clear how to setup GCP. I've created service account add added owner permission to bucket, but still have error ``` Failed to obtain the location of the Google Cloud Storage (GCS) bucket gcp-transfer-first-target_2 due to insufficient permissions. Please verify that the necessary permissions have been granted. ``` 3. `aws_hook = AwsBaseHook(self.aws_conn_id)` in `TransferJobPreprocessor ` always raises `AirflowException('Either client_type or resource_type must be provided.')` I've hardcoded this line: `aws_hook = AwsBaseHook(self.aws_conn_id, client_type="s3")`
---------------------------------------------------------------- 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
