Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
Amazon-Selection-Data
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abel_cjy
Amazon-Selection-Data
Commits
e1a3ca1d
Commit
e1a3ca1d
authored
Apr 24, 2026
by
fangxingjun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
16cb7ae2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
2 deletions
+10
-2
site_search_term_to_syn.py
Pyspark_job/listen_program/site_search_term_to_syn.py
+10
-2
No files found.
Pyspark_job/listen_program/site_search_term_to_syn.py
View file @
e1a3ca1d
...
@@ -91,22 +91,30 @@ class Integrate_search_term():
...
@@ -91,22 +91,30 @@ class Integrate_search_term():
with
self
.
engine_mysql
.
begin
()
as
conn
:
with
self
.
engine_mysql
.
begin
()
as
conn
:
update_sql_workflow
=
f
"""
update_sql_workflow
=
f
"""
INSERT INTO workflow_manager
INSERT INTO workflow_manager
(
(
workflow_name,
site_name,
site_name,
date_type,
date_type,
date_info,
date_info,
priority,
spider_name,
spider_name,
spider_is_ready,
spider_is_ready,
spider_state
spider_state,
bg_name,
bg_dol_state
)
)
VALUES
VALUES
(
(
'月全流程',
'{self.site_name}',
'{self.site_name}',
'month',
'month',
'{self.date_info}',
'{self.date_info}',
1,
'us_spider_st',
'us_spider_st',
'yes',
'yes',
1,
'us_asin_export',
1
1
)
)
ON DUPLICATE KEY UPDATE
ON DUPLICATE KEY UPDATE
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment