[SNOW-33] Introduce repeatable scripts for projectsettingsnapshots
table
#61
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This change introduces 2 repeatable scripts to be used for the new
projectsettingssnapshots
table:synapse_data_warehouse/synapse_raw/tables/R__create_projectsettingsnapshots_table.sql
is a repeatable script that creates a new table within thesynapse_raw
schema calledprojectsettingsnapshots
, or alters an existing table of the same name.synapse_data_warehouse/synapse_raw/tables/R__projectsettingsnapshots_append_task.sql
introduces a new task designed to run AFTERrefresh_synapse_warehouse_s3_stage_task
which appends new staged data forprojectsettingsnapshots
to the new table insynapse_data_warehouse.synapse_raw