在准备环境前提交次全部更改。
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
-- Seed scheduler-compatible tasks into etl_admin.etl_task.
|
||||
-- AI_CHANGELOG [2026-02-13] 移除 DWS_RECALL_INDEX/DWS_INTIMACY_INDEX 任务种子
|
||||
-- CHANGE 2026-02-15 | 修复 schema 引用:etl_admin → meta(对齐新库 etl_feiqiu 六层架构)
|
||||
-- Seed scheduler-compatible tasks into meta.etl_task.
|
||||
--
|
||||
-- Notes:
|
||||
-- - These task_code values must match orchestration/task_registry.py.
|
||||
@@ -46,7 +46,7 @@ task_codes AS (
|
||||
'DWS_ML_MANUAL_IMPORT'
|
||||
]) AS task_code
|
||||
)
|
||||
INSERT INTO etl_admin.etl_task (task_code, store_id, enabled)
|
||||
INSERT INTO meta.etl_task (task_code, store_id, enabled)
|
||||
SELECT t.task_code, s.store_id, TRUE
|
||||
FROM task_codes t CROSS JOIN target_store s
|
||||
ON CONFLICT (task_code, store_id) DO UPDATE
|
||||
|
||||
Reference in New Issue
Block a user