Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This section describes how to create connections to Microsoft SQL Datawarehouse (DW).

Tip

Tip: This connection is now known as Azure Synapse Analytics.

Limitations

  • Microsoft SQL DW connections are available only if you have deployed the
    D s platform
    rtrue
    onto Azure.
  • SSL connections to SQL DW are required.

    Info

    NOTE: In this release, this connection cannot be created through the APIs. Please create connections of this type through the application.


...

  • Read-Only connection: The authenticating DB user must have read permissions to any SQL DW databases, schemas and tables to which the user should have access.
  • Read-Write connection: In addition to the above, the authenticating DB user must have the following permissions:

    Code Block
    CREATE TABLE**
    ALTER ANY SCHEMA
    ALTER ANY EXTERNAL DATA SOURCE
    ALTER ANY EXTERNAL FILE FORMAT
     


    • The authenticating DB user must also have read access to the external data source.

...

...

PropertyDescription
Host
Enter your hostname. Example:

 

Code Block
testsql.database.windows.net


PortSet this value to 1433.
DatabaseSet this value to the default database name.
External Data Source NameFor read-write connections, you must provide an External Data Source. Otherwise, the connection is read-only. See above for details.
Connect String options

Include any options required for your environment:

User NameUsername to use to connect to the database.
PasswordPassword associated with the above username.
Credential Type
  • basic - Specify username and password as part of the connection
  • Azure Token SSO - Use the SSO principal of the user creating the connection to authenticate to the SQL Server database. Additional configuration is required. See Enable SSO for Azure Relational Connections.
Default Column Data Type Inference

Set to disabled to prevent the

D s platform
from applying its own type inference to each column on import. The default value is enabled.

...