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

Dynamic date add parameter #1117

Merged
merged 8 commits into from
Feb 18, 2025
Merged

Dynamic date add parameter #1117

merged 8 commits into from
Feb 18, 2025

Conversation

malgorzatagwinner
Copy link
Contributor

@malgorzatagwinner malgorzatagwinner commented Jan 16, 2025

Addition of two markers for data ranges. One returns a data range from a given year until now, and another from a given year until last_year. They allow having separate deployment schedules for older years than last_year.

  • "years_from_x_until_now_included": e.g. "years_from_2019_until_now_included",
    refers to a date range of the years from a given year
    until the current year included
  • "years_from_X_until_Y_years_ago": e.g., "years_from_2019_until_2_years_ago",
    refers to a date range of the years from a given year until last year
    (not including last year)
    Test:
    1
    2

@malgorzatagwinner malgorzatagwinner added the enhancement New feature or request label Jan 16, 2025
@Rafalz13 Rafalz13 changed the base branch from 2.0 to main February 17, 2025 14:21
@Rafalz13 Rafalz13 merged commit 70db65c into main Feb 18, 2025
4 checks passed
@Rafalz13 Rafalz13 deleted the dynamic_date_add_parameter branch February 18, 2025 10:49
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

Successfully merging this pull request may close these issues.

2 participants