Liking cljdoc? Tell your friends :D

metabase.sync.field-values

Logic for updating cached FieldValues for fields in a database.

Logic for updating cached FieldValues for fields in a database.
raw docstring

update-field-values!clj

(update-field-values! database)

Inputs: [database :- i/DatabaseInstance]

Update the cached FieldValues (distinct values for categories and certain other fields that are shown in widgets like filters) for the Tables in DATABASE (as needed).

Inputs: [database :- i/DatabaseInstance]

Update the cached FieldValues (distinct values for categories and certain other fields that are shown
 in widgets like filters) for the Tables in DATABASE (as needed).
sourceraw docstring

update-field-values-for-table!clj

(update-field-values-for-table! table)

Inputs: [table :- i/TableInstance]

Update the cached FieldValues for all Fields (as needed) for TABLE.

Inputs: [table :- i/TableInstance]

Update the cached FieldValues for all Fields (as needed) for TABLE.
sourceraw docstring

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

× close