Azure Synapse
Azure Synapse Analytics
- Purpose: Connect to Microsoft Azure Synapse Analytics, a unified analytics service for large-scale data warehousing.
- When to use it: Ideal for enterprise analytics on data in Azure Synapse dedicated SQL pools.
- How to create it:
- Go to Data Sources and click Add.
- Select Azure Synapse.
- Name: Enter a unique name for this connection.
- Host: Your Synapse workspace SQL endpoint (e.g.,
workspace.sql.azuresynapse.net). - Port: Default is
1433. - Database Name: The dedicated SQL pool (database) name.
- Schema: (Optional) Default is
dbo. - Username / Password: SQL user credentials.
- Encrypt: Enable if your Synapse workspace requires encrypted connections (recommended).
- Click Test Connection to verify, then Save.

Note: Ensure the Synapse firewall rules allow the Datalytics IP address, or use a managed private endpoint.