Skip to main content

Required settings

  • SQL warehouse host and path
  • Unity catalog name
  • Volume name
  • One authentication method: personal access token or OAuth M2M service-principal credentials

Volume

Artie will write our temporary files to a volume in the catalog and schema that we are syncing into.
Go into your Databricks workspace, select the SQL warehouse you want to use and click on Connection details.From there, you will be able to find the host and path of your SQL warehouse.Databricks connection details
1

Create a token

In your Databricks workspace, select your username, then go to Settings > Developer > Access tokens and select Generate new token.
2

Add the token to Artie

In the Databricks destination configuration, select Personal access token and enter the generated token. If you set an expiration, rotate the token in Artie before it expires.
We are fetching your schema from the Unity Catalog API. If you don’t see your desired schema, please make sure the service account has USE_SCHEMA privileges.