microsoft / sql-spark-connector

Apache Spark Connector for SQL Server and Azure SQL
Apache License 2.0
273 stars 116 forks source link

Possible Wheel (.whl) distribution? #244

Closed Schepler closed 9 months ago

Schepler commented 10 months ago

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.

Schepler commented 9 months ago

New spark runtime in Fabric is able to use the 3.4 .jar file, so closing this.