Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
csquire committed Dec 12, 2024
1 parent 66f6665 commit 6f3cd4a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .env.example
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
export DBT_CLOUD_ACCOUNT_ID=1234
export DBT_CLOUD_HOST_URL=https://<api_host>/api
export DBT_CLOUD_TOKEN=<api_token>
export DBT_CLOUD_PERSONAL_ACCESS_TOKEN=<api_token>
export DBT_CLOUD_HOST_URL=https://<api_host>/api
export ACC_TEST_DBT_CLOUD_USER_ID=4321
export ACC_TEST_DBT_CLOUD_USER_EMAIL=[email protected]
export ACC_TEST_DBT_CLOUD_GROUP_IDS=1,2,3
export ACC_TEST_AZURE_DEVOPS_PROJECT_NAME=test-project
export ACC_TEST_GITHUB_REPO_URL=[email protected]:<github-org>/<dbt-project>.git
export ACC_TEST_GITHUB_APP_INSTALLATION_ID=5678
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,13 @@ for a dbt Cloud account the tests can interact with. All dbt Cloud resources ref
(e.g. user id, email address, and group ids) must exist in the dbt Cloud account.
```
DBT_CLOUD_ACCOUNT_ID=1234
ACC_TEST_DBT_CLOUD_USER_ID=4321
ACC_TEST_DBT_CLOUD_USER_EMAIL=<email_address>
DBT_CLOUD_TOKEN=<api_token>
DBT_CLOUD_HOST_URL=https://<host>/api
DBT_CLOUD_TOKEN=<api_token>
DBT_CLOUD_PERSONAL_ACCESS_TOKEN=<api_token>
ACC_TEST_DBT_CLOUD_USER_EMAIL=<email_address>
ACC_TEST_DBT_CLOUD_USER_ID=4321
ACC_TEST_DBT_CLOUD_GROUP_IDS=1,2,3
ACC_TEST_AZURE_DEVOPS_PROJECT_NAME=test-project
[email protected]:<github-org>/<dbt-project>.git
ACC_TEST_GITHUB_APP_INSTALLATION_ID=1234
```
Expand Down

0 comments on commit 6f3cd4a

Please sign in to comment.