Liking cljdoc? Tell your friends :D

metabase.query-processor.middleware.resolve-source-table

Fetches Tables corresponding to any :source-table IDs anywhere in the query.

Fetches Tables corresponding to any `:source-table` IDs anywhere in the query.
raw docstring

resolve-source-tablesclj

(resolve-source-tables qp)

Middleware that will take any :source-tables (integer IDs) anywhere in the query and fetch and save the corresponding Table in the Query Processor Store.

Middleware that will take any `:source-table`s (integer IDs) anywhere in the query and fetch and save the
corresponding Table in the Query Processor Store.
sourceraw docstring

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

× close