Skip to content

Commit d3a3385

Browse files
authored
Update dremio-setup.md (#6689)
2 parents 9953c37 + 206b247 commit d3a3385

File tree

1 file changed

+6
-10
lines changed

1 file changed

+6
-10
lines changed

website/docs/docs/core/connect-data-platform/dremio-setup.md

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ title: "Dremio setup"
33
description: "Read this guide to learn about the Dremio warehouse setup in dbt."
44
meta:
55
maintained_by: Dremio
6-
authors: 'Dremio (formerly Fabrice Etanchaud)'
6+
authors: 'Dremio'
77
github_repo: 'dremio/dbt-dremio'
88
pypi_package: 'dbt-dremio'
9-
min_core_version: 'v1.2.0'
9+
min_core_version: 'v1.8.0'
1010
cloud_support: Not Supported
1111
min_supported_version: 'Dremio 22.0'
12-
slack_channel_name: 'n/a'
13-
slack_channel_link: 'https://www.getdbt.com/community'
12+
slack_channel_name: 'db-dremio'
13+
slack_channel_link: '[https://www.getdbt.com/community](https://getdbt.slack.com/archives/C049G61TKBK)'
1414
platform_name: 'Dremio'
1515
config_page: '/reference/resource-configs/no-configs'
1616
---
@@ -36,10 +36,6 @@ Before connecting from project to Dremio Cloud, follow these prerequisite steps:
3636

3737
* Ensure that you are using version 22.0 or later.
3838
* 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`
4339

4440
See <a target="_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.
4541
* 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 <a target="_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](#
8480
[project name]:
8581
outputs:
8682
dev:
87-
cloud_host: https://api.dremio.cloud
83+
cloud_host: api.dremio.cloud
8884
cloud_project_id: [project ID]
8985
object_storage_source: [name]
9086
object_storage_path: [path]
@@ -161,7 +157,7 @@ For descriptions of the configurations in these profiles, see [Configurations](#
161157

162158
| Configuration | Required? | Default Value | Description |
163159
| --- | --- | --- | --- |
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` |
165161
| `user` | Yes | None | Email address used as a username in Dremio Cloud |
166162
| `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. |
167163
| `cloud_project_id` | Yes | None | The ID of the Sonar project in which to run transformations. |

0 commit comments

Comments
 (0)