Home > database >  Is there a Python SDK for Azure Synapse?
Is there a Python SDK for Azure Synapse?

Time:04-08

I'm new to into Azure world!

I'm looking for a Python SDK for Synapse to execute queries (something like google-cloud-bigquery for GCP BigQuery) but I'm not finding anything useful, only an azure-synapse library on pypi that is deprecated.

Is there something similar to a Synapse Client or is it possible to access only via PySpark in Python?

Thanks in advance!!

CodePudding user response:

Yes, Microsoft Azure Synapse SDK for Python package was the Microsoft Azure Synapse bundle, and it is deprecated now.

You can install the service specific packages prefixed by azure-synapse needed for your application.

The complete list of available packages can be found here.

Here's a list of few common packages from the above list:

  • Related