标签: postgresql google-cloud-platform airflow
我正在尝试使用postgres(尤其是PostgresToGoogleCloudStorageOperator)安装apache气流,但是当我通过此管道运行时,仍然没有安装。安装所有postgres contrib类需要做什么?
PostgresToGoogleCloudStorageOperator
pip install airflow pip install google-cloud-dataflow==2.2.0 pip install "apache-airflow[gcp_api, postgres]"