We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf3c30e commit 6c25fe5Copy full SHA for 6c25fe5
dbt/include/dremio/profile_template.yml
@@ -66,13 +66,13 @@ prompts:
66
hint: 'object storage source for seeds, tables, etc. [dbt alias: datalake]'
67
object_storage_path:
68
default: 'no_schema'
69
- hint: 'object storage path [dbt alias: schema]'
+ hint: 'object storage path [dbt alias: root_path]'
70
dremio_space:
71
default: '@user'
72
hint: 'space for creating views [dbt alias: database]'
73
dremio_space_folder:
74
75
- hint: 'dremio space folder [dbt alias: root_path]'
+ hint: 'dremio space folder [dbt alias: schema]'
76
threads:
77
hint: '1 or more'
78
type: 'int'
0 commit comments