add workflow 市场-Agents调度,dev
This commit is contained in:
parent
845fac831a
commit
57c19cd00a
|
|
@ -190,7 +190,7 @@ def main():
|
|||
web_url,
|
||||
(ROW_NUMBER() OVER (ORDER BY web_url) - 1) / 10 as batch_num
|
||||
FROM p70_ai_intelligence.t_channel
|
||||
WHERE type = 'News'
|
||||
WHERE type = 'News' and lower(industry) = 'auto'
|
||||
)
|
||||
SELECT
|
||||
STRING_AGG(web_url, E'\n') as batched_urls
|
||||
|
|
|
|||
Loading…
Reference in New Issue