Commit ccc74c0
ci: drop static AWS keys from athena profile, use workgroup (CORE-687)
The integration_tests dbt-athena profile is rendered with static
aws_access_key_id / aws_secret_access_key sourced from
CI_WAREHOUSE_SECRETS. Drop those — boto3 picks up the role credentials
exported by aws-actions/configure-aws-credentials in the calling
workflow (cleanup-stale-schemas.yml in elementary-cli) — and pin the
profile to the dedicated oss_tests Athena workgroup so query result
output and encryption are workgroup-enforced.
Mirrors the matching change in elementary-cli/tests/profiles/profiles.yml.j2.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 9ad6411 commit ccc74c0
1 file changed
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
177 | 177 | | |
178 | 178 | | |
179 | 179 | | |
180 | | - | |
181 | | - | |
| 180 | + | |
182 | 181 | | |
183 | 182 | | |
184 | 183 | | |
| |||
0 commit comments