ldacey commented on pull request #6850: URL: https://github.com/apache/airflow/pull/6850#issuecomment-677859685
Worked like a charm @dstandish, I only had to change self.conn_str to self.odbc_connection_string. Really nice that I can fetch the data as a pyarrow table with this turbodbc module (normally I just dump the files to a csv file or read the data with pandas and convert into a table and save the data as a partitioned ParquetDataset - this allows me to write the dataset immediately basically) ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
