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

Implement existing Time operations in Python lib #729

Open
epinzur opened this issue Aug 31, 2023 · 1 comment
Open

Implement existing Time operations in Python lib #729

epinzur opened this issue Aug 31, 2023 · 1 comment

Comments

@epinzur
Copy link
Collaborator

epinzur commented Aug 31, 2023

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
Copy link
Collaborator Author

epinzur commented Aug 31, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant