Deprecation warning with dates in expect_column_values_to_be_between #5374
Unanswered
bluinchiostro
asked this question in
Support
Replies: 1 comment
-
Howdy @bluinchiostro , thanks for raising this 🙇 we'll raise it with the team 🔬 [edit: Please review the article regarding the deprecation of parse_strings_as_datetimes ] |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Problem statement:
Using expect_column_values_to_be_between in order to check the range of dates, with the parameter: "parse_strings_as_datetimes", it returns DeprecationWarning: The parameter "parse_strings_as_datetimes" is deprecated as of v0.13.41 in v0.16. As part of the V3 API transition, we've moved away from input transformation.
I expect it to check dates even when encoded as strings, consistent with what is stated in the documentation and in line with what is suggested in the most recent support requests on the community.
Additional context:
Beta Was this translation helpful? Give feedback.
All reactions