Artie will write our temporary files to a volume in the catalog and schema that we are syncing into.
Copy
Ask AI
CREATE VOLUME my_catalog.my_schema.my_volume;
Find SQL warehouse host and path
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.
Generate a personal access token
To generate a personal access token, go into your workspace and do the following:
Click on your username in the top bar and select Settings from the dropdown.
Click Developer
Click Access tokens then Generate new token
(Optional) Provide a description for the token and if you set expiration, make sure to note it down.