Skip to content
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

fix(source-pinterest): fix type of default start date when it's not provided #39367

Merged
merged 4 commits into from
Jun 11, 2024

Conversation

darynaishchenko
Copy link
Collaborator

@darynaishchenko darynaishchenko commented Jun 10, 2024

What

oncall: https://github.com/airbytehq/oncall/issues/5453

How

When start date wasn't provided _validate_and_transform uses default start date of type string, (we don't have config without start date, so this case was missing), instead of DateTime as for provided start date.

Removed .strftime("%Y-%m-%d")while adding default start date to a config.

Review guide

User Impact

users without start date should now see green syncs.

Can this PR be safely reverted and rolled back?

  • YES 💚
  • NO ❌

@darynaishchenko darynaishchenko self-assigned this Jun 10, 2024
Copy link

vercel bot commented Jun 10, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
airbyte-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 10, 2024 3:59pm

@octavia-squidington-iii octavia-squidington-iii added area/connectors Connector related issues area/documentation Improvements or additions to documentation connectors/source/pinterest labels Jun 10, 2024
@darynaishchenko darynaishchenko merged commit fbd3268 into master Jun 11, 2024
31 checks passed
@darynaishchenko darynaishchenko deleted the daryna/source-pinterest/typerror-5453 branch June 11, 2024 09:34
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants