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
f0a3b8c7
Commit
f0a3b8c7
authored
Aug 19, 2026
by
chenyuanjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
2a408ea3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
+1
-0
kafka_flow_asin_detail_to_doris.py
Pyspark_job/my_kafka/kafka_flow_asin_detail_to_doris.py
+1
-0
No files found.
Pyspark_job/my_kafka/kafka_flow_asin_detail_to_doris.py
View file @
f0a3b8c7
...
@@ -807,6 +807,7 @@ class KafkaFlowAsinDetail(Templates):
...
@@ -807,6 +807,7 @@ class KafkaFlowAsinDetail(Templates):
"account_name"
,
# UDF + df_asin_seller 补充,卖家名称
"account_name"
,
# UDF + df_asin_seller 补充,卖家名称
"buy_box_seller_type"
,
# UDF,配送类型(1.自营/2.FBA/3.FBM/4.其他/0.未知)
"buy_box_seller_type"
,
# UDF,配送类型(1.自营/2.FBA/3.FBM/4.其他/0.未知)
"site_name"
,
# df_seller_country,卖家所在地
"site_name"
,
# df_seller_country,卖家所在地
"asin_type"
,
# 派生:handle_asin_detail_all_type 算好(0默认/1内部/2书籍影视/3隐藏)
F
.
col
(
"follow_sellers"
)
.
alias
(
"follow_sellers_count"
),
# Kafka,关注该 ASIN 的卖家数
F
.
col
(
"follow_sellers"
)
.
alias
(
"follow_sellers_count"
),
# Kafka,关注该 ASIN 的卖家数
# ── LOB(Make-It-A-Bundle)────────────────────────────────────
# ── LOB(Make-It-A-Bundle)────────────────────────────────────
"asin_lob_info"
,
# 派生:捆绑销售关联 ASIN 列表
"asin_lob_info"
,
# 派生:捆绑销售关联 ASIN 列表
...
...
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