π¨π¨π 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,
|
There was a problem hiding this comment.
and reset streams BoardPins, BoardSectionPins, Boards, Catalogs, and CatalogFeeds after upgrading.
There was a problem hiding this comment.
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.
Fixed
There was a problem hiding this comment.
To ensure uninterrupted syncs, users should:
- Refresh the source schema
- Reset affected streams
There was a problem hiding this comment.
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_typefor timestamp fields. Users will have to refresh their schemas and refresh data after the upgrade.