forked from dbt-labs/dbt-adapters
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest.env.example
More file actions
36 lines (28 loc) · 1.04 KB
/
Copy pathtest.env.example
File metadata and controls
36 lines (28 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# Note: Make sure you have a Redshift account that is set up so these fields are easy to complete.
# These will all be gathered from account information or created by you.
# Database Authentication Method
REDSHIFT_TEST_HOST=
REDSHIFT_TEST_PORT=
REDSHIFT_TEST_DBNAME=
REDSHIFT_TEST_USER=
REDSHIFT_TEST_PASS=
REDSHIFT_TEST_REGION=
# Cross-database tests (optional — tests are skipped when not set)
REDSHIFT_TEST_CROSS_DBNAME=
# Hyphenated database name tests (optional — tests are skipped when not set)
# Must be a Redshift database whose name contains a hyphen, e.g. "my-hyphen-db"
REDSHIFT_TEST_DBNAME_W_HYPHEN=
# IAM Methods
REDSHIFT_TEST_CLUSTER_ID=
# IAM User Authentication Method
REDSHIFT_TEST_IAM_USER_PROFILE=
REDSHIFT_TEST_IAM_USER_ACCESS_KEY_ID=
REDSHIFT_TEST_IAM_USER_SECRET_ACCESS_KEY=
# IAM Role Authentication Method
REDSHIFT_TEST_IAM_ROLE_PROFILE=
# Database users for testing
DBT_TEST_USER_1=dbt_test_user_1
DBT_TEST_USER_2=dbt_test_user_2
DBT_TEST_USER_3=dbt_test_user_3
# Database groups for testing
DBT_TEST_GROUP_1=dbt_test_group_1