-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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 Pinterest: Update date-time fields with airbyte_type: timestamp_without_timezone #32595
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,
|
message: | ||
This release updates the date-time fields to use the Airbyte format `timestamp_without_timezone`. | ||
This change affects all streams where date-time fields are present, ensuring more accurate and standardized time representations. | ||
Users will need to refresh the source schema and reset affected streams after upgrading. |
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.
and reset streams BoardPins, BoardSectionPins, Boards, Catalogs, and CatalogFeeds after upgrading.
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.
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 release updates the date-time fields to use the Airbyte format timestamp_without_timezone
.
This change affects all streams where date-time fields are present, ensuring more accurate and standardized time representations: BoardPins, BoardSectionPins, Boards, Catalogs, and CatalogFeeds.
Users will need to refresh the source schema and reset affected streams after upgrading.
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.
Fixed
|
||
This release updates date-time fields with airbyte_type: timestamp_without_timezone for streams BoardPins, BoardSectionPins, Boards, Catalogs, CatalogFeeds. | ||
|
||
Users should: |
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.
To ensure uninterrupted syncs, users should:
- Refresh the source schema
- Reset affected streams
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.
Fixed
502e8fb
to
583deb4
Compare
fc635a9
to
318688b
Compare
…stamp_without_timezone (#32595)
…stamp_without_timezone (#32595)
What
The format of timestamp fields has been updated to include
"airbyte_type": "timestamp_without_timezone"
. This modification aligns the timestamp fields with Airbyte's data standards.🚨 User Impact 🚨
This PR introduces breaking changes due to changing field type by adding
airbyte_type
for timestamp fields. Users will have to refresh their schemas and refresh data after the upgrade.