add workflow 荟聚API,dev

This commit is contained in:
root 2024-04-25 11:39:32 +08:00
parent 24f1804268
commit a9500ec642
7 changed files with 13 additions and 13 deletions

View File

@ -39,7 +39,7 @@ insert into p10_sa.S98_S_custom_events_activity_submit
from p00_tal.S98_S_custom_events_activity_submit from p00_tal.S98_S_custom_events_activity_submit
; ;
delete from p12_sfull.S98_S_custom_events_activity_submit delete from p12_sfull.S98_S_custom_events_activity_submit
; where (id) in (select id from p10_sa.S98_S_custom_events_activity_submit) ;
; ;
insert into p12_sfull.S98_S_custom_events_activity_submit insert into p12_sfull.S98_S_custom_events_activity_submit
( id ( id

View File

@ -57,7 +57,7 @@ insert into p10_sa.S98_S_customer_events_c_minipro_page_view
from p00_tal.S98_S_customer_events_c_minipro_page_view from p00_tal.S98_S_customer_events_c_minipro_page_view
; ;
delete from p12_sfull.S98_S_customer_events_c_minipro_page_view delete from p12_sfull.S98_S_customer_events_c_minipro_page_view
; where (id) in (select id from p10_sa.S98_S_customer_events_c_minipro_page_view) ;
; ;
insert into p12_sfull.S98_S_customer_events_c_minipro_page_view insert into p12_sfull.S98_S_customer_events_c_minipro_page_view
( id ( id

View File

@ -63,7 +63,7 @@ insert into p10_sa.S98_S_customer_events_click_link_in_page
from p00_tal.S98_S_customer_events_click_link_in_page from p00_tal.S98_S_customer_events_click_link_in_page
; ;
delete from p12_sfull.S98_S_customer_events_click_link_in_page delete from p12_sfull.S98_S_customer_events_click_link_in_page
; where (id) in (select id from p10_sa.S98_S_customer_events_click_link_in_page) ;
; ;
insert into p12_sfull.S98_S_customer_events_click_link_in_page insert into p12_sfull.S98_S_customer_events_click_link_in_page
( id ( id

View File

@ -61,7 +61,7 @@ insert into p10_sa.S98_S_customer_events_open_app
from p00_tal.S98_S_customer_events_open_app from p00_tal.S98_S_customer_events_open_app
; ;
delete from p12_sfull.S98_S_customer_events_open_app delete from p12_sfull.S98_S_customer_events_open_app
; where (id) in (select id from p10_sa.S98_S_customer_events_open_app) ;
; ;
insert into p12_sfull.S98_S_customer_events_open_app insert into p12_sfull.S98_S_customer_events_open_app
( id ( id

View File

@ -35,7 +35,7 @@ insert into p10_sa.S98_S_customer_events_subscribe
from p00_tal.S98_S_customer_events_subscribe from p00_tal.S98_S_customer_events_subscribe
; ;
delete from p12_sfull.S98_S_customer_events_subscribe delete from p12_sfull.S98_S_customer_events_subscribe
; where (id) in (select id from p10_sa.S98_S_customer_events_subscribe) ;
; ;
insert into p12_sfull.S98_S_customer_events_subscribe insert into p12_sfull.S98_S_customer_events_subscribe
( id ( id

View File

@ -35,7 +35,7 @@ insert into p10_sa.S98_S_customer_events_wechat_scan
from p00_tal.S98_S_customer_events_wechat_scan from p00_tal.S98_S_customer_events_wechat_scan
; ;
delete from p12_sfull.S98_S_customer_events_wechat_scan delete from p12_sfull.S98_S_customer_events_wechat_scan
; where (id) in (select id from p10_sa.S98_S_customer_events_wechat_scan) ;
; ;
insert into p12_sfull.S98_S_customer_events_wechat_scan insert into p12_sfull.S98_S_customer_events_wechat_scan
( channel_account ( channel_account

View File

@ -23,7 +23,7 @@ default_args = {
} }
dag = DAG('wf_dag_tk_api', default_args=default_args, dag = DAG('wf_dag_tk_api', default_args=default_args,
schedule_interval="0 0 * * *", schedule_interval="1 0 * * *",
catchup=False, catchup=False,
dagrun_timeout=timedelta(minutes=160), dagrun_timeout=timedelta(minutes=160),
max_active_runs=3) max_active_runs=3)