Skip to content

Commit

Permalink
Use CircleCI Context for AWS access key environment variables (dbt-la…
Browse files Browse the repository at this point in the history
…bs#582)

* Use CircleCI Context for AWS access key environment variables

* Use the `aws-credentials` global context configured within CircleCI

* Remove changelog entry [skip ci]

* Remove extra space
  • Loading branch information
dbeatty10 authored Jan 6, 2023
1 parent 5ca20be commit d9a3d76
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,10 @@ workflows:
requires:
- integration-spark-thrift
- integration-spark-databricks-odbc-cluster:
context: aws-credentials
requires:
- integration-spark-thrift
- integration-spark-databricks-odbc-endpoint:
context: aws-credentials
requires:
- integration-spark-thrift
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ deps =
allowlist_externals =
/bin/bash
basepython = python3.8
commands = /bin/bash -c '{envpython} -m pytest -v --profile databricks_sql_endpoint {posargs} -n4 tests/functional/adapter/*'
commands = /bin/bash -c '{envpython} -m pytest -v --profile databricks_sql_endpoint {posargs} -n4 tests/functional/adapter/*'
/bin/bash -c '{envpython} -m pytest -v -m profile_databricks_sql_endpoint {posargs} -n4 tests/integration/*'
passenv =
DBT_*
Expand Down

0 comments on commit d9a3d76

Please sign in to comment.