Connection Configuration for Databricks
    • PDF

    Connection Configuration for Databricks

    • PDF

    Article summary

    Summary

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

    Entry

    item nameindispensableContents
    Server HostnameYesEnter the server host name for Databricks.
    Please refer to the official Databricks documentation for details on how to obtain this information.
    HTTP PathYesEnter the HTTP Path for Databricks.
    Please refer to the official Databricks documentation for details on how to obtain this information.
    Personal Access TokenYesSelect 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)


    Was this article helpful?