Liking cljdoc? Tell your friends :D

metabase.sync.analyze.fingerprint

Analysis sub-step that takes a sample of values for a Field and saving a non-identifying fingerprint used for classification. This fingerprint is saved as a column on the Field it belongs to.

Analysis sub-step that takes a sample of values for a Field and saving a non-identifying fingerprint
used for classification. This fingerprint is saved as a column on the Field it belongs to.
raw docstring

fingerprint-fields!clj

(fingerprint-fields! table)

Inputs: [table :- i/TableInstance]

Generate and save fingerprints for all the Fields in TABLE that have not been previously analyzed.

Inputs: [table :- i/TableInstance]

Generate and save fingerprints for all the Fields in TABLE that have not been previously analyzed.
sourceraw docstring

fingerprint-fields-for-db!clj

(fingerprint-fields-for-db! database tables log-progress-fn)

Inputs: [database :- i/DatabaseInstance tables :- [i/TableInstance] log-progress-fn]

Invokes fingerprint-fields! on every table in database

Inputs: [database :- i/DatabaseInstance tables :- [i/TableInstance] log-progress-fn]

Invokes `fingerprint-fields!` on every table in `database`
sourceraw docstring

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

× close