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

rename event -> simple_event and trackEvent -> trackSimpleEvent #47608

Merged
merged 2 commits into from
Sep 4, 2024

Conversation

npretto
Copy link
Member

@npretto npretto commented Sep 4, 2024

Description

This renames event to simple event to make it clear that it's a specific schema for simple events, not a base event that all the others "inherit"/extend.

Briefly discussed here: https://metaboat.slack.com/archives/C01MS7DQKR6/p1725022707669739?thread_ts=1724940664.655259&cid=C01MS7DQKR6

@npretto npretto added the backport Automatically create PR on current release branch on merge label Sep 4, 2024
"description": "Generic event to track interactions and actions that happen within Metabase. This should be used as a default schema for tracking events. If more specific context is needed, we can use custom context entities (https://docs.snowplow.io/docs/understanding-your-pipeline/entities/).",
"self": {
"vendor": "com.metabase",
"name": "simple_event",
Copy link
Member Author

Choose a reason for hiding this comment

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

this line is the only thing I changed, weird git didn't understood i was a rename

Copy link
Contributor

Choose a reason for hiding this comment

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

Might be because you changed it in one go and not with 2 commits or something.

@npretto npretto requested review from Somtom and ranquild September 4, 2024 10:15
Copy link
Contributor

@Somtom Somtom left a comment

Choose a reason for hiding this comment

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

Thanks for taking care of this

Co-authored-by: Thomas Schmidt <thomas@metabase.com>
@npretto npretto merged commit 9f706d5 into master Sep 4, 2024
121 checks passed
@npretto npretto deleted the rename-event-simple-event branch September 4, 2024 17:16
github-automation-metabase pushed a commit that referenced this pull request Sep 4, 2024
* rename event -> simple_event and trackEvent -> trackSimpleEvent

* add empty line at the end of the file

Co-authored-by: Thomas Schmidt <thomas@metabase.com>

---------

Co-authored-by: Thomas Schmidt <thomas@metabase.com>
github-automation-metabase added a commit that referenced this pull request Sep 4, 2024
…) (#47625)

* rename event -> simple_event and trackEvent -> trackSimpleEvent

* add empty line at the end of the file



---------

Co-authored-by: Nicolò Pretto <info@npretto.com>
Co-authored-by: Thomas Schmidt <thomas@metabase.com>
@github-actions github-actions bot added this to the 0.50.25 milestone Sep 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport Automatically create PR on current release branch on merge .Team/Embedding
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants