Possible Wheel (.whl) distribution?
Schepler opened this issue · 1 comments
I am trying to use you connector from Microsoft Fabric (python) to write to an Azure SQL Server. I was pointed in your direction, and tried to use the tar.gz file to add as a custom library in Fabric. But (for now) only wheel files are supported as custom packages for python in Fabric.
Would it be possible to get a .whl version of the v. 3.3 connector? (should fit with the current spark version on Fabric).
P.S I tried to convert the tar.gz to a .whl but get the error "sql-spark-connector-1.2.0.tar.gz does not appear to be a Python project: neither 'setup.py' nor 'pyproject.toml' found". But might just be my limited knowledge of how to do such a conversion.
New spark runtime in Fabric is able to use the 3.4 .jar file, so closing this.