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

Fix SNOW-160 changes to dev #90

Merged
merged 1 commit into from
Dec 9, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ USE SCHEMA {{database_name}}.synapse_raw; --noqa: JJ01,PRS,TMP,CP02
USE WAREHOUSE compute_xsmall;

-- suspend nodesnapshot task and its dependents
ALTER TASK refresh_synapse_warehouse_s3_stage_task SUSPEND;
ALTER TASK nodesnapshot_task SUSPEND;
ALTER TASK upsert_to_node_latest_task SUSPEND;
ALTER TASK remove_delete_nodes_task SUSPEND;
Expand Down