Skip to content

Commit

Permalink
fix: schema doesn't initially exist
Browse files Browse the repository at this point in the history
  • Loading branch information
Zane Clark committed Nov 15, 2024
1 parent cb36c11 commit fc63f6f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/master-pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ jobs:
echo role = \"${SNOWFLAKE_ROLE}\" >> ./connections.toml
echo warehouse = \"${SNOWFLAKE_WAREHOUSE}\" >> ./connections.toml
echo database = \"${SNOWFLAKE_DATABASE}\" >> ./connections.toml
echo schema = \"${MY_TARGET_SCHEMA}\" >> ./connections.toml
echo password = \"${SNOWFLAKE_PASSWORD}\" >> ./connections.toml
echo "cat connections.toml"
cat ./connections.toml
Expand All @@ -89,6 +88,9 @@ jobs:
echo "::endgroup::"'
echo "::group::Testing Rendering to ${MY_TARGET_SCHEMA}"
echo schema = \"${MY_TARGET_SCHEMA}\" >> ./connections.toml
schemachange render \
--config-folder ./demo/${SCENARIO_NAME} \
--connection-name default \
Expand Down

0 comments on commit fc63f6f

Please sign in to comment.