Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
✨ Add DynamicDateHandler class (#1093)
* ✨ Add DynamicDateHandler class * 📝 Change docstring format * 🎨 Follow the pre-commit formatting suggestions * 🎨 Pre-commit formatting * 📝 Fix documentation and change this_ to current_ * ⚡️ Add type check for cases of list input * ✏️ Fix main function name * ✏️ Fix key phrase typo * 💥 Fix the key phrase mishandle * 🐛 Change type date to datetime * 📝 Update documentation * ⚡️ Fix the order of dates * ✏️ Fix years ago typo * ✅ Add tests for the DynamicDateHandler * 🎨 Updated docstrings and return statements * Update tests/unit/orchestration/prefect/test_utils.py Co-authored-by: Michał Zawadzki <michalmzawadzki@gmail.com> * Update tests/unit/orchestration/prefect/test_utils.py Co-authored-by: Michał Zawadzki <michalmzawadzki@gmail.com> * Update tests/unit/orchestration/prefect/test_utils.py Co-authored-by: Michał Zawadzki <michalmzawadzki@gmail.com> * 🎨 Modified imports * ✅ Added test for dynamic_date * 🐛 Added regex validation for eval() * 🎨 Fixed CI --------- Co-authored-by: Małgorzata Gwinner <your-email@example.com> Co-authored-by: rziemianek <rziemianek@dyvenia.com> Co-authored-by: Rafał Ziemianek <49795849+Rafalz13@users.noreply.github.com> Co-authored-by: Michał Zawadzki <michalmzawadzki@gmail.com>
- Loading branch information