【发布时间】:2021-09-24 23:12:14
【问题描述】:
我想将数据从 Google Storage 加载到 S3
为此,我想使用 GoogleCloudStorageToS3Operator,它需要 gcp_conn_id
所以,我需要设置 Google Cloud 连接类型
为此,我添加了
apache-airflow[google]==2.0.2
到 requirements.txt
但 Google Cloud 连接类型仍不在 MWAA 的连接下拉列表中
同样的方法适用于 mwaa 本地跑步者
https://github.com/aws/aws-mwaa-local-runner
由于此处讨论的安全原因,我猜它在 MWAA 中不起作用 https://lists.apache.org/thread.html/r67dca5845c48cec4c0b3c34c3584f7c759a0b010172b94d75b3188a3%40%3Cdev.airflow.apache.org%3E
但是,是否有任何解决方法可以在 MWAA 中添加 Google Cloud 连接类型?
【问题讨论】:
标签: amazon-web-services google-cloud-storage airflow mwaa