Skip to content

Commit

Permalink
Update demo.py
Browse files Browse the repository at this point in the history
  • Loading branch information
adamstruck authored Sep 21, 2023
1 parent f3788d8 commit 0848fec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion querybook/server/logic/demo.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def set_up_demo(uid: int, session=None):
"task": "tasks.update_metastore.update_metastore",
"cron": "0 0 * * *",
"args": [metastore_id],
"task_type": ScheduleTaskType.PROD,
"task_type": ScheduleTaskType.PROD.value,
"enabled": True,
},
# commit=False,
Expand Down

0 comments on commit 0848fec

Please sign in to comment.