Re: [PR] Implement `CloudDataTransferServiceRunJobOperator` [airflow]

2024-05-28 Thread via GitHub
josh-fell merged PR #39154: URL: https://github.com/apache/airflow/pull/39154 -- 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: commits-unsubscr...@airflo

Re: [PR] Implement `CloudDataTransferServiceRunJobOperator` [airflow]

2024-05-16 Thread via GitHub
josh-fell commented on code in PR #39154: URL: https://github.com/apache/airflow/pull/39154#discussion_r1603547536 ## airflow/providers/google/cloud/operators/cloud_storage_transfer_service.py: ## @@ -443,6 +443,82 @@ def execute(self, context: Context) -> None: hook.de

Re: [PR] Implement `CloudDataTransferServiceRunJobOperator` [airflow]

2024-05-16 Thread via GitHub
boraberke commented on code in PR #39154: URL: https://github.com/apache/airflow/pull/39154#discussion_r1602873541 ## airflow/providers/google/cloud/operators/cloud_storage_transfer_service.py: ## @@ -434,6 +434,83 @@ def execute(self, context: Context) -> None: hook.de

Re: [PR] Implement `CloudDataTransferServiceRunJobOperator` [airflow]

2024-05-08 Thread via GitHub
josh-fell commented on code in PR #39154: URL: https://github.com/apache/airflow/pull/39154#discussion_r1594150530 ## airflow/providers/google/cloud/operators/cloud_storage_transfer_service.py: ## @@ -434,6 +434,83 @@ def execute(self, context: Context) -> None: hook.de

Re: [PR] Implement `CloudDataTransferServiceRunJobOperator` [airflow]

2024-05-06 Thread via GitHub
josh-fell commented on code in PR #39154: URL: https://github.com/apache/airflow/pull/39154#discussion_r1591036195 ## airflow/providers/google/cloud/operators/cloud_storage_transfer_service.py: ## @@ -434,6 +434,82 @@ def execute(self, context: Context) -> None: hook.de

Re: [PR] Implement `CloudDataTransferServiceRunJobOperator` [airflow]

2024-05-05 Thread via GitHub
boraberke commented on code in PR #39154: URL: https://github.com/apache/airflow/pull/39154#discussion_r1590292651 ## airflow/providers/google/cloud/operators/cloud_storage_transfer_service.py: ## @@ -434,6 +434,82 @@ def execute(self, context: Context) -> None: hook.de

Re: [PR] Implement `CloudDataTransferServiceRunJobOperator` [airflow]

2024-05-04 Thread via GitHub
josh-fell commented on code in PR #39154: URL: https://github.com/apache/airflow/pull/39154#discussion_r1590188472 ## airflow/providers/google/cloud/operators/cloud_storage_transfer_service.py: ## @@ -434,6 +434,82 @@ def execute(self, context: Context) -> None: hook.de

Re: [PR] Implement `CloudDataTransferServiceRunJobOperator` [airflow]

2024-05-02 Thread via GitHub
boraberke commented on PR #39154: URL: https://github.com/apache/airflow/pull/39154#issuecomment-2091285674 Hi @eladkal, would appreciate your comments on this again, let me know if there is anything else I need to fix! -- This is an automated message from the Apache Git Service. To respo

Re: [PR] Implement `CloudDataTransferServiceRunJobOperator` [airflow]

2024-04-21 Thread via GitHub
boraberke commented on code in PR #39154: URL: https://github.com/apache/airflow/pull/39154#discussion_r1573738991 ## airflow/providers/google/cloud/hooks/cloud_storage_transfer_service.py: ## @@ -343,6 +343,32 @@ def delete_transfer_job(self, job_name: str, project_id: str) ->

Re: [PR] Implement `CloudDataTransferServiceRunJobOperator` [airflow]

2024-04-21 Thread via GitHub
boraberke commented on code in PR #39154: URL: https://github.com/apache/airflow/pull/39154#discussion_r1573734935 ## airflow/providers/google/cloud/hooks/cloud_storage_transfer_service.py: ## @@ -343,6 +343,32 @@ def delete_transfer_job(self, job_name: str, project_id: str) ->

Re: [PR] Implement `CloudDataTransferServiceRunJobOperator` [airflow]

2024-04-21 Thread via GitHub
eladkal commented on code in PR #39154: URL: https://github.com/apache/airflow/pull/39154#discussion_r1573734490 ## airflow/providers/google/cloud/hooks/cloud_storage_transfer_service.py: ## @@ -343,6 +343,32 @@ def delete_transfer_job(self, job_name: str, project_id: str) -> N

[PR] Implement `CloudDataTransferServiceRunJobOperator` [airflow]

2024-04-21 Thread via GitHub
boraberke opened a new pull request, #39154: URL: https://github.com/apache/airflow/pull/39154 This PR adds `CloudDataTransferServiceRunJobOperator` which runs a pre-configured storage data transfer service using it's `job_name`. Closes: #22016 -- This is an automated message from