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
fd4b7fdd
Commit
fd4b7fdd
authored
May 19, 2026
by
chenyuanjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
9ac6cf3e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
dim_keepa_asin_info.py
Pyspark_job/dim/dim_keepa_asin_info.py
+1
-1
No files found.
Pyspark_job/dim/dim_keepa_asin_info.py
View file @
fd4b7fdd
...
@@ -130,7 +130,7 @@ class DimKeepaAsinInfo(object):
...
@@ -130,7 +130,7 @@ class DimKeepaAsinInfo(object):
"site_name"
,
F
.
lit
(
self
.
site_name
)
"site_name"
,
F
.
lit
(
self
.
site_name
)
)
.
withColumn
(
)
.
withColumn
(
"date_info"
,
F
.
lit
(
self
.
date_info
)
"date_info"
,
F
.
lit
(
self
.
date_info
)
)
.
repartition
(
5
0
)
.
cache
()
)
.
repartition
(
4
0
)
.
cache
()
new_count
=
self
.
df_save
.
count
()
new_count
=
self
.
df_save
.
count
()
old_count
=
self
.
df_keepa_asin_history
.
count
()
old_count
=
self
.
df_keepa_asin_history
.
count
()
hive_tb
=
"dim_keepa_asin_info"
hive_tb
=
"dim_keepa_asin_info"
...
...
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