Skip to content

Commit b6b4203

Browse files
authored
Merge pull request #13 from ydb-platform/fix_dbt_init
Update profile_template for dbt init
2 parents f8b0b54 + 2522af6 commit b6b4203

File tree

1 file changed

+30
-9
lines changed

1 file changed

+30
-9
lines changed

dbt/include/ydb/profile_template.yml

Lines changed: 30 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,38 @@ fixed:
22
type: ydb
33
prompts:
44
host:
5-
hint: "your host name"
5+
hint: "YDB host. Example: localhost"
66
port:
7-
default: 5432
87
type: "int"
9-
user:
10-
hint: "dev username"
11-
password:
12-
hint: "dev password"
13-
hide_input: true
14-
dbname:
15-
hint: "default database"
8+
hint: "YDB port. Example: 2136"
9+
database:
10+
hint: "YDB database. Example: /local"
11+
schema:
12+
hint: "YDB schema. Optional."
13+
default: ""
14+
secure:
15+
hint: "Use grpcs protocol. Default: false"
16+
type: "bool"
17+
default: false
18+
root_certificates_path:
19+
hint: "Path to root certificates. Optional."
20+
default: ""
21+
22+
_choose_authentication_method:
23+
static_credentials:
24+
username:
25+
hint: "username"
26+
password:
27+
hint: "password"
28+
hide_input: true
29+
access_token:
30+
token:
31+
hint: "Access token"
32+
hide_input: true
33+
service_account:
34+
service_account_credentials_file:
35+
hint: "Path to service account credentials file"
36+
1637
threads:
1738
hint: "1 or more"
1839
type: "int"

0 commit comments

Comments
 (0)