I want to connect to Microsoft SQL Server using python script which I will execute on AWS Glue. I added JOb parameter at Security configuration->script libraries->job parameters (optional) section as below :
Key : --additional-python-modules
Value: pyodbc==4.0.32,s3://bucketname/python_scripts/python-libs/pyodbc-4.0.32-cp37-cp37m-win32.whl
When I execute the job I am getting below error :
com.amazonaws.services.glue.PythonModuleInstaller [main] ERROR: pyodbc-4.0.32-cp37-cp37m-win32.whl is not a supported wheel on this platform.
I tried python2 and python3 wheels as well but same error !