kaskada icon indicating copy to clipboard operation
kaskada copied to clipboard

Implement existing Time operations in Python lib

Open epinzur opened this issue 1 year ago • 1 comments

As a new iteration of Kaskada written in Python, I want to add functional and aggregation parity with the existing Kaskada service so that I can enable a transition story from existing users of Kaskada.

epinzur avatar Aug 31 '23 14:08 epinzur

Tick Fuctions

  • [ ] daily
  • [ ] hourly
  • [ ] minutely
  • [ ] montly
  • [ ] yearly

Time Functions

  • [ ] add_time
  • [ ] day_of_month
  • [ ] day_of_month0
  • [ ] day_of_year
  • [ ] day_of_year0
  • [ ] days
  • [ ] days_between
  • [ ] month_of_year
  • [ ] month_of_year0
  • [ ] months
  • [ ] months_between
  • [ ] seconds
  • [ ] seconds_between
  • [ ] when
  • [ ] year

epinzur avatar Aug 31 '23 14:08 epinzur