Skip to content

Commit 1132f32

Browse files
small fix
1 parent 2b6d656 commit 1132f32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/m5-examples/run_daily_m5.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
model = dbutils.widgets.get("model")
1818
run_id = dbutils.widgets.get("run_id")
1919
table = dbutils.widgets.get("table")
20-
user_email = dbutils.widgets.get("user")
20+
user = dbutils.widgets.get("user")
2121

2222
# COMMAND ----------
2323

0 commit comments

Comments
 (0)