Skip to content

Files

This branch is 15022 commits behind metabase/metabase:master.

enterprise

Metabase Enterprise Edition

License

Usage of files in this directory and its subdirectories, and of Metabase Enterprise Edition features, is subject to the Metabase Commercial License, and conditional on having a fully-paid-up license from Metabase. Access to files in this directory and its subdirectories does not constitute permission to use this code or Metabase Enterprise Edition features.

Unless otherwise noted, all files Copyright © 2021 Metabase, Inc.

Running it

You need to add the :ee profile to the leiningen command to run Metabase Enterprise Edition.

lein with-profile +ee run
lein with-profile +ee uberjar
lein with-profile +ee repl

In Emacs/CIDER you can customize the lein repl command used to start the REPL by passing a prefix argument, e.g.

C-u M-x cider-jack-in

or, programatically:

(cider-jack-in '(4))