Skip to content

Commit c92bd40

Browse files
committed
also refer to private key in CLI docs
1 parent 808ba08 commit c92bd40

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

docs/_snippets/profiles/all-profiles.mdx

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,18 @@ elementary:
1111
default:
1212
type: snowflake
1313
account: [account id]
14-
15-
## User/password auth ##
1614
user: [username]
17-
password: [password]
18-
1915
role: [user role]
16+
17+
## Keypair auth (recommended) ##
18+
private_key_path: [path/to/private.key]
19+
# or private_key instead of private_key_path
20+
private_key_passphrase: [passphrase for the private key, if key is encrypted]
21+
2022
database: [database name]
2123
warehouse: [warehouse name]
2224
schema: [schema name]_elementary
2325
threads: 4
24-
2526
```
2627
2728
```yml BigQuery

0 commit comments

Comments
 (0)