Skip to content

Commit

Permalink
Verifying Snowflake User
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-tmathew committed Nov 20, 2024
1 parent 72d22c8 commit 7246545
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/dev-pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ jobs:
- name: Test Schemachange on ${{ matrix.os }} targeting ${{ env.SNOWFLAKE_DATABASE }}.${{ env.MY_TARGET_SCHEMA }} schema
run: |
echo "::group::Setting up ${MY_TARGET_SCHEMA}"
echo "SNOWFLAKE_USER: ${SNOWFLAKE_USER}"
echo "SNOWFLAKE_ACCOUNT: ${SNOWFLAKE_ACCOUNT}"
schemachange deploy --config-folder ./demo/${SCENARIO_NAME}/1_setup
echo "::endgroup::"
echo "::group::Testing Rendering to ${MY_TARGET_SCHEMA}"
Expand Down

0 comments on commit 7246545

Please sign in to comment.