Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SNOW-33] Introduce repeatable scripts for projectsettingsnapshots table #61

Merged
merged 3 commits into from
Jun 18, 2024

Conversation

jaymedina
Copy link
Contributor

@jaymedina jaymedina commented Jun 17, 2024

This change introduces 2 repeatable scripts to be used for the new projectsettingssnapshots table:

  1. synapse_data_warehouse/synapse_raw/tables/R__create_projectsettingsnapshots_table.sql is a repeatable script that creates a new table within the synapse_raw schema called projectsettingsnapshots, or alters an existing table of the same name.
  2. synapse_data_warehouse/synapse_raw/tables/R__projectsettingsnapshots_append_task.sql introduces a new task designed to run AFTER refresh_synapse_warehouse_s3_stage_task which appends new staged data for projectsettingsnapshots to the new table in synapse_data_warehouse.synapse_raw

@jaymedina jaymedina marked this pull request as ready for review June 18, 2024 14:07
@jaymedina jaymedina requested a review from a team as a code owner June 18, 2024 14:07
Copy link

sonarcloud bot commented Jun 18, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

Copy link
Contributor

@BryanFauble BryanFauble left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🔥 changes look good to me!

@jaymedina jaymedina merged commit d40ad28 into dev Jun 18, 2024
3 checks passed
@jaymedina jaymedina deleted the SNOW-33-add-projectsnapshots-table branch June 18, 2024 17:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants