Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
M
meta_base_code
Project
Project
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
宋柯
meta_base_code
Commits
32832290
Commit
32832290
authored
Sep 21, 2020
by
litaolemo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
b7026a30
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
tractate_analysis_in_7000.py
task/tractate_analysis_in_7000.py
+1
-0
func_from_es_get_article.py
utils/func_from_es_get_article.py
+1
-1
No files found.
task/tractate_analysis_in_7000.py
View file @
32832290
...
...
@@ -273,6 +273,7 @@ for res in sql_res:
if
cl_id
in
device_id_dict
:
print
(
"has device"
)
card_id
=
res
.
card_id
print
(
type
(
card_id
),
card_id
)
if
str
(
card_id
)
not
in
card_id_list
:
continue
print
(
"has card_id"
)
session_pv
=
res
.
session_pv
...
...
utils/func_from_es_get_article.py
View file @
32832290
...
...
@@ -343,7 +343,7 @@ def get_user_post_from_mysql(sql):
tags_v3_count_dict
=
{}
sql_res
=
con_sql_doris_prod
(
sql
)
for
card_id
in
sql_res
:
# print(
card_id)
print
(
type
(
card_id
),
card_id
)
card_id_list
.
append
(
str
(
card_id
))
es_res
=
get_tractate_tags_from_es
(
card_id
[
0
])
for
position
in
es_res
[
"_source"
][
"second_demands"
]:
...
...
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