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

@ -37,9 +37,9 @@ insert into p10_sa.S98_S_custom_events_activity_submit
, target_id
, etl_tx_dt
from p00_tal.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
( id

View File

@ -55,9 +55,9 @@ insert into p10_sa.S98_S_customer_events_c_minipro_page_view
, url
, etl_tx_dt
from p00_tal.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
( id

View File

@ -61,9 +61,9 @@ insert into p10_sa.S98_S_customer_events_click_link_in_page
, url
, etl_tx_dt
from p00_tal.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
( id

View File

@ -59,9 +59,9 @@ insert into p10_sa.S98_S_customer_events_open_app
, url
, etl_tx_dt
from p00_tal.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
( id

View File

@ -33,9 +33,9 @@ insert into p10_sa.S98_S_customer_events_subscribe
, target_id
, etl_tx_dt
from p00_tal.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
( id

View File

@ -33,9 +33,9 @@ insert into p10_sa.S98_S_customer_events_wechat_scan
, target_name
, etl_tx_dt
from p00_tal.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
( channel_account

View File

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