Closed amindadgar closed 2 months ago
The changes involve a modification to the analyze
function in the analyzer.py
file, specifically regarding the handling of the period
parameter. A conditional check has been added to restrict the period
to a maximum of 90 days, resetting it to the current date at midnight if it exceeds this limit. Additionally, an import statement for timedelta
has been included to support this new functionality.
File Path | Change Summary |
---|---|
dags/analyzer_helper/common/analyzer.py |
Modified the analyze function to limit the period parameter to a maximum of 90 days. Added an import for timedelta . |
In the meadow where I hop and play,
A change has come to brighten the day!
Ninety days is the limit now,
For analysis, we take a bow!
With each leap, I feel so spry,
Thank you, dear coder, oh my, oh my! 🐇✨
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Summary by CodeRabbit