...
Panel | ||||||
---|---|---|---|---|---|---|
| ||||||
Note
|
Configuring Databricks SQL warehouse
To create Databricks SQL warehouse, refer to Microsoft Documentation.
Type: The serverless type will only be supported.
Unity Catalog must be enabled. If Unity Catalog is not enabled for your workspace, you do not see this option.
To configure Databricks SQL warehouses with SQL parameters, perform the following steps.
Open Databricks workspace.
Click your username in the top bar of the workspace and select Admin Settings from the list.
Click the SQL Warehouse Settings tab.
In the SQL Configuration Parameters textbox, specify the below key-value pair:
LEGACY_TIME_PARSER_POLICY LEGACYClick Save.
For more information, see the SQL configuration parameters and Legacy_Time_Parser_Policy
Creating a build and read connection
Panel | ||||||
---|---|---|---|---|---|---|
| ||||||
|
Creating Databricks SQL Warehouse connection
From the Toolbox, click Setup, then choose Connections.
From the Actions menu ( ⋮ ) click Add Connection.
Enter a Name for the connection.
From the Category drop-down list, select the BUILD option.
From the Provider list, select the Databricks option, and provide the following:
Databricks Cluster Id: Enter the ID of your Databricks cluster.
To obtain this ID, click the Cluster Name on the Clusters page in Databricks. The page URL shows <https://<databricks-instance>/#/settings/clusters/<cluster-id>Databricks Service Address: Enter the URL of your Databricks workspace.
Databricks Personal Access Token: Enter the personal access token to access and connect to your Databricks workspace. Refer to the Databricks documentation to get your token
To use this connection as a read connection also, select the Is Read Use as Source checkbox.Provide the
Hive Server JDBC URL. You can find this URL from the Kyvos Manager. Navigate to Hadoop Ecosystem Configuration page > Hadoop Parameters. Copy the value of kyvos.hiveserver2.jdbc.url parameter provided in the format:
jdbc:spark://adb-<Databricks ID>.azuredatabricks.net:443/default;transportMode=http;ssl=1;httpPath=sql/protocolv1/o/<organization ID>/<Databricks cluster ID>;AuthMech=3;
Ensure that you update the Databricks ID, Organization ID, and Databricks Cluster ID according to the cluster that you are working onSelect the SQL engine as Database SQL Warehouse .
See the Provider parameters table for details.Enter Databricks SQL Warehouse JDBC URL. For more information, see Microsoft documentation.
Enter Databricks SQL Personal Access Token for the Databricks SQL workspace.
NOTE: It is optional in the absence of this PAT. The system will attempt to connect using the PAT provided for the Databricks connection.
To use this connection as the default SQL engine, select the Is Default SQL Engine checkbox, and from the SQL engine list, select Database SQL Warehouse .
See the Provider parameters table for details.To use the Databricks SQL engine, provide the Server URL and Alternate Server URL.
...
.
Select the Catalog Enabled checkbox. It is mandatory to enabled it for Databricks SQL.
Click the Properties link to view or set properties.
After configuring the settings, click the Save button.
To refresh connections, click the Actions menu ( ⋮ ) at the top of the Connections column and select Refresh.
...