Connection Configuration for Databricks

Prev Next

Summary

This will be a help page for creating Connection Configuration for Databricks.

Entry

item name indispensable Contents
Server Hostname Yes Enter the server host name for Databricks.
Please refer to the official Databricks documentation for details on how to obtain this information.
HTTP Path Yes Enter the HTTP Path for Databricks.
Please refer to the official Databricks documentation for details on how to obtain this information.
Personal Access Token Yes Select a personal access token for Databricks.
Please refer to the official Databricks documentation for more information on the publishing process.

Note that the user who issued the Personal Access Token must be given authorization. See Required Authorizations below.

Required Authority

Databricks must grant the appropriate permissions to the user who issued the Personal Access Token.

When using ETL Configuration (Data Destination)

Permissions required when creating a new table or when you are the owner of the table

  • USE_CATALOG of the target catalog
  • USE_SCHEMA, CREATE TABLE, and CREATE VOLUME of the target schema

Permissions required for tables for which you are not the owner

  • Transfer Mode: When using Full Data Transfer (REPLACE)
    • Owner of the subject catalog
    • Target schema owner
    • MODIFY and SELECT of the target table
  • Transfer Mode: When using a mode other than Full Data Transfer (REPLACE)
    • USE_CATALOG of the target catalog
    • USE_SCHEMA, CREATE TABLE, and CREATE VOLUME of the target schema
    • MODIFY and SELECT of the target table

Supplemental Information on Authority

Reference: Official Document (Managing Permissions with Unity Catalog)