add workflow 荟聚API_2,dev

This commit is contained in:
root 2024-04-18 17:50:15 +08:00
parent 8217661603
commit 9f3ba35336
1 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@
/*Brilliance stems from wisdoms. */
/*************Head Section**************************************************************************/
/*Script Use: Periodically load data to :t01_scrm_contact(SCRM联系方式-api) */
/*Create Date:2024-04-18 17:48:44 */
/*Create Date:2024-04-18 17:50:02 */
/*SDM Developed By: dev */
/*SDM Developed Date: 2024-04-18 */
/*SDM Checked By: dev */
@ -12,7 +12,7 @@
/*Script Developed By: dev */
/*Script Checked By: dev */
/*Source table 1: p10_sa.s98_s_scrm_contact */
/*Source table 2: :SADB.select distinct customer_id from :SADBs98_s_customer_events_add_user */
/*Source table 2: :SADB.select distinct customer_id from :SADB.s98_s_customer_events_add_user */
/*Job Type: Inbound transform (Tier 1 to Tier 2) */
/*Target Table:t01_scrm_contact */
/*ETL Job Name:t01_scrm_contact */
@ -81,7 +81,7 @@ SELECT
,'s98_s_scrm_contact' /*src_table*/
FROM p10_sa.s98_s_scrm_contact p0
LEFT JOIN (select distinct customer_id from :SADBs98_s_customer_events_add_user) p1
LEFT JOIN (select distinct customer_id from :SADB.s98_s_customer_events_add_user) p1
ON p0.id=p1.customer_id
;