Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Parameterize acceptance tests for local runs #322

Open
wants to merge 14 commits into
base: main
Choose a base branch
from

Conversation

csquire
Copy link
Contributor

@csquire csquire commented Dec 10, 2024

Adds the ability to specify details required for executing the acceptance tests against an arbitrary test account. This allows users to more easily run the acceptance tests locally.

Add to the existing set of environment variable to provide the necessary configuration to execute the tests against your own account:

DBT_CLOUD_ACCOUNT_ID=1234
DBT_CLOUD_USER_ID=4321
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
[email protected]:<github-org>/<dbt-project>.git
ACC_TEST_GITHUB_APP_INSTALLATION_ID=1234

@csquire csquire changed the title Parameterize acceptance tests for local runs chore: Parameterize acceptance tests for local runs Dec 10, 2024
@csquire csquire requested a review from chasewalden December 10, 2024 16:55
@csquire csquire force-pushed the parameterize-acc-tests branch from 8923142 to 66f6665 Compare December 12, 2024 15:15
@csquire csquire force-pushed the parameterize-acc-tests branch from 6f3cd4a to cf6e7bf Compare December 13, 2024 16:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant