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

Types: Accept marshalling datetime.date values on DateTime fields #25

Merged
merged 1 commit into from
Jun 25, 2024

Conversation

amotl
Copy link
Member

@amotl amotl commented Jan 16, 2024

About

The test suite of meltano-tap-cratedb, derived from the corresponding PostgreSQL adapter, will supply dt.date objects. Without this patch, those will otherwise fail on this routine.

References

Backlog

  • Software tests.
  • Changelog item.
  • Check if documentation needs to be updated.

@amotl amotl force-pushed the amo/timezone-aware branch from 2eca67a to 4fb90ac Compare June 22, 2024 20:51
@amotl amotl force-pushed the amo/datetime-date branch 2 times, most recently from 5ed7b73 to ca58576 Compare June 22, 2024 21:01
@amotl amotl force-pushed the amo/timezone-aware branch from 4fb90ac to 347f2a7 Compare June 22, 2024 21:03
@amotl amotl force-pushed the amo/datetime-date branch from ca58576 to 405348f Compare June 22, 2024 21:04
@amotl amotl requested review from seut, matriv and surister June 22, 2024 21:05
@amotl amotl marked this pull request as ready for review June 22, 2024 21:05
CHANGES.md Outdated Show resolved Hide resolved
tests/datetime_test.py Outdated Show resolved Hide resolved
@amotl amotl force-pushed the amo/timezone-aware branch 2 times, most recently from c7212b2 to 833328b Compare June 24, 2024 10:15
@amotl amotl force-pushed the amo/datetime-date branch from 405348f to 0ed7666 Compare June 24, 2024 10:22
@amotl amotl requested a review from matriv June 24, 2024 10:22
Copy link
Contributor

@matriv matriv left a comment

Choose a reason for hiding this comment

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

thx!

@amotl amotl marked this pull request as draft June 24, 2024 12:47
@amotl amotl force-pushed the amo/timezone-aware branch from 833328b to f52cd8c Compare June 24, 2024 14:35
@amotl amotl force-pushed the amo/datetime-date branch from 0ed7666 to 6defcd4 Compare June 24, 2024 14:43
@amotl amotl force-pushed the amo/timezone-aware branch from 4482076 to 009d233 Compare June 24, 2024 18:27
@amotl amotl force-pushed the amo/timezone-aware branch from 009d233 to 619c991 Compare June 25, 2024 12:11
Base automatically changed from amo/timezone-aware to main June 25, 2024 14:02
@amotl amotl force-pushed the amo/datetime-date branch 2 times, most recently from 9508272 to bd7a00e Compare June 25, 2024 14:04
@amotl amotl marked this pull request as ready for review June 25, 2024 14:05
@amotl amotl force-pushed the amo/datetime-date branch from bd7a00e to 1c147cb Compare June 25, 2024 14:23
The test suite of `meltano-tap-cratedb`, derived from the corresponding
PostgreSQL adapter, will supply `dt.date` objects. Without this patch,
those will otherwise fail on this routine.
@amotl amotl force-pushed the amo/datetime-date branch from 1c147cb to eb3b03f Compare June 25, 2024 14:24
@amotl amotl merged commit b416c11 into main Jun 25, 2024
27 checks passed
@amotl amotl deleted the amo/datetime-date branch June 25, 2024 14:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants