I'm trying to create a DB2 / DashDB connection using the Airflow UI. I have added the db2jcc4.jar driver and provided the path as well as the class name com.ibm.db2.jcc.DB2Driver.class
I tried to run a simple query (in the ad hoc UI) and always get the same error
java.lang.RuntimeException: Class com.ibm.db2.jcc.DB2Driver.class not found
Did anybody need to setup a DB2 / DashDB connection in Apache Airflow before?
Found nothing on the web about that.
Thanks