-
Notifications
You must be signed in to change notification settings - Fork 27
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
Add new fields in the schema of credit_notes #117
Add new fields in the schema of credit_notes #117
Conversation
tests/base.py
Outdated
@@ -129,6 +129,9 @@ def record_to_bk_value(self, stream, record): | |||
def tap_name(self): | |||
return "tap-xero" | |||
|
|||
def name(self): | |||
return "tap_tester_xero_connection" |
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.
This change looks out of scope of current issue we are trying to address but if it is required please use the same name as before.
return "tap_tester_xero_connection" | |
return "tap_tester_xero_common_connection" |
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.
Done
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.
Requested change in-line.
Description of change
Note:
Manual QA steps
Risks
Rollback steps
AI generated code
https://internal.qlik.dev/general/ways-of-working/code-reviews/#guidelines-for-ai-generated-code