Skip to content

Commit 60ab87a

Browse files
committed
Add in sql to create a full DAG
1 parent 65d1bc8 commit 60ab87a

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

synapse_data_warehouse/synapse_raw/tasks/V1.15.0__create_full_dag.sql

+8-8
Original file line numberDiff line numberDiff line change
@@ -9,28 +9,28 @@ alter task certifiedquiz_task UNSET schedule;
99
alter task certifiedquiz_task ADD AFTER refresh_synapse_warehouse_s3_stage_task;
1010

1111
alter task certifiedquizquestion_task UNSET schedule;
12-
alter task certifiedquizquestion_task AFTER refresh_synapse_warehouse_s3_stage_task;
12+
alter task certifiedquizquestion_task ADD AFTER refresh_synapse_warehouse_s3_stage_task;
1313

1414
alter task nodesnapshot_task UNSET schedule;
15-
alter task nodesnapshot_task AFTER refresh_synapse_warehouse_s3_stage_task;
15+
alter task nodesnapshot_task ADD AFTER refresh_synapse_warehouse_s3_stage_task;
1616

1717
alter task filesnapshots_task UNSET schedule;
18-
alter task filesnapshots_task AFTER refresh_synapse_warehouse_s3_stage_task;
18+
alter task filesnapshots_task ADD AFTER refresh_synapse_warehouse_s3_stage_task;
1919

2020
alter task userprofilesnapshot_task UNSET schedule;
21-
alter task userprofilesnapshot_task AFTER refresh_synapse_warehouse_s3_stage_task;
21+
alter task userprofilesnapshot_task ADD AFTER refresh_synapse_warehouse_s3_stage_task;
2222

2323
alter task teammembersnapshots_task UNSET schedule;
24-
alter task teammembersnapshots_task AFTER refresh_synapse_warehouse_s3_stage_task;
24+
alter task teammembersnapshots_task ADD AFTER refresh_synapse_warehouse_s3_stage_task;
2525

2626
alter task processedaccess_task UNSET schedule;
27-
alter task processedaccess_task AFTER refresh_synapse_warehouse_s3_stage_task;
27+
alter task processedaccess_task ADD AFTER refresh_synapse_warehouse_s3_stage_task;
2828

2929
alter task filedownload_task UNSET schedule;
30-
alter task filedownload_task AFTER refresh_synapse_warehouse_s3_stage_task;
30+
alter task filedownload_task ADD AFTER refresh_synapse_warehouse_s3_stage_task;
3131

3232
alter task fileupload_task UNSET schedule;
33-
alter task fileupload_task AFTER refresh_synapse_warehouse_s3_stage_task;
33+
alter task fileupload_task ADD AFTER refresh_synapse_warehouse_s3_stage_task;
3434

3535
-- resume all tasks, from most downstream child to upstream parents
3636
ALTER TASK remove_delete_nodes_task RESUME;

0 commit comments

Comments
 (0)