Skip to content

Commit

Permalink
hardcode iam role for workflow compliance
Browse files Browse the repository at this point in the history
  • Loading branch information
dataders committed Nov 1, 2024
1 parent fc6ac45 commit 495c454
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ jobs:
REDSHIFT_USER: ${{ vars.REDSHIFT_USER }}
REDSHIFT_PORT: ${{ vars.REDSHIFT_PORT }}
REDSHIFT_DATABASE: ${{ vars.REDSHIFT_DATABASE }}
REDSHIFT_SPECTRUM_IAM_ROLE: ${{ vars.REDSHIFT_SPECTRUM_IAM_ROLE }}
REDSHIFT_SCHEMA: "integration_tests_redshift_${{ github.run_number }}"
# snowflake
SNOWFLAKE_USER: ${{ vars.SNOWFLAKE_USER }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
{{ external_schema }}
from data catalog
database '{{ external_schema }}'
iam_role '{{ env_var("REDSHIFT_SPECTRUM_IAM_ROLE") }}'
iam_role 'arn:aws:iam::859831564954:role/RedshiftSpectrumTesting'
create external database if not exists;

{% endset %}
Expand Down

0 comments on commit 495c454

Please sign in to comment.