Liking cljdoc? Tell your friends :D

metabase.query-processor.middleware.process-userland-query

Middleware related to doing extra steps for queries that are ran via API endpoints (i.e., most of them -- as opposed to queries ran internally e.g. as part of the sync process). These include things like saving QueryExecutions and formatting the results.

Middleware related to doing extra steps for queries that are ran via API endpoints (i.e., most of them -- as opposed
to queries ran internally e.g. as part of the sync process). These include things like saving QueryExecutions and
formatting the results.
raw docstring

process-userland-queryclj

(process-userland-query qp)

Do extra handling 'userland' queries (i.e. ones ran as a result of a user action, e.g. an API call, scheduled Pulse, etc.). This includes recording QueryExecution entries and returning the results in an FE-client-friendly format.

Do extra handling 'userland' queries (i.e. ones ran as a result of a user action, e.g. an API call, scheduled Pulse,
etc.). This includes recording QueryExecution entries and returning the results in an FE-client-friendly format.
sourceraw docstring

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

× close