INFOColumn-level Lineage is not currently supported for Azure Synapse.
Run SQL script and create schema for Datafold
To connect to Azure Synapse, create a user with read-only access to all tables you wish to diff, plus read and write access to a Datafold-specific temp schema. On a dedicated SQL pool, the login is created in themaster database, while the user and grants are created in your pool’s database:
Configure in Datafold
| Field Name | Description |
|---|---|
| Connection name | A name given to the data connection within Datafold |
| Host | The hostname for your Synapse SQL endpoint (e.g. your-workspace.sql.azuresynapse.net) |
| Port | Synapse connection port; default value is 1433 |
| Username | The user created in our SQL script, named DatafoldUser |
| Password | The password created in our SQL script |
| Database | The name of the dedicated SQL pool (database) you want to connect to |
| Dataset for temporary tables | The schema created in our SQL script, in database.schema format: DatabaseName.datafold_tmp in our script above. |
