Skip to content

Commit

Permalink
add demo users
Browse files Browse the repository at this point in the history
  • Loading branch information
jczhong84 committed Jan 24, 2025
1 parent 7ed1029 commit bbe8c13
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions querybook/server/logic/demo.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ def set_up_demo(uid: int, session=None):
environment.id, engine_id, commit=False, session=session
)

create_demo_users(session=session)

task_schedule_id = TaskSchedule.create(
{
"name": "update_metastore_{}".format(metastore_id),
Expand Down

0 comments on commit bbe8c13

Please sign in to comment.