-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Azure DevOps Project datasource test config
- Loading branch information
Showing
4 changed files
with
37 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,9 @@ | ||
export DBT_CLOUD_ACCOUNT_ID=1234 | ||
export DBT_CLOUD_USER_ID=4321 | ||
export DBT_CLOUD_USER_EMAIL=[email protected] | ||
export DBT_CLOUD_TOKEN=<api_token> | ||
export DBT_CLOUD_PERSONAL_ACCESS_TOKEN=<api_token> | ||
export DBT_CLOUD_HOST_URL=https://<api_host>/api | ||
export DBT_CLOUD_GROUP_IDS=1,2,3 | ||
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_GITHUB_REPO_URL=[email protected]:<github-org>/<dbt-project>.git | ||
export ACC_TEST_GITHUB_APP_INSTALLATION_ID=5678 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -66,11 +66,11 @@ 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 | ||
DBT_CLOUD_USER_ID=4321 | ||
DBT_CLOUD_USER_EMAIL=<email_address> | ||
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_GROUP_IDS=1,2,3 | ||
ACC_TEST_DBT_CLOUD_GROUP_IDS=1,2,3 | ||
[email protected]:<github-org>/<dbt-project>.git | ||
ACC_TEST_GITHUB_APP_INSTALLATION_ID=1234 | ||
``` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters