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
156b79e1
Commit
156b79e1
authored
May 06, 2026
by
fangxingjun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
73017639
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
import_st_to_pg14.py
Pyspark_job/listen_program/import_st_to_pg14.py
+3
-0
No files found.
Pyspark_job/listen_program/import_st_to_pg14.py
View file @
156b79e1
...
...
@@ -130,6 +130,9 @@ class ImportStToPg14(object):
df_search_term_sync
.
to_sql
(
f
"{self.site_name}_search_term_month_syn"
,
con
=
self
.
engine_pg14
,
index
=
False
,
if_exists
=
"append"
)
if
df_search_term_sync
.
shape
[
0
]
==
0
:
print
(
f
"当前没有新增的搜索词同步, 不需要更改进度表, 退出程序"
)
quit
()
# 更改workflow_manager进度表
self
.
update_workflow_manager
()
...
...
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