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 cdk unit test #33572

Merged
merged 1 commit into from
Dec 18, 2023
Merged

Fix cdk unit test #33572

merged 1 commit into from
Dec 18, 2023

Conversation

flash1293
Copy link
Contributor

Pendulum got updated to 3.0: https://pypi.org/project/pendulum/#history

As we don't pin the version, this caused some errors. This is setting it to lower than 3.0, but we should upgrade in time

@flash1293 flash1293 requested a review from a team as a code owner December 18, 2023 10:01
Copy link

vercel bot commented Dec 18, 2023

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

1 Ignored Deployment
Name Status Preview Updated (UTC)
airbyte-docs ⬜️ Ignored (Inspect) Dec 18, 2023 10:01am

@octavia-squidington-iii octavia-squidington-iii added the CDK Connector Development Kit label Dec 18, 2023
@flash1293 flash1293 mentioned this pull request Dec 18, 2023
Copy link
Contributor

@maxi297 maxi297 left a comment

Choose a reason for hiding this comment

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

I'm good with this change. However, it makes me very worried about how we use the pendulum library. str(<pendulum.Datetime>) is kind of scary as __str__ is defined as an informal and nicely printable string https://docs.python.org/3/reference/datamodel.html#object.__str__

@flash1293
Copy link
Contributor Author

I agree @maxi297 , I first wanted to fix it that route by explicitly serializing to an iso string, but it spiraled into a pretty big change and I wanted to unblock PRs quickly: #33571

I opened an issue to solve this in a better way: https://github.com/airbytehq/airbyte-internal-issues/issues/2356

@flash1293 flash1293 merged commit 2dd6802 into master Dec 18, 2023
21 checks passed
@flash1293 flash1293 deleted the flash1293/quickfix-oauth-test branch December 18, 2023 14:21
timroes pushed a commit that referenced this pull request Dec 19, 2023
jatinyadav-cc pushed a commit to ollionorg/datapipes-airbyte that referenced this pull request Feb 26, 2024
jatinyadav-cc pushed a commit to ollionorg/datapipes-airbyte that referenced this pull request Feb 26, 2024
jatinyadav-cc pushed a commit to ollionorg/datapipes-airbyte that referenced this pull request Feb 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CDK Connector Development Kit
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants