add workflow 市场-Agents调度,dev
This commit is contained in:
parent
794b0798c9
commit
f06463481f
|
|
@ -187,10 +187,10 @@ def main():
|
|||
if flag:
|
||||
# 初始化
|
||||
db_manager = DatabaseManager(db_config)
|
||||
#custom_query = """ SELECT company_name FROM p70_ai_intelligence.v_ai_tek_correlation_company_list where etl_proc_dt > current_date - interval '3 days'
|
||||
#"""
|
||||
custom_query = """ SELECT company_name FROM p70_ai_intelligence.v_ai_tek_correlation_company_list where etl_proc_dt > current_date - interval '3 days'
|
||||
"""
|
||||
|
||||
custom_query = """select "客户名称" from p99_temp.tk_product_prefer_list"""
|
||||
#custom_query = """select "客户名称" from p99_temp.tk_product_prefer_list"""
|
||||
|
||||
try:
|
||||
# 从数据库获取URL列表
|
||||
|
|
|
|||
Loading…
Reference in New Issue