-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
✨ Source Chargebee: add new fields in streams #32098 #32100
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Ignored Deployment
|
Before Merging a Connector Pull RequestWow! What a great pull request you have here! 🎉 To merge this PR, ensure the following has been done/considered for each connector added or updated:
If the checklist is complete, but the CI check is failing,
|
dde5cb1
to
b5bd770
Compare
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.
Can you bump the metadata, dockerfile and doc changelog version?
Thanks for the contribution @KimPlv is it possible to give me access to your branch? I need to send some updates for expected records. |
Update for the DockerImageTag in metadata.yaml |
You should be able to access our repo, it's |
Hi @marcosmarxm, |
b9eeeeb
to
53f07c3
Compare
Hello @KimPlv sorry the delay to get this merged. This week the codebase is freeze because of holidays. I'll run tests and return to you, thanks for the patience. |
Hi @marcosmarxm, Kim she on vacation, i'll follow the PR |
"null" | ||
] | ||
}, | ||
"is_vat_moss_registered": { |
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.
Please verify this field and its datatype.
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.
Hi @pnilan, we can collect data for this field, but it depends on the record, in some cases we have it and in others not. That's why i've removed the field from the credit note schema, and added "additionalProperties" to true to include it anyway. It's good for you like this ?
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.
@KimPlv Thanks for the confirmation. I confirmed with Chargebee support that this specific field is only available for accounts that are configured for EU taxes, which is why it wasn't populating on my end. I think we can go ahead and include it in the schema and add a $comment
property to note this.
I will update this on my end and verify the tests are running properly and then we should be able to merge the PR. I will have to merge this as a separate PR though for our CI pipeline to run properly. I'll let you know when I have the PR submitted.
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.
@pnilan fine ! Thanks for the information. I've made the change for this field
53f07c3
to
57d9171
Compare
Issue : #32097
What
Add new fields:
addon:
coupons:
credit_notes
customers:
event:
invoices:
channel
item:
orders:
payment_source:
plan:
promotional_credits:
subscriptions:
transactions:
How
update schema folders