Google Cloud Transfer operators: add an operator to run a transfer job #22016
Labels
area:providers
good first issue
kind:feature
Feature Requests
provider:google
Google (including GCP) related issues
Description
For the airflow operators made corresponding to google cloud storage transfer service, there isn't any operator available to directly run a pre-configured transfer job. The storage transfer service provides the API for this use case, here the link to the API. Corresponding to this API an operator can be added to cloud_storage_transfer_service.py
Use case/motivation
There's a quota limit in transfer job creation, which is that one can only create at max 1000 transfer job/day, but there isn't any quota on running an already created transfer job, in such a case updating a preconfigured transfer job and running it would be a recurring use case for data pipelines and thus this operator would be helpful
Related issues
No response
Are you willing to submit a PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: