Skip to content

Commit

Permalink
✏️ Fix years ago typo
Browse files Browse the repository at this point in the history
  • Loading branch information
malgorzatagwinner committed Oct 18, 2024
1 parent 97ea675 commit 12a82df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/viadot/orchestration/prefect/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def __init__(
self.singular_patterns = {
"last_day_of_month": r"last_day_of_(\w+)_(\d{4})",
"x_units_ago_full_date": r"(\d+)_(years?|months?|days?)_ago_full_date",
"x__year": r"(\d+)_years_ago_year",
"x_years_ago_year": r"(\d+)_years_ago_year",
}
self.range_patterns = {
"last_x_units": r"last_(\d+)_(years|months|days)",
Expand Down

0 comments on commit 12a82df

Please sign in to comment.