Skip to content

Commit

Permalink
Restore the schema reference in demo config
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-tmathew committed Oct 25, 2024
1 parent 1a2f1e7 commit 4a261ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/basics_demo/schemachange-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ snowflake-account: "{{ env_var('SNOWFLAKE_ACCOUNT')}}"
snowflake-role: "{{ env_var('SNOWFLAKE_ROLE')}}"
snowflake-warehouse: "{{ env_var('SNOWFLAKE_WAREHOUSE')}}"
snowflake-database: "{{ env_var('SNOWFLAKE_DATABASE')}}"
# snowflake-schema: "{{ env_var('MY_TARGET_SCHEMA')}}"
snowflake-schema: "{{ env_var('MY_TARGET_SCHEMA')}}"
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 4a261ec

Please sign in to comment.