Apache Airflow provider to connect to IBM Db2 using ibm_db_dbi (native) with a fallback to pyodbc. Includes basic Hook and Operators, an example DAG, and unit tests.
crsr.execute("CREATE TABLE #dto_test (id INT PRIMARY KEY, dto_col DATETIMEOFFSET)") crsr.execute("INSERT INTO #dto_test (id, dto_col) VALUES (1, '2017-03-16 10:35:18 ...