Skip to content

Commit

Permalink
refactor: add periodicity options check
Browse files Browse the repository at this point in the history
  • Loading branch information
MariellaCC committed Jan 8, 2024
1 parent 7583e9b commit 45b24aa
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,9 @@ def create_inputs_schema(self):
return {
"periodicity": {
"type": "string",
"type_config": {
"allowed_strings": ["day", "month", "year"]
},
"doc": "The desired data periodicity to aggregate the data. Values can be either 'day','month' or 'year'."
},
"date_col_name": {
Expand Down

0 comments on commit 45b24aa

Please sign in to comment.