-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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 Hubspot: add TypeTransformer
to Tickets
stream
#38286
🐛 Source Hubspot: add TypeTransformer
to Tickets
stream
#38286
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Ignored Deployment
|
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.
Is there something in the HubSpot documentation saying the string will represent an integer? Are there release notes mentioning this change? Should we contact them about this change?
@maxi297 Could you please refer to this conversation? |
Not sure how to chalk this up to user error, but it definitely was showing as an option in 4.1.3 and not in 4.1.4. Now it is showing agian... |
What
Having this issue:
There is an issue with the Hubspot source. The nightly tests failed because the contacts in the tickets stream are of the wrong type. The expected type is an integer, but we are getting a string for our test account.
How
TypeTransformer
with default schema normalization to ensure the declared data types, declared in stream schemaUser Impact
No impact is expected.
Can this PR be safely reverted and rolled back?