You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This page lists the paid features included with the Enterprise Edition of Metabase used in both the Pro and Enterprise plans. See [Pricing](/pricing/).
10
+
11
+
{% for section in site.data.feature-comparison %}
12
+
13
+
{% comment %}
14
+
To be included, a section must contain at least one enterprise-only feature.
15
+
{% endcomment %}
16
+
17
+
{% if section.heading != "Pricing" and section.heading != "Support and License" %}
18
+
{% for row in section.rows %}
19
+
{% if row.oss == false and row.enterprise == true %}
20
+
21
+
## {{section.heading}}
22
+
23
+
{{section.description}}
24
+
25
+
{% break %}
26
+
27
+
{% endif %}
28
+
{% endfor %}
29
+
30
+
{% for row in section.rows %}
31
+
{% if row.oss !=true and row.oss != "Unlimited" and row.oss != "N/A" %}
32
+
33
+
### {{row.name}}
34
+
35
+
{{row.details}} {% if row.link %}[Learn more]({{row.link}}).{% endif %}
0 commit comments