-
Notifications
You must be signed in to change notification settings - Fork 91
Xyninja/pipelines 5 #2182
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Xyninja/pipelines 5 #2182
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
argenisf
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mind looking at the 2 comments on the code?
| @@ -0,0 +1,101 @@ | |||
| # Common SQL Queries | |||
|
|
|||
| ### Count of total events per day in Pacific timezone, deduplicated by `event_name`, `time`, `distinct_id`, and `insert_id` | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @xyn1nja could we rework the titles to something more concise and give a brief explanation of the use case? Here's an example of the first 2 queries:
| time | ||
| ``` | ||
|
|
||
| ### Expanding `properties` JSON for specific events |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* Added a new page on common SQL queries * Added a link to common SQL queries page * Updated titles and descriptions for common SQL queries * Removed expanding `properties` JSON query

Added the following SQL queries to a new page in the docs:
event_name,time,distinct_id, andinsert_idevent_name,time,distinct_id, andinsert_id)