You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current TAP implementation requires the usage of the api_secret to authenticate to mixpanel. However, this authentication method is deprecated. While mixpanel is still planning to keep supporting this authentication method, they strongly encourage developers to use the Service Account authentication method instead
Requirements
Add support for Service Account authentication method in the tap-mixpanel
Authentication with api_secret should still be supported by the tap-mixpanel
Developers can only authenticate using one of the two methods, not both.
The text was updated successfully, but these errors were encountered:
I am getting this error too HTTP-error-code: 400, Error: request failed with error: invalid project id for cluster.
Unfortunately it looks like this project is dead. R.I.P. 🪦🙏🏻
Context
The current TAP implementation requires the usage of the
api_secret
to authenticate to mixpanel. However, this authentication method is deprecated. While mixpanel is still planning to keep supporting this authentication method, they strongly encourage developers to use the Service Account authentication method insteadRequirements
tap-mixpanel
api_secret
should still be supported by thetap-mixpanel
The text was updated successfully, but these errors were encountered: