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
|`password`| The password for the user |`MY_PASS`|
42
43
43
44
#### Key Pair Authentication
44
45
@@ -75,3 +76,19 @@ For more information on setting up key pair authentication, refer to [Snowflake'
75
76
|`project`| The GCP project to connect to |`GCP_PROJECT_ID`|
76
77
|`dataset`| The default BigQuery dataset to connect to |`DBT_DATASET_NAME`|
77
78
|`keyfile_json`| The [keyfile](https://docs.getdbt.com/guides/bigquery?step=7#generate-bigquery-credentials) generated from your GCP service account to connect to BigQuery |`keyfile_json: type: xxx project_id: xxx private_key_id: xxx ...`|
79
+
80
+
81
+
### Redshift
82
+
83
+
!!!info "Important"
84
+
We currently support Database (Password-based authentication) only. More details [here](https://docs.getdbt.com/docs/core/connect-data-platform/redshift-setup#authentication-parameters).
0 commit comments