Liking cljdoc? Tell your friends :D
Clojure only.

metabase.query-processor.middleware.add-settings

Middleware for adding a :settings map to a query before it is processed.

Middleware for adding a `:settings` map to a query before it is processed.
raw docstring

add-settingsclj

(add-settings qp)

Adds the :settings map to the query which can contain any fixed properties that would be useful at execution time. Currently supports a settings object like:

{:report-timezone "US/Pacific"}
Adds the `:settings` map to the query which can contain any fixed properties that would be useful at execution time.
Currently supports a settings object like:

    {:report-timezone "US/Pacific"}
sourceraw docstring

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

× close