气流 - 没有名为 'airflow.contrib.operators.mssql_to_gcs' 的模块
Airflow - No module named 'airflow.contrib.operators.mssql_to_gcs'
我在 GitHub https://github.com/apache/airflow/blob/master/airflow/contrib/operators/mssql_to_gcs.py
中找到了这个运算符
但是当我尝试 运行 时,我收到此错误消息:
No module named 'airflow.contrib.operators.mssql_to_gcs'.
我需要做什么才能让它发挥作用?
MsSqlToGoogleCloudStorageOperator 于 2019 年 4 月 22 日推出。尚未发布。如果你想使用它,复制代码并作为你自己的插件使用。
参考:
https://github.com/apache/airflow/commits/master/airflow/contrib/operators/mssql_to_gcs.py
我在 GitHub https://github.com/apache/airflow/blob/master/airflow/contrib/operators/mssql_to_gcs.py
但是当我尝试 运行 时,我收到此错误消息:
No module named 'airflow.contrib.operators.mssql_to_gcs'.
我需要做什么才能让它发挥作用?
MsSqlToGoogleCloudStorageOperator 于 2019 年 4 月 22 日推出。尚未发布。如果你想使用它,复制代码并作为你自己的插件使用。
参考: https://github.com/apache/airflow/commits/master/airflow/contrib/operators/mssql_to_gcs.py