Skip to content
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

[SNOW-135] Add query to extract unique downloads per email domain #79

Merged
merged 2 commits into from
Oct 24, 2024

Conversation

danlu1
Copy link
Contributor

@danlu1 danlu1 commented Oct 23, 2024

Problem:

Request to extract unique file downloads per email domain

Solution:

Draft query is added.

@danlu1 danlu1 requested a review from a team as a code owner October 23, 2024 18:15
RECORD_DATE,
PROJECT_ID
FROM
SYNAPSE_DATA_WAREHOUSE.SYNAPSE.FILEDOWNLOAD
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: just a note here, you can explore the "association_object_type" column. That will tell you "what" the downloads are associated it. You'll see something like this:
image

One thing we need to figure out at Sage is what we want to consider as a "download"

Copy link
Member

@thomasyu888 thomasyu888 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🔥 LGTM! Going to pre-approve!

@danlu1 danlu1 merged commit fd430b3 into dev Oct 24, 2024
2 checks passed
Copy link

@thomasyu888 thomasyu888 deleted the SNOW-135-file-download-email-domain branch December 11, 2024 21:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants