All Questions
1 question
1
vote
1
answer
2k
views
Apache Airflow and Oracle Connection
I am trying to read data from a local oracle database (Oracle Database 11g Release 11.2.0.4.0 - 64bit Production).
I have created my own docker image:
# Use the base Apache Airflow image
FROM apache/...