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

FEATURE: add_days() helper #183

Open
RasmusSkytte opened this issue Nov 5, 2024 · 1 comment
Open

FEATURE: add_days() helper #183

RasmusSkytte opened this issue Nov 5, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@RasmusSkytte
Copy link
Contributor

Describe the feature
This will be a age helper like add_years() but which adds days to a date

What use will this feature have?
This will allow us to more transparently write feature stores for backends which have poor date support (e.g. SQL Server).
On backends such as this, we unfortunately cannot just write date + 1 to get the next date.

Having an add_days() helper means that we can write add_days(date, 1) to get the next date in a transparent manor.

Who should add the feature?
N/A

Additional context
N/A

@RasmusSkytte RasmusSkytte added the enhancement New feature or request label Nov 5, 2024
@RasmusSkytte
Copy link
Contributor Author

When this gets implemented, we can add SQL server support to DiseasystoreSimulist

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

No branches or pull requests

1 participant