I am trying to connect a DB2 instance(Z/OS), execute queries and then turn the results into Parquet files using Pandas.
Does anyone happen to have experience doing this? I am struggling just to get the ODBC drivers installed on my Mac so I can test locally. I haven't even tried creating my Dockerfile yet. I have experience using MS SQL Server, but I'm brand new to DB2.
I'm wondering if any of you can give me some tips on installed the DB2 drivers in a Docker container and creating Parquet files from the results.
------------------------------
KS
------------------------------