This PR fixes the integration testing after the attempt to make pyodbc optional, when using the integration framework for loading data into an ES instance only.
It imports and adds the pyodbc module as instance member to the testing class: the local scope import alone is insufficient.
This PR fixes the integration testing after the attempt to make
pyodbc
optional, when using the integration framework for loading data into an ES instance only. It imports and adds thepyodbc
module as instance member to the testing class: the local scope import alone is insufficient.