Skip to content

πŸš¨πŸš¨πŸ› Source Pinterest: Update date-time fields with airbyte_type: timestamp_without_timezone - #32595

Merged
Anatolii Yatsuk (tolik0) merged 5 commits into
devfrom
tolik0/source-pinterest/fix-date-validation
Nov 21, 2023
Merged

πŸš¨πŸš¨πŸ› Source Pinterest: Update date-time fields with airbyte_type: timestamp_without_timezone#32595
Anatolii Yatsuk (tolik0) merged 5 commits into
devfrom
tolik0/source-pinterest/fix-date-validation

Conversation

@tolik0

Copy link
Copy Markdown
Contributor

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.

@vercel

vercel Bot commented Nov 16, 2023

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for Git β†—οΈŽ

1 Ignored Deployment
Name Status Preview Comments Updated (UTC)
airbyte-docs ⬜️ Ignored (Inspect) Visit Preview Nov 21, 2023 11:27am

@github-actions

github-actions Bot commented Nov 16, 2023

Copy link
Copy Markdown
Contributor

Before Merging a Connector Pull Request

Wow! 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:

  • PR name follows PR naming conventions
  • Breaking changes are considered. If a Breaking Change is being introduced, ensure an Airbyte engineer has created a Breaking Change Plan.
  • Connector version has been incremented in the Dockerfile and metadata.yaml according to our Semantic Versioning for Connectors guidelines
  • You've updated the connector's metadata.yaml file any other relevant changes, including a breakingChanges entry for major version bumps. See metadata.yaml docs
  • Secrets in the connector's spec are annotated with airbyte_secret
  • All documentation files are up to date. (README.md, bootstrap.md, docs.md, etc...)
  • Changelog updated in docs/integrations/<source or destination>/<name>.md with an entry for the new version. See changelog example
  • Migration guide updated in docs/integrations/<source or destination>/<name>-migrations.md with an entry for the new version, if the version is a breaking change. See migration guide example
  • If set, you've ensured the icon is present in the platform-internal repo. (Docs)

If the checklist is complete, but the CI check is failing,

  1. Check for hidden checklists in your PR description

  2. Toggle the github label checklist-action-run on/off to re-run the checklist CI.

Copy link
Copy Markdown
Contributor

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.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Screenshot from 2023-11-16 19-30-48
"Reset affected streams" is the name of the check option in the UI.

Copy link
Copy Markdown
Contributor

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.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Fixed

Copy link
Copy Markdown
Contributor

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

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Fixed

@tolik0
Anatolii Yatsuk (tolik0) changed the base branch from master to dev November 21, 2023 11:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/connectors Connector related issues area/documentation Improvements or additions to documentation connectors/source/pinterest team/connectors-python

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants