Skip to content
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

Merged
merged 7 commits into from
Jan 20, 2025

Conversation

prijendev
Copy link
Contributor

@prijendev prijendev commented Oct 11, 2024

Description of change

Note:

  • Schema reference has been taken from here.

Manual QA steps

Risks

Rollback steps

  • revert this branch

AI generated code

https://internal.qlik.dev/general/ways-of-working/code-reviews/#guidelines-for-ai-generated-code

  • this PR has been written with the help of GitHub Copilot or another generative AI tool

@prijendev prijendev marked this pull request as ready for review October 11, 2024 07:01
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"

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.

Suggested change
return "tap_tester_xero_connection"
return "tap_tester_xero_common_connection"

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

Copy link

@RushiT0122 RushiT0122 left a 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.

@prijendev prijendev requested a review from RushiT0122 January 13, 2025 11:04
@prijendev prijendev merged commit c64d717 into master Jan 20, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants