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

[WIP] Add support for pendulum 3 #19456

Closed
wants to merge 12 commits into from
Closed

Commits on Jan 28, 2024

  1. Relax pendulum constraints to support python 3.12

    pendulum 2.x does not pip install in python 3.12.
    aroig committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    883974b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    65b5560 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4afe395 View commit details
    Browse the repository at this point in the history
  4. Address missing dst_rule argument in pendulum.datetime

    `dst_rule == TRANSITION_ERROR` becomes `raise_on_unknown_times=True`
    `dst_rule == PRE_TRANSITION` becomes `fold=0`
    `dst_rule == POST_TRANSITION` becomes `fold=1`
    aroig committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    8645113 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a4e5317 View commit details
    Browse the repository at this point in the history
  6. Update tests for dst_rule

    aroig committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    b15e199 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1d985f6 View commit details
    Browse the repository at this point in the history
  8. Get day_of_week with uniform semantics across pendulum versions

    In pendulum 3.0 DateTime.day_of_week returns 0 for Monday, while
    previously returned 0 for Sunday.
    aroig committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    c89563d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3b645a4 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    fa03719 View commit details
    Browse the repository at this point in the history
  11. ruff dagster_tests

    aroig committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    50e6430 View commit details
    Browse the repository at this point in the history
  12. ruff

    aroig committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    0d91523 View commit details
    Browse the repository at this point in the history