Skip to content

add missing customer details #100

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

Merged
merged 6 commits into from
Oct 31, 2023
Merged

Conversation

RushiT0122
Copy link

Description of change

Fixed issue #98, added customer fields business_entity_id, cf_people_id, tax_providers_fields.

Manual QA steps

Risks

Rollback steps

  • revert this branch

@@ -91,6 +91,9 @@
"cf_company_id": {
"type": ["null", "integer", "string"]
},
"cf_people_id": {
"type": ["null", "integer", "string"]
Copy link
Member

Choose a reason for hiding this comment

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

why do we need to keep multiple data types? Consider a scenario where the first record is of integer type, and the second record is of string type. Could this potentially result in a column split at the target?

Copy link
Author

@RushiT0122 RushiT0122 Oct 26, 2023

Choose a reason for hiding this comment

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

I have kept it inline with other id field cf_company_id considering that different tenants can can have these ids in numeric or alphanumeric format and hoping same tenant will have uniform format for ids so that very less probability of column split.

Copy link
Author

Choose a reason for hiding this comment

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

Updated the schema for new fields as suggested.

@RushiT0122 RushiT0122 force-pushed the add-missing-customer-details branch from b0efe01 to 1e8eecf Compare October 31, 2023 03:40
@RushiT0122 RushiT0122 merged commit 3e9cfd2 into master Oct 31, 2023
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.

Stitch Integration- Missing Business Entity Details from Chargebee customers details
2 participants