Skip to content

Commit

Permalink
Database groups and roles for testing locally
Browse files Browse the repository at this point in the history
  • Loading branch information
dbeatty10 committed Jul 11, 2024
1 parent 655cb53 commit 5247bab
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions test.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,13 @@ REDSHIFT_TEST_IAM_ROLE_PROFILE=
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
DBT_TEST_GROUP_2=dbt_test_group_2
DBT_TEST_GROUP_3=dbt_test_group_3

# Database roles for testing
DBT_TEST_ROLE_1=dbt_test_role_1
DBT_TEST_ROLE_2=dbt_test_role_2
DBT_TEST_ROLE_3=dbt_test_role_3

0 comments on commit 5247bab

Please sign in to comment.