Liking cljdoc? Tell your friends :D

metabase.sync.sync-metadata.metabase-metadata

Logic for syncing the special _metabase_metadata table, which is a way for datasets such as the Sample Dataset to specific properties such as special types that should be applied during sync.

Currently, this is only used by the Sample Dataset, but theoretically in the future we could add additional sample datasets and preconfigure them by populating this Table; or 3rd-party applications or users can add this table to their database for an enhanced Metabase experience out-of-the box.

Logic for syncing the special `_metabase_metadata` table, which is a way for datasets such as the Sample Dataset to
specific properties such as special types that should be applied during sync.

Currently, this is only used by the Sample Dataset, but theoretically in the future we could add additional sample
datasets and preconfigure them by populating this Table; or 3rd-party applications or users can add this table to
their database for an enhanced Metabase experience out-of-the box.
raw docstring

is-metabase-metadata-table?clj

(is-metabase-metadata-table? table)

Inputs: [table :- i/DatabaseMetadataTable] Returns: s/Bool

Is this TABLE the special _metabase_metadata table?

Inputs: [table :- i/DatabaseMetadataTable]
Returns: s/Bool

Is this TABLE the special `_metabase_metadata` table?
sourceraw docstring

sync-metabase-metadata!clj

(sync-metabase-metadata! database)

Inputs: [database :- i/DatabaseInstance]

Sync the _metabase_metadata table, a special table with Metabase metadata, if present. This table contains information about type information, descriptions, and other properties that should be set for Metabase objects like Tables and Fields.

Inputs: [database :- i/DatabaseInstance]

Sync the `_metabase_metadata` table, a special table with Metabase metadata, if present.
 This table contains information about type information, descriptions, and other properties that
 should be set for Metabase objects like Tables and Fields.
sourceraw docstring

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

× close