How to Connect Airflow to oracle database

后端 未结 5 1263
情歌与酒
情歌与酒 2020-12-29 13:46

I am trying to create a connection to an oracle db instance (oracle:thin) using Airflow.

According to their documentation I entered my hostname followed by port numb

5条回答
  •  失恋的感觉
    2020-12-29 13:57

    If anyone just does not see the connection in the Ad hoc query dropdown - you need to install the adapter: pip install cx_Oracle on the airflow server.

提交回复
热议问题