Browse Source
after we add permission to our codebase in dev branch, will got error when create objects from pydolphinscheduler, because users with user_id equal to `Integer.MAX_VALUE` is ordinary users which can not have access to create unless we grant permission to the role manually. this patch change dummyUser to admin user's user_id == 1 to fix it3.1.0-release
Jiajie Zhong
2 years ago
committed by
caishunfeng
1 changed files with 3 additions and 1 deletions
Loading…
Reference in new issue