Skip to content

Commit ccc74c0

Browse files
haritamarclaude
andcommitted
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

File tree

integration_tests/profiles/profiles.yml.j2

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,8 +177,7 @@
177177
region_name: {{ athena_region | toyaml }}
178178
database: awsdatacatalog
179179
schema: {{ schema }}
180-
aws_access_key_id: {{ athena_aws_access_key_id | toyaml }}
181-
aws_secret_access_key: {{ athena_aws_secret_access_key | toyaml }}
180+
work_group: oss_tests
182181
threads: 4
183182
{%- endmacro %}
184183

0 commit comments

Comments
 (0)