为我的PostgreSQL数据库配置Airflow时sqlalchemy.exc.NoSuchModuleError:无法加载插件:sqlalchemy.dialects:postgresql

时间:2019-09-18 18:43:47

标签: postgresql sqlalchemy airflow psycopg2

我正在尝试使用localhost PostgreSQL 11数据库在本地设置Airflow

在airflow.cfg中,我有

ID

我收到错误

with xmlnamespaces (DEFAULT '...')
select count(Setting1) as counts
  from (select Settings.value('(/root/Setting1)[1]', 'nvarchar(max)') as Setting1
    from MY_TABLE
    group by ID) res
  where Setting1= 'true'

我很困惑,因为我对sql_alchemy_conn = postgresql://postgres:<password>@localhost:5432/airflow 的值遵循https://docs.sqlalchemy.org/en/13/core/engines.html中PostgreSQL的说明

谢谢!

0 个答案:

没有答案