Liking cljdoc? Tell your friends :D
Clojure only.

metabase.plugins.init-steps

Logic for performing the init-steps listed in a Metabase plugin's manifest. For driver plugins that specify that we should lazy-load, these steps are lazily performed the first time non-trivial driver methods (such as connecting to a Database) are called; for all other Metabase plugins these are perfomed during launch.

The entire list of possible init steps is below, as impls for the do-init-step! multimethod.

Logic for performing the `init-steps` listed in a Metabase plugin's manifest. For driver plugins that specify that we
should `lazy-load`, these steps are lazily performed the first time non-trivial driver methods (such as connecting
to a Database) are called; for all other Metabase plugins these are perfomed during launch.

The entire list of possible init steps is below, as impls for the `do-init-step!` multimethod.
raw docstring

do-init-steps!clj

(do-init-steps! init-steps)

Perform the initialization steps for a Metabase plugin as specified under init: in its plugin manifest (metabase-plugin.yaml) by calling do-init-step! for each step.

Perform the initialization steps for a Metabase plugin as specified under `init:` in its plugin
manifest (`metabase-plugin.yaml`) by calling `do-init-step!` for each step.
sourceraw docstring

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

× close