Skip to content

Commit

Permalink
[BUGFIX] Fix batch parameters to specify year and month rather than m…
Browse files Browse the repository at this point in the history
…onth twice (#17)
  • Loading branch information
tyler-hoffman authored May 10, 2024
1 parent 3afe952 commit 3934ece
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demos/03-sql_month_and_year.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@
"metadata": {},
"outputs": [],
"source": [
"results = validation_definition.run(batch_parameters={\"month\": 2020, \"month\": 5})\n",
"results = validation_definition.run(batch_parameters={\"year\": 2020, \"month\": 5})\n",
"print(results.describe())"
]
}
Expand Down

0 comments on commit 3934ece

Please sign in to comment.