add workflow 客户地址信息提取,dev
This commit is contained in:
parent
4cc2953823
commit
d5b074112d
|
|
@ -321,7 +321,7 @@ def main():
|
||||||
custom_query = """
|
custom_query = """
|
||||||
select dw_account as id ,address_detail as address from p99_temp.address_city
|
select dw_account as id ,address_detail as address from p99_temp.address_city
|
||||||
where dw_account not in (select account_id from p70_ai_intelligence.agent_address_complete)
|
where dw_account not in (select account_id from p70_ai_intelligence.agent_address_complete)
|
||||||
limit 100
|
|
||||||
"""
|
"""
|
||||||
|
|
||||||
try:
|
try:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue