molcay commented on PR #37223: URL: https://github.com/apache/airflow/pull/37223#issuecomment-1964082744
Hey @akashsriv07, When I read the following sentence on [the product page](https://cloud.google.com/distributed-cloud#section-1), I thought that this product **is not directly in the GCP**, rather it is equvienlt to the GCP but it is for on-premise infrastructure: > Build, deploy, and scale modern industry & public sector applications on-premise with AI ready modern infrastructure, ensure data security, and enable agile developer workflows across edge locations & data centers. But of course, I am not entirely sure on the topic. This suggestion folds on a grey area I guess. But at the base level, maybe we can group the changes related to GDC in a single module and put it to inside of the cloud module. ```bash airflow/providers/google/cloud ├── example_dags ├── fs ├── gdc # <-- this is the new one ├── hooks ├── __init__.py ├── _internal_client ├── links ├── log ├── operators ├── __pycache__ ├── secrets ├── sensors ├── transfers ├── triggers └── utils ``` Also, maybe it is too early to have this module structure right now. We can also wait and see how it will extend -- 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]
