【发布时间】:2020-05-12 12:44:27
【问题描述】:
我们将 GCP 与 Postgres sql 一起使用。需要将一张表从 postgres 导出到谷歌云存储桶中的 csv 文件,但只能通过 AIRFLOW。 不确定是否可以使用 API 调用/运算符。 如果可能,请提供示例代码。
谢谢 拉吉。
【问题讨论】:
-
该 [CloudSqlInstanceExportOperator, airflow.apache.org/docs/stable/howto/operator/gcp/… 有一个特定的运算符。它允许您从 Cloud SQL 导出到 Google Storage
标签: postgresql google-cloud-platform airflow