Liking cljdoc? Tell your friends :D

metabase.query-processor.middleware.permissions

Middleware for checking that the current user has permissions to run the current query.

Middleware for checking that the current user has permissions to run the current query.
raw docstring

check-query-permissionsclj

(check-query-permissions qp)

Middleware that check that the current user has permissions to run the current query. This only applies if *current-user-id* is bound. In other cases, like when running public Cards or sending pulses, permissions need to be checked separately before allowing the relevant objects to be create (e.g., when saving a new Pulse or 'publishing' a Card).

Middleware that check that the current user has permissions to run the current query. This only applies if
`*current-user-id*` is bound. In other cases, like when running public Cards or sending pulses, permissions need to
be checked separately before allowing the relevant objects to be create (e.g., when saving a new Pulse or
'publishing' a Card).
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close