You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The view that kicks off an analysis batch always assigns it to the default root user. This is confusing, and I don't see any reason why it shouldn't be passing in the authenticated user, which should be readily available on the request.
The view that kicks off an analysis batch always assigns it to the default root user. This is confusing, and I don't see any reason why it shouldn't be passing in the authenticated user, which should be readily available on the
request
.The
async_task
function lets you provide multiple args as a tuple.The text was updated successfully, but these errors were encountered: