-
Notifications
You must be signed in to change notification settings - Fork 10
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
TDL-24487 Update SAA implementation #62
base: TDL-16139-support-service-account-authentication
Are you sure you want to change the base?
TDL-24487 Update SAA implementation #62
Conversation
tests/tap_tester/base.py
Outdated
creds = {"api_secret": {"service_account_username": "TAP_MIXPANEL_SERVICE_ACCOUNT_USERNAME", | ||
"service_account_secret": "TAP_MIXPANEL_SERVICE_ACCOUNT_SECRET", | ||
"project_id": "TAP_MIXPANEL_SERVICE_ACCOUNT_PROJECT_ID"} | ||
"project_id": "TAP_MIXPANEL_SERVICE_ACCOUNT_PROJECT_ID"}} |
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.
Fix the indentation.
tests/tap_tester/base.py
Outdated
creds = {"api_secret": {"service_account_username": "TAP_MIXPANEL_SERVICE_ACCOUNT_USERNAME", | ||
"service_account_secret": "TAP_MIXPANEL_SERVICE_ACCOUNT_SECRET", | ||
"project_id": "TAP_MIXPANEL_SERVICE_ACCOUNT_PROJECT_ID"} | ||
"project_id": "TAP_MIXPANEL_SERVICE_ACCOUNT_PROJECT_ID"}} |
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.
Fix the indentation
"""Automatic fields test for standard server""" | ||
self.eu_residency = False | ||
self.automatic_fields_test_run() |
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.
Instead of removing SAA test, we should remove api_secret tests to reduce the execution time since api_secret it already deprecated.
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.
Instead of removing SAA test, we should remove api_secret tests to reduce the execution time since api_secret it already deprecated.
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.
Instead of removing SAA test, we should remove api_secret tests to reduce the execution time since api_secret it already deprecated.
Description of change
Manual QA steps
Risks
Rollback steps