add workflow 市场-Agents调度,dev

This commit is contained in:
root 2025-11-21 10:02:02 +08:00
parent 28af32eec5
commit fafaffa9eb
1 changed files with 1 additions and 1 deletions

View File

@ -188,7 +188,7 @@ def main():
custom_query = """ WITH numbered_urls AS (
SELECT
web_url,
(ROW_NUMBER() OVER (ORDER BY web_url) - 1) / 20 as batch_num
(ROW_NUMBER() OVER (ORDER BY web_url) - 1) / 10 as batch_num
FROM p70_ai_intelligence.t_channel
WHERE type = 'News'
)