我需要从我的Dags中的一个Google Cloud SQL数据库中检索数据。
我尝试使用CloudSqlQueryOperator (https://airflow.readthedocs.io/en/latest/howto/connection/gcp_sql.html),但我的SELECT查询不起作用。有没有办法从Airflow的Google Cloud SQL上的select查询中检索数据?
https://stackoverflow.com/questions/56332360
复制相似问题