...
Each user must insert a Databricks Personal Access Token into the user profile. For more information, see Databricks Personal Access Token Page.
Enable
To enable Databricks Tables connections, please complete the following:
Info |
---|
NOTE: Typically, you need only one connection to Databricks Tables, although you can create multiple connections. |
...
Info |
---|
NOTE: This connection is created with SSL automatically enabled. |
Steps:
D s config Locate the following parameter and set it to
true
:Code Block "feature.databricks.connection.enabled": true,
To allow for direct publishing of job results to Databricks tables from the Run Job page, you must enable the following parameters. For more information on these settings, see Databricks Tables Table Settings.
Parameter Description feature.databricks.enableDeltaTableWrites Set this value to true
to enable users to choose to write generated results to Databricks delta tables from the Run Job page.feature.databricks.enableExternalTableWrites Set this value to true
to enable users to choose to write generated results to Databricks external tables from the Run Job page.Save your changes and restart the platform.
Create Connection
This connection can also be created via API. For details on values to use when creating via API, see Connection Types.
...