You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -36,10 +36,6 @@ Before connecting from project to Dremio Cloud, follow these prerequisite steps:
36
36
37
37
* Ensure that you are using version 22.0 or later.
38
38
* Ensure that Python 3.9.x or later is installed on the system that you are running dbt on.
39
-
* Enable these support keys in your Dremio cluster:
40
-
*`dremio.iceberg.enabled`
41
-
*`dremio.iceberg.ctas.enabled`
42
-
*`dremio.execution.support_unlimited_splits`
43
39
44
40
See <atarget="_blank"rel="noopener noreferrer"href="https://docs.dremio.com/software/advanced-administration/support-settings/#support-keys">Support Keys</a> in the Dremio documentation for the steps.
45
41
* If you want to use TLS to secure the connection between dbt and Dremio Software, configure full wire encryption in your Dremio cluster. For instructions, see <atarget="_blank"rel="noopener noreferrer"href="https://docs.dremio.com/software/deployment/wire-encryption-config/">Configuring Wire Encryption</a>.
@@ -84,7 +80,7 @@ For descriptions of the configurations in these profiles, see [Configurations](#
84
80
[project name]:
85
81
outputs:
86
82
dev:
87
-
cloud_host: https://api.dremio.cloud
83
+
cloud_host: api.dremio.cloud
88
84
cloud_project_id: [project ID]
89
85
object_storage_source: [name]
90
86
object_storage_path: [path]
@@ -161,7 +157,7 @@ For descriptions of the configurations in these profiles, see [Configurations](#
161
157
162
158
| Configuration | Required? | Default Value | Description |
163
159
| --- | --- | --- | --- |
164
-
| `cloud_host` | Yes | `https://api.dremio.cloud` | US Control Plane: `https://api.dremio.cloud`<br></br>EU Control Plane: `https://api.eu.dremio.cloud` |
160
+
| `cloud_host` | Yes | `api.dremio.cloud` | US Control Plane: `api.dremio.cloud`<br></br>EU Control Plane: `api.eu.dremio.cloud` |
165
161
| `user` | Yes | None | Email address used as a username in Dremio Cloud |
166
162
| `pat` | Yes | None | The personal access token to use for authentication. See [Personal Access Tokens](https://docs.dremio.com/cloud/security/authentication/personal-access-token/) for instructions about obtaining a token. |
167
163
| `cloud_project_id` | Yes | None | The ID of the Sonar project in which to run transformations. |
0 commit comments