Skip to content

Commit

Permalink
update to schemachange config location
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-tmathew committed Nov 22, 2024
1 parent c3b53fa commit 0f73900
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
config-version: 1

root-folder: "./demo/{{ env_var('SCENARIO_NAME')}}/2_test"
snowflake-user: "{{env_var('SNOWFLAKE_USER')}}"
snowflake-account: "{{env_var('SNOWFLAKE_ACCOUNT')}}"
snowflake-role: "{{env_var('SNOWFLAKE_ROLE')}}"
snowflake-warehouse: "{{env_var('SNOWFLAKE_WAREHOUSE')}}"

change-history-table: "{{ env_var('SNOWFLAKE_DATABASE')}}.{{ env_var('MY_TARGET_SCHEMA')}}.CHANGE_HISTORY"
create-change-history-table: true
Expand Down

0 comments on commit 0f73900

Please sign in to comment.