Page tree

Versions Compared

Key

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

...

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:

  1. D s config
  2. Locate the following parameter and set it to true:

    Code Block
    "feature.databricks.connection.enabled": true,


  3. 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.

    ParameterDescription
    feature.databricks.enableDeltaTableWritesSet this value to true to enable users to choose to write generated results to Databricks delta tables from the Run Job page.
    feature.databricks.enableExternalTableWritesSet this value to true to enable users to choose to write generated results to Databricks external tables from the Run Job page.


  4. 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.

...