20260513_上线DBR后版本

This commit is contained in:
2026-05-13 12:38:21 +00:00
parent 5d4d312641
commit a9bbe0e95a
18 changed files with 128 additions and 2629 deletions

View File

@@ -1,7 +1,6 @@
-- Databricks notebook source
-- DBTITLE 1,产品挂中文名
--Product中文名字,5CORP或者MANU生产
insert overwrite table tmp.tmp_ims_td_prod_tmp
SELECT DISTINCT PROD.PROD_COD
@@ -29,4 +28,4 @@ SELECT DISTINCT PROD.PROD_COD
UPDATE dws.dws_ims_td_prod_cn SET RANK_TYPE = 0 where PROD_COD in (
SELECT DISTINCT PROD_COD FROM tmp.tmp_ims_td_prod_tmp
);
);