Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
B
bi-report
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
data
bi-report
Commits
c14fc7b2
Commit
c14fc7b2
authored
Jul 07, 2020
by
魏艺敏
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
push codes
parent
dcfd85a0
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
dbnavigator.xml
.idea/dbnavigator.xml
+0
-0
daily_content_data.sql
pm/daily_content_data/etl/daily_content_data.sql
+4
-4
No files found.
.idea/dbnavigator.xml
0 → 100644
View file @
c14fc7b2
This diff is collapsed.
Click to expand it.
pm/daily_content_data/etl/daily_content_data.sql
View file @
c14fc7b2
...
...
@@ -614,7 +614,7 @@ LEFT JOIN
AND
partition_date
<
regexp_replace
((
current_date
),
'-'
,
''
)
AND
page_name
=
'home'
AND
action
=
'on_click_card'
AND
params
[
'transaction_type'
]
not
in
(
'-1'
,
'ctr'
,
'cvr'
,
'smr'
,
'newdata'
)
AND
params
[
'transaction_type'
]
not
in
(
'-1'
,
'ctr'
,
'cvr'
,
'smr'
,
'newdata'
,
'hotspot'
,
'pgc'
)
AND
params
[
'card_content_type'
]
IN
(
'diary'
,
'diary_topic'
,
'user_post'
,
'doctor_post'
,
'question'
,
'answer'
,
'qa'
,
'live'
,
'article'
)
UNION
ALL
...
...
@@ -626,7 +626,7 @@ LEFT JOIN
AND
partition_date
<
regexp_replace
((
current_date
),
'-'
,
''
)
AND
page_name
=
'home'
AND
action
in
(
'on_click_diary_card'
,
'on_click_answer_card'
,
'on_click_question_card'
,
'on_click_topic_card'
,
'on_click_live_card'
)
AND
params
[
'transaction_type'
]
not
in
(
'-1'
,
'ctr'
,
'cvr'
,
'smr'
,
'newdata'
)
AND
params
[
'transaction_type'
]
not
in
(
'-1'
,
'ctr'
,
'cvr'
,
'smr'
,
'newdata'
,
'hotspot'
,
'pgc'
)
UNION
ALL
...
...
@@ -637,7 +637,7 @@ LEFT JOIN
AND
partition_date
<
regexp_replace
((
current_date
),
'-'
,
''
)
AND
page_name
=
'home'
AND
action
=
'on_click_card'
AND
params
[
'transaction_type'
]
in
(
'-1'
,
'ctr'
,
'cvr'
,
'smr'
,
'newdata'
)
AND
params
[
'transaction_type'
]
in
(
'-1'
,
'ctr'
,
'cvr'
,
'smr'
,
'newdata'
,
'hotspot'
,
'pgc'
)
AND
params
[
'card_content_type'
]
IN
(
'diary'
,
'diary_topic'
,
'user_post'
,
'doctor_post'
,
'question'
,
'answer'
,
'qa'
,
'live'
,
'article'
)
UNION
ALL
...
...
@@ -649,7 +649,7 @@ LEFT JOIN
AND
partition_date
<
regexp_replace
((
current_date
),
'-'
,
''
)
AND
page_name
=
'home'
AND
action
in
(
'on_click_diary_card'
,
'on_click_answer_card'
,
'on_click_question_card'
,
'on_click_topic_card'
,
'on_click_live_card'
)
AND
params
[
'transaction_type'
]
in
(
'-1'
,
'ctr'
,
'cvr'
,
'smr'
,
'newdata'
)
AND
params
[
'transaction_type'
]
in
(
'-1'
,
'ctr'
,
'cvr'
,
'smr'
,
'newdata'
,
'hotspot'
,
'pgc'
)
)
t2
ON
t1
.
partition_date
=
t2
.
partition_date
AND
t1
.
device_id
=
t2
.
cl_id
...
...
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