-
Notifications
You must be signed in to change notification settings - Fork 116
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
feat: ga user delete support #1531
Conversation
…o feat.ga-reg-support
Are we using a testing framework in transformer? It is risky to implement new features without test coverage. |
We do have a testing framework, we do write test-cases & have scenarios covered by tests |
…lder) - mock koa context's get method - implement a callback to get the header value
…rlabs/rudder-transformer into feat.ga-reg-support
…o feat.ga-reg-support
Signed-off-by: Sai Sankeerth <[email protected]>
…o feat.ga-reg-support
…o feat.ga-reg-support
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.
Partial review 1
…o feat.ga-reg-support
…ansformer into feat.ga-reg-support
…o feat.ga-reg-support
- update the error message to include actual destination message for normal errors
…o feat.ga-reg-support
…o feat.ga-reg-support
…o feat.ga-reg-support
Description of the change
In this PR, we have included the Regulation API support for Universal Analytics(GA) which uses OAuth for processing the user deletion request
This work would unblock any other destinations that might use OAuth for processing delete user requests
https://www.notion.so/rudderstacks/Integrate-OAuth-in-regulation-worker-module-of-server-dae0cf6ef89e41eb91e9212ac524cf49
Type of change
Related issues
Checklists
Development
Code review