-
Notifications
You must be signed in to change notification settings - Fork 91
[DINO-53] Remove sync toggle from JSON pipeline creation UI #2113
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
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
| Mixpanel is able to detect any changes in your data with the granularity of a day and replaces the old data with the latest version both in object storage and data warehouse, if applicable. Data sync helps keep the data fresh and minimizes missing data points. | ||
|
|
||
| Do Note: Data sync does not fully guarantee syncing GDPR Data Deletions and will only sync data for days up to 10 days in the past. It is recommended to implement a strategy to remove all records of GDPR Deleted Users in your data warehouse. Additionally, we start checking for late arriving data 24 hours after the data for a day is exported. It may take more than 2 days for the data in the destination to be in sync with the data in Mixpanel. | ||
| **Important limitations**: Data sync does not fully guarantee syncing GDPR Data Deletions and will only sync data for days up to 10 days in the past. It is recommended to implement a strategy to remove all records of GDPR Deleted Users in your data warehouse. Additionally, we start checking for late arriving data 24 hours after the data for a day is exported. It may take more than 2 days for the data in the destination to be in sync with the data in Mixpanel. |
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.
doesnt the part around up to 10 days in the past and 2 days for the data to be in sync no longer apply with incremental pipelines? My understanding is its all now exported on the next run basically right? and its across any data in the projects history?
cd017dd to
4eaabd1
Compare
* [DINO-53] Remove sync toggle from JSON pipeline creation UI * update previous change logs * update change log date * udpate notes * fix out of order * move change log to the botton
This PR updates the JSON pipelines documentation to reflect that the sync toggle has been removed from the UI and sync is now enabled by default for all new JSON pipelines.
Also twist the previous change logs