$scratch
schema that doesn’t require special permissions.
Field Name | Description |
---|---|
Connection name | A name given to the data connection within Datafold. |
Host | The hostname for your Dremio instance (data.dremio.cloud for Dremio SaaS). |
Port | Dremio endpoint port; default value is 433. |
Encryption | Should be checked for Dremio Cloud, possibly unchecked for local deployments. |
User ID | User ID as created in Dremio, typically an email address. |
Project ID | Dremio Project UID. If left blank, the default project will be used. |
Token | Access token generated in Dremio. |
Password | Alternatively, provide a password. |
Schema for temporary views | A Dremio space for temporary views. |
Schema for temporary tables | $scratch should suit most applications, or use “<Datasource>.<schema>” (with quotes) if you wish to create temporary tables in an external data source. |