Liking cljdoc? Tell your friends :D

metabase.automagic-dashboards.rules

Validation, transformation to cannonical form, and loading of heuristics.

Validation, transformation to cannonical form, and loading of heuristics.
raw docstring

->entityclj

(->entity x)

Turn x into proper entity name.

Turn `x` into proper entity name.
sourceraw docstring

->typeclj

(->type x)

Turn x into proper type name.

Turn `x` into proper type name.
sourceraw docstring

-mainclj

(-main & _)

Entry point for lein task generate-automagic-dashboards-pot

Entry point for lein task `generate-automagic-dashboards-pot`
sourceraw docstring

collect-dimensionsclj

(collect-dimensions form)

Return all dimension references in form.

Return all dimension references in form.
sourceraw docstring

dimension-form?clj

(dimension-form? form)

Does form denote a dimension referece?

Does form denote a dimension referece?
sourceraw docstring

ensure-seqclj

(ensure-seq x)

Wrap x into a vector if it is not already a sequence.

Wrap `x` into a vector if it is not already a sequence.
sourceraw docstring

ga-dimension?clj

(ga-dimension? t)

Does string t denote a Google Analytics dimension?

Does string `t` denote a Google Analytics dimension?
sourceraw docstring

get-ruleclj

(get-rule path)

Get rule at path path.

Get rule at path `path`.
sourceraw docstring

get-rulesclj

(get-rules prefix)

Get all rules with prefix prefix. prefix is greedy, so ["table"] will match table/TransactionTable.yaml, but not table/TransactionTable/ByCountry.yaml

Get all rules with prefix `prefix`.
prefix is greedy, so ["table"] will match table/TransactionTable.yaml, but not
table/TransactionTable/ByCountry.yaml
sourceraw docstring

identifierclj

(identifier definition)

Return key in {key {}}.

Return `key` in `{key {}}`.
sourceraw docstring

max-scoreclj

Maximal (and default) value for heuristics scores.

Maximal (and default) value for heuristics scores.
sourceraw docstring

Ruleclj

Rules defining an automagic dashboard.

Rules defining an automagic dashboard.
sourceraw docstring

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

× close