diff --git a/_docs/v0.56/developers-guide/driver-changelog.md b/_docs/v0.56/developers-guide/driver-changelog.md index e202f34d5..8cd37cc4b 100644 --- a/_docs/v0.56/developers-guide/driver-changelog.md +++ b/_docs/v0.56/developers-guide/driver-changelog.md @@ -34,6 +34,8 @@ layout: new-docs - Added a feature `:expressions/today` for drivers that support generating a date for the current day. +- Added the driver multi-method `driver/set-database-used!` for drivers to set a database on the connection with statements like `USE DATABASE`. + ## Metabase 0.55.0 - Add the multi-method `->date` that allows the driver to control how to cast strings and temporal types to dates. diff --git a/_docs/v0.56/developers-guide/e2e-tests.md b/_docs/v0.56/developers-guide/e2e-tests.md index 861f9b699..21af9038d 100644 --- a/_docs/v0.56/developers-guide/e2e-tests.md +++ b/_docs/v0.56/developers-guide/e2e-tests.md @@ -223,15 +223,17 @@ Prior to running Cypress against MetabaseĀ® Enterprise Editionā„¢, set `MB_EDITI **Enterprise instance will start without a premium token!** -If you want to test premium features (feature flags), valid tokens need to be available to all Cypress tests. We achieve this by prefixing environment variables with `CYPRESS_`. -You should provide two tokens that correspond to the `EE/PRO` self-hosted (all features enabled) and `STARTER` Cloud (no features enabled) Metabase plans. For more information, please see [Metabase pricing page](/pricing/). (note: only a few tests require the no features token) +If you want to test premium features (feature flags), valid tokens need to be available to all Cypress tests. +You should provide 4 tokens: -- `CYPRESS_ALL_FEATURES_TOKEN` -- `CYPRESS_NO_FEATURES_TOKEN` +- MB_ALL_FEATURES_TOKEN: all feature enabled, including new feature not released yet to customers +- MB_STARTER_CLOUD_TOKEN: only 'hosting' feature enabled to simulate the starter plan on cloud +- MB_PRO_CLOUD_TOKEN: PRO features enabled + 'hosting' to simulate the pro plan on cloud +- MB_PRO_SELF_HOSTED_TOKEN: PRO features but no 'hosting' to simulate the pro self-hosted plan -``` -MB_EDITION=ee ENTERPRISE_TOKEN=xxxxxx yarn test-cypress -``` +You can configure these via ENVs or via the `cypress.env.json` file (see `cypress.env.json.example` for an example). + +For more information, please see [Metabase pricing page](/pricing/). If you navigate to the `/admin/settings/license` page, the license input field should display the active token. Be careful when sharing screenshots! diff --git a/_site/docs/v0.56/CONTRIBUTING.html b/_site/docs/v0.56/CONTRIBUTING.html index 7a1831c4e..f5c360474 100644 --- a/_site/docs/v0.56/CONTRIBUTING.html +++ b/_site/docs/v0.56/CONTRIBUTING.html @@ -1588,6 +1588,3085 @@
Embedded Analytics
+
Analytics
+ + + +
Embedding
+ + + +
Administration
+ + + +
Other resources
+ + + diff --git a/_site/docs/v0.56/actions/basic.html b/_site/docs/v0.56/actions/basic.html index b23bc11d6..6ca47c960 100644 --- a/_site/docs/v0.56/actions/basic.html +++ b/_site/docs/v0.56/actions/basic.html @@ -1588,6 +1588,3085 @@
Embedded Analytics
+
Analytics
+ + + +
Embedding
+ + + +
Administration
+ + + +
Other resources
+ + + diff --git a/_site/docs/v0.56/actions/custom.html b/_site/docs/v0.56/actions/custom.html index 65e2aa1a2..f91890f03 100644 --- a/_site/docs/v0.56/actions/custom.html +++ b/_site/docs/v0.56/actions/custom.html @@ -1588,6 +1588,3085 @@
Embedded Analytics
+
Analytics
+ + + +
Embedding
+ + + +
Administration
+ + + +
Other resources
+ + + diff --git a/_site/docs/v0.56/actions/introduction.html b/_site/docs/v0.56/actions/introduction.html index 6150d09a9..74281d0ff 100644 --- a/_site/docs/v0.56/actions/introduction.html +++ b/_site/docs/v0.56/actions/introduction.html @@ -1588,6 +1588,3085 @@
Embedded Analytics
+
Analytics
+ + + +
Embedding
+ + + +
Administration
+ + + +
Other resources
+ + + diff --git a/_site/docs/v0.56/actions/start.html b/_site/docs/v0.56/actions/start.html index bffee48c3..384ae169f 100644 --- a/_site/docs/v0.56/actions/start.html +++ b/_site/docs/v0.56/actions/start.html @@ -1588,6 +1588,3085 @@
Embedded Analytics
+
Analytics
+ + + +
Embedding
+ + + +
Administration
+ + + +
Other resources
+ + + diff --git a/_site/docs/v0.56/configuring-metabase/appearance.html b/_site/docs/v0.56/configuring-metabase/appearance.html index 0ac077b56..8a31973db 100644 --- a/_site/docs/v0.56/configuring-metabase/appearance.html +++ b/_site/docs/v0.56/configuring-metabase/appearance.html @@ -1588,6 +1588,3085 @@
Embedded Analytics
+
Analytics
+ + + +
Embedding
+ + + +
Administration
+ + + +
Other resources
+ + + diff --git a/_site/docs/v0.56/configuring-metabase/caching.html b/_site/docs/v0.56/configuring-metabase/caching.html index 5f0e31ae8..ef55595ad 100644 --- a/_site/docs/v0.56/configuring-metabase/caching.html +++ b/_site/docs/v0.56/configuring-metabase/caching.html @@ -1588,6 +1588,3085 @@
Embedded Analytics
+
Analytics
+ + + +
Embedding
+ + + +
Administration
+ + + +
Other resources
+ + + diff --git a/_site/docs/v0.56/configuring-metabase/config-file.html b/_site/docs/v0.56/configuring-metabase/config-file.html index b00eee902..23f3777d2 100644 --- a/_site/docs/v0.56/configuring-metabase/config-file.html +++ b/_site/docs/v0.56/configuring-metabase/config-file.html @@ -1588,6 +1588,3085 @@
Embedded Analytics
+
Analytics
+ + + +
Embedding
+ + + +
Administration
+ + + +
Other resources
+ + + diff --git a/_site/docs/v0.56/configuring-metabase/config-template.html b/_site/docs/v0.56/configuring-metabase/config-template.html index e4ab599aa..0018cffbc 100644 --- a/_site/docs/v0.56/configuring-metabase/config-template.html +++ b/_site/docs/v0.56/configuring-metabase/config-template.html @@ -1588,6 +1588,3085 @@
Embedded Analytics
+
Analytics
+ + + +
Embedding
+ + + +
Administration
+ + + +
Other resources
+ + + diff --git a/_site/docs/v0.56/configuring-metabase/custom-maps.html b/_site/docs/v0.56/configuring-metabase/custom-maps.html index 37660bc74..c6a3a157a 100644 --- a/_site/docs/v0.56/configuring-metabase/custom-maps.html +++ b/_site/docs/v0.56/configuring-metabase/custom-maps.html @@ -1588,6 +1588,3085 @@
Embedded Analytics
+
Analytics
+ + + +
Embedding
+ + + +
Administration
+ + + +
Other resources
+ + + diff --git a/_site/docs/v0.56/configuring-metabase/customizing-jetty-webserver.html b/_site/docs/v0.56/configuring-metabase/customizing-jetty-webserver.html index 0ca8b1861..c5d533fa3 100644 --- a/_site/docs/v0.56/configuring-metabase/customizing-jetty-webserver.html +++ b/_site/docs/v0.56/configuring-metabase/customizing-jetty-webserver.html @@ -1588,6 +1588,3085 @@
Embedded Analytics
+
Analytics
+ + + +
Embedding
+ + + +
Administration
+ + + +
Other resources
+ + + diff --git a/_site/docs/v0.56/configuring-metabase/email.html b/_site/docs/v0.56/configuring-metabase/email.html index ce2d90d73..532ec5394 100644 --- a/_site/docs/v0.56/configuring-metabase/email.html +++ b/_site/docs/v0.56/configuring-metabase/email.html @@ -1588,6 +1588,3085 @@
Embedded Analytics
+
Analytics
+ + + +
Embedding
+ + + +
Administration
+ + + +
Other resources
+ + + diff --git a/_site/docs/v0.56/configuring-metabase/environment-variables.html b/_site/docs/v0.56/configuring-metabase/environment-variables.html index ae0bf8bd9..b86f459b6 100644 --- a/_site/docs/v0.56/configuring-metabase/environment-variables.html +++ b/_site/docs/v0.56/configuring-metabase/environment-variables.html @@ -1588,6 +1588,3085 @@
Embedded Analytics
+
Analytics
+ + + +
Embedding
+ + + +
Administration
+ + + +
Other resources
+ + + diff --git a/_site/docs/v0.56/configuring-metabase/fonts.html b/_site/docs/v0.56/configuring-metabase/fonts.html index 9ec56b2f2..d2ee54980 100644 --- a/_site/docs/v0.56/configuring-metabase/fonts.html +++ b/_site/docs/v0.56/configuring-metabase/fonts.html @@ -1588,6 +1588,3085 @@
Embedded Analytics
+
Analytics
+ + + +
Embedding
+ + + +
Administration
+ + + +
Other resources
+ + + diff --git a/_site/docs/v0.56/configuring-metabase/localization.html b/_site/docs/v0.56/configuring-metabase/localization.html index 2f8c131a2..0bc963b12 100644 --- a/_site/docs/v0.56/configuring-metabase/localization.html +++ b/_site/docs/v0.56/configuring-metabase/localization.html @@ -1588,6 +1588,3085 @@
Embedded Analytics
+
Analytics
+ + + +
Embedding
+ + + +
Administration
+ + + +
Other resources
+ + + diff --git a/_site/docs/v0.56/configuring-metabase/log-configuration.html b/_site/docs/v0.56/configuring-metabase/log-configuration.html index 099ec21c5..7e38d8a18 100644 --- a/_site/docs/v0.56/configuring-metabase/log-configuration.html +++ b/_site/docs/v0.56/configuring-metabase/log-configuration.html @@ -1588,6 +1588,3085 @@
Embedded Analytics
+
Analytics
+ + + +
Embedding
+ + + +
Administration
+ + + +
Other resources
+ + + diff --git a/_site/docs/v0.56/configuring-metabase/setting-up-metabase.html b/_site/docs/v0.56/configuring-metabase/setting-up-metabase.html index 9c92ed5e3..15bcac0b6 100644 --- a/_site/docs/v0.56/configuring-metabase/setting-up-metabase.html +++ b/_site/docs/v0.56/configuring-metabase/setting-up-metabase.html @@ -1588,6 +1588,3085 @@
Embedded Analytics
+
Analytics
+ + + +
Embedding
+ + + +
Administration
+ + + +
Other resources
+ + + diff --git a/_site/docs/v0.56/configuring-metabase/settings.html b/_site/docs/v0.56/configuring-metabase/settings.html index 41db47f68..5f16f1346 100644 --- a/_site/docs/v0.56/configuring-metabase/settings.html +++ b/_site/docs/v0.56/configuring-metabase/settings.html @@ -1588,6 +1588,3085 @@
Embedded Analytics
+
Analytics
+ + + +
Embedding
+ + + +
Administration
+ + + +
Other resources
+ + + diff --git a/_site/docs/v0.56/configuring-metabase/slack.html b/_site/docs/v0.56/configuring-metabase/slack.html index 9c975ecc1..8bc23286b 100644 --- a/_site/docs/v0.56/configuring-metabase/slack.html +++ b/_site/docs/v0.56/configuring-metabase/slack.html @@ -1588,6 +1588,3085 @@
Embedded Analytics
+
Analytics
+ + + +
Embedding
+ + + +
Administration
+ + + +
Other resources
+ + + diff --git a/_site/docs/v0.56/configuring-metabase/start.html b/_site/docs/v0.56/configuring-metabase/start.html index 52cfa0055..26388f9c0 100644 --- a/_site/docs/v0.56/configuring-metabase/start.html +++ b/_site/docs/v0.56/configuring-metabase/start.html @@ -1588,6 +1588,3085 @@
Embedded Analytics
+
Analytics
+ + + +
Embedding
+ + + +
Administration
+ + + +
Other resources
+ + + diff --git a/_site/docs/v0.56/configuring-metabase/timezones.html b/_site/docs/v0.56/configuring-metabase/timezones.html index 192c91d3b..90df87803 100644 --- a/_site/docs/v0.56/configuring-metabase/timezones.html +++ b/_site/docs/v0.56/configuring-metabase/timezones.html @@ -1588,6 +1588,3085 @@
Embedded Analytics
+
Analytics
+ + + +
Embedding
+ + + +
Administration
+ + + +
Other resources
+ + + diff --git a/_site/docs/v0.56/configuring-metabase/webhooks.html b/_site/docs/v0.56/configuring-metabase/webhooks.html index 305a27626..e6e2dadee 100644 --- a/_site/docs/v0.56/configuring-metabase/webhooks.html +++ b/_site/docs/v0.56/configuring-metabase/webhooks.html @@ -1588,6 +1588,3085 @@
Embedded Analytics
+
Analytics
+ + + +
Embedding
+ + + +
Administration
+ + + +
Other resources
+ + + diff --git a/_site/docs/v0.56/dashboards/actions.html b/_site/docs/v0.56/dashboards/actions.html index 54bc34cd5..e1dfeaaad 100644 --- a/_site/docs/v0.56/dashboards/actions.html +++ b/_site/docs/v0.56/dashboards/actions.html @@ -1588,6 +1588,3085 @@
Embedded Analytics
+
Analytics
+ + + +
Embedding
+ + + +
Administration
+ + + +
Other resources
+ + + diff --git a/_site/docs/v0.56/dashboards/filters.html b/_site/docs/v0.56/dashboards/filters.html index 9d666f808..a42ca31c3 100644 --- a/_site/docs/v0.56/dashboards/filters.html +++ b/_site/docs/v0.56/dashboards/filters.html @@ -1588,6 +1588,3085 @@
Embedded Analytics
+
Analytics
+ + + +
Embedding
+ + + +
Administration
+ + + +
Other resources
+ + + diff --git a/_site/docs/v0.56/dashboards/interactive.html b/_site/docs/v0.56/dashboards/interactive.html index f89ff11e8..c31110dbd 100644 --- a/_site/docs/v0.56/dashboards/interactive.html +++ b/_site/docs/v0.56/dashboards/interactive.html @@ -1588,6 +1588,3085 @@
Embedded Analytics
+
Analytics
+ + + +
Embedding
+ + + +
Administration
+ + + +
Other resources
+ + + diff --git a/_site/docs/v0.56/dashboards/introduction.html b/_site/docs/v0.56/dashboards/introduction.html index e9cc621f3..d71dc1b7d 100644 --- a/_site/docs/v0.56/dashboards/introduction.html +++ b/_site/docs/v0.56/dashboards/introduction.html @@ -1588,6 +1588,3085 @@
Embedded Analytics
+
Analytics
+ + + +
Embedding
+ + + +
Administration
+ + + +
Other resources
+ + + diff --git a/_site/docs/v0.56/dashboards/linked-filters.html b/_site/docs/v0.56/dashboards/linked-filters.html index d34ee2c60..4def84232 100644 --- a/_site/docs/v0.56/dashboards/linked-filters.html +++ b/_site/docs/v0.56/dashboards/linked-filters.html @@ -1588,6 +1588,3085 @@
Embedded Analytics
+
Analytics
+ + + +
Embedding
+ + + +
Administration
+ + + +
Other resources
+ + + diff --git a/_site/docs/v0.56/dashboards/multiple-series.html b/_site/docs/v0.56/dashboards/multiple-series.html index 9a8e4bd17..8717f5818 100644 --- a/_site/docs/v0.56/dashboards/multiple-series.html +++ b/_site/docs/v0.56/dashboards/multiple-series.html @@ -1588,6 +1588,3085 @@
Embedded Analytics
+
Analytics
+ + + +
Embedding
+ + + +
Administration
+ + + +
Other resources
+ + + diff --git a/_site/docs/v0.56/dashboards/start.html b/_site/docs/v0.56/dashboards/start.html index 111400ed8..dfe6abbd3 100644 --- a/_site/docs/v0.56/dashboards/start.html +++ b/_site/docs/v0.56/dashboards/start.html @@ -1588,6 +1588,3085 @@
Embedded Analytics
+
Analytics
+ + + +
Embedding
+ + + +
Administration
+ + + +
Other resources
+ + + diff --git a/_site/docs/v0.56/dashboards/subscriptions.html b/_site/docs/v0.56/dashboards/subscriptions.html index 6e98d67fe..d874b5558 100644 --- a/_site/docs/v0.56/dashboards/subscriptions.html +++ b/_site/docs/v0.56/dashboards/subscriptions.html @@ -1588,6 +1588,3085 @@
Embedded Analytics
+
Analytics
+ + + +
Embedding
+ + + +
Administration
+ + + +
Other resources
+ + + diff --git a/_site/docs/v0.56/data-modeling/formatting.html b/_site/docs/v0.56/data-modeling/formatting.html index 6230b8d69..60107fe75 100644 --- a/_site/docs/v0.56/data-modeling/formatting.html +++ b/_site/docs/v0.56/data-modeling/formatting.html @@ -1588,6 +1588,3085 @@
Embedded Analytics
+
Analytics
+ + + +
Embedding
+ + + +
Administration
+ + + +
Other resources
+ + + diff --git a/_site/docs/v0.56/data-modeling/json-unfolding.html b/_site/docs/v0.56/data-modeling/json-unfolding.html index 281123a58..12c739827 100644 --- a/_site/docs/v0.56/data-modeling/json-unfolding.html +++ b/_site/docs/v0.56/data-modeling/json-unfolding.html @@ -1588,6 +1588,3085 @@
Embedded Analytics
+
Analytics
+ + + +
Embedding
+ + + +
Administration
+ + + +
Other resources
+ + + diff --git a/_site/docs/v0.56/data-modeling/legacy-metrics.html b/_site/docs/v0.56/data-modeling/legacy-metrics.html index dde6679b4..c35f9d2b5 100644 --- a/_site/docs/v0.56/data-modeling/legacy-metrics.html +++ b/_site/docs/v0.56/data-modeling/legacy-metrics.html @@ -1588,6 +1588,3085 @@
Embedded Analytics
+
Analytics
+ + + +
Embedding
+ + + +
Administration
+ + + +
Other resources
+ + + diff --git a/_site/docs/v0.56/data-modeling/metadata-editing.html b/_site/docs/v0.56/data-modeling/metadata-editing.html index 6be47909f..c1cf3d5d4 100644 --- a/_site/docs/v0.56/data-modeling/metadata-editing.html +++ b/_site/docs/v0.56/data-modeling/metadata-editing.html @@ -1588,6 +1588,3085 @@
Embedded Analytics
+
Analytics
+ + + +
Embedding
+ + + +
Administration
+ + + +
Other resources
+ + + diff --git a/_site/docs/v0.56/data-modeling/metrics.html b/_site/docs/v0.56/data-modeling/metrics.html index 9f01d724f..d857ca709 100644 --- a/_site/docs/v0.56/data-modeling/metrics.html +++ b/_site/docs/v0.56/data-modeling/metrics.html @@ -1588,6 +1588,3085 @@
Embedded Analytics
+
Analytics
+ + + +
Embedding
+ + + +
Administration
+ + + +
Other resources
+ + + diff --git a/_site/docs/v0.56/data-modeling/model-persistence.html b/_site/docs/v0.56/data-modeling/model-persistence.html index 61f0c7553..ea0b005f0 100644 --- a/_site/docs/v0.56/data-modeling/model-persistence.html +++ b/_site/docs/v0.56/data-modeling/model-persistence.html @@ -1588,6 +1588,3085 @@
Embedded Analytics
+
Analytics
+ + + +
Embedding
+ + + +
Administration
+ + + +
Other resources
+ + + diff --git a/_site/docs/v0.56/data-modeling/models.html b/_site/docs/v0.56/data-modeling/models.html index 5d47e1c95..3797d8455 100644 --- a/_site/docs/v0.56/data-modeling/models.html +++ b/_site/docs/v0.56/data-modeling/models.html @@ -1588,6 +1588,3085 @@
Embedded Analytics
+
Analytics
+ + + +
Embedding
+ + + +
Administration
+ + + +
Other resources
+ + + diff --git a/_site/docs/v0.56/data-modeling/segments.html b/_site/docs/v0.56/data-modeling/segments.html index e11390116..0844655f2 100644 --- a/_site/docs/v0.56/data-modeling/segments.html +++ b/_site/docs/v0.56/data-modeling/segments.html @@ -1588,6 +1588,3085 @@
Embedded Analytics
+
Analytics
+ + + +
Embedding
+ + + +
Administration
+ + + +
Other resources
+ + + diff --git a/_site/docs/v0.56/data-modeling/semantic-types.html b/_site/docs/v0.56/data-modeling/semantic-types.html index a17b9e0ce..75f86d3fe 100644 --- a/_site/docs/v0.56/data-modeling/semantic-types.html +++ b/_site/docs/v0.56/data-modeling/semantic-types.html @@ -1588,6 +1588,3085 @@
Embedded Analytics
+
Analytics
+ + + +
Embedding
+ + + +
Administration
+ + + +
Other resources
+ + + diff --git a/_site/docs/v0.56/data-modeling/start.html b/_site/docs/v0.56/data-modeling/start.html index c8eb8c353..64be77f7a 100644 --- a/_site/docs/v0.56/data-modeling/start.html +++ b/_site/docs/v0.56/data-modeling/start.html @@ -1588,6 +1588,3085 @@
Embedded Analytics
+
Analytics
+ + + +
Embedding
+ + + +
Administration
+ + + +
Other resources
+ + + diff --git a/_site/docs/v0.56/databases/connecting.html b/_site/docs/v0.56/databases/connecting.html index eb75cbf80..7ef0886e7 100644 --- a/_site/docs/v0.56/databases/connecting.html +++ b/_site/docs/v0.56/databases/connecting.html @@ -1588,6 +1588,3085 @@
Embedded Analytics
+
Analytics
+ + + +
Embedding
+ + + +
Administration
+ + + +
Other resources
+ + + diff --git a/_site/docs/v0.56/databases/connections/athena.html b/_site/docs/v0.56/databases/connections/athena.html index 4ecb1278b..4cfd43ff1 100644 --- a/_site/docs/v0.56/databases/connections/athena.html +++ b/_site/docs/v0.56/databases/connections/athena.html @@ -1588,6 +1588,3085 @@
Embedded Analytics
+
Analytics
+ + + +
Embedding
+ + + +
Administration
+ + + +
Other resources
+ + + diff --git a/_site/docs/v0.56/databases/connections/aws-rds.html b/_site/docs/v0.56/databases/connections/aws-rds.html index 87d204e00..79fb4d796 100644 --- a/_site/docs/v0.56/databases/connections/aws-rds.html +++ b/_site/docs/v0.56/databases/connections/aws-rds.html @@ -1588,6 +1588,3085 @@
Embedded Analytics
+
Analytics
+ + + +
Embedding
+ + + +
Administration
+ + + +
Other resources
+ + + diff --git a/_site/docs/v0.56/databases/connections/bigquery.html b/_site/docs/v0.56/databases/connections/bigquery.html index 1c2837a28..b577cad8d 100644 --- a/_site/docs/v0.56/databases/connections/bigquery.html +++ b/_site/docs/v0.56/databases/connections/bigquery.html @@ -1588,6 +1588,3085 @@
Embedded Analytics
+
Analytics
+ + + +
Embedding
+ + + +
Administration
+ + + +
Other resources
+ + + diff --git a/_site/docs/v0.56/databases/connections/clickhouse.html b/_site/docs/v0.56/databases/connections/clickhouse.html index a84c01709..a0ae0ccd0 100644 --- a/_site/docs/v0.56/databases/connections/clickhouse.html +++ b/_site/docs/v0.56/databases/connections/clickhouse.html @@ -1588,6 +1588,3085 @@
Embedded Analytics
+
Analytics
+ + + +
Embedding
+ + + +
Administration
+ + + +
Other resources
+ + + diff --git a/_site/docs/v0.56/databases/connections/databricks.html b/_site/docs/v0.56/databases/connections/databricks.html index 221909d1e..034032f7a 100644 --- a/_site/docs/v0.56/databases/connections/databricks.html +++ b/_site/docs/v0.56/databases/connections/databricks.html @@ -1588,6 +1588,3085 @@
Embedded Analytics
+
Analytics
+ + + +
Embedding
+ + + +
Administration
+ + + +
Other resources
+ + + diff --git a/_site/docs/v0.56/databases/connections/druid.html b/_site/docs/v0.56/databases/connections/druid.html index 967742572..16b84bd57 100644 --- a/_site/docs/v0.56/databases/connections/druid.html +++ b/_site/docs/v0.56/databases/connections/druid.html @@ -1588,6 +1588,3085 @@
Embedded Analytics
+
Analytics
+ + + +
Embedding
+ + + +
Administration
+ + + +
Other resources
+ + + diff --git a/_site/docs/v0.56/databases/connections/mariadb.html b/_site/docs/v0.56/databases/connections/mariadb.html index 180e0864d..4441b188c 100644 --- a/_site/docs/v0.56/databases/connections/mariadb.html +++ b/_site/docs/v0.56/databases/connections/mariadb.html @@ -1588,6 +1588,3085 @@
Embedded Analytics
+
Analytics
+ + + +
Embedding
+ + + +
Administration
+ + + +
Other resources
+ + + diff --git a/_site/docs/v0.56/databases/connections/mongodb.html b/_site/docs/v0.56/databases/connections/mongodb.html index e6ba26076..ac0650a19 100644 --- a/_site/docs/v0.56/databases/connections/mongodb.html +++ b/_site/docs/v0.56/databases/connections/mongodb.html @@ -1588,6 +1588,3085 @@
Embedded Analytics
+
Analytics
+ + + +
Embedding
+ + + +
Administration
+ + + +
Other resources
+ + + diff --git a/_site/docs/v0.56/databases/connections/mysql.html b/_site/docs/v0.56/databases/connections/mysql.html index dd43bfd3e..6928c6899 100644 --- a/_site/docs/v0.56/databases/connections/mysql.html +++ b/_site/docs/v0.56/databases/connections/mysql.html @@ -1588,6 +1588,3085 @@
Embedded Analytics
+
Analytics
+ + + +
Embedding
+ + + +
Administration
+ + + +
Other resources
+ + + diff --git a/_site/docs/v0.56/databases/connections/oracle.html b/_site/docs/v0.56/databases/connections/oracle.html index e0e3d7037..fcdbc672a 100644 --- a/_site/docs/v0.56/databases/connections/oracle.html +++ b/_site/docs/v0.56/databases/connections/oracle.html @@ -1588,6 +1588,3085 @@
Embedded Analytics
+
Analytics
+ + + +
Embedding
+ + + +
Administration
+ + + +
Other resources
+ + + diff --git a/_site/docs/v0.56/databases/connections/postgresql.html b/_site/docs/v0.56/databases/connections/postgresql.html index 9eb818c31..63aa6dd50 100644 --- a/_site/docs/v0.56/databases/connections/postgresql.html +++ b/_site/docs/v0.56/databases/connections/postgresql.html @@ -1588,6 +1588,3085 @@
Embedded Analytics
+
Analytics
+ + + +
Embedding
+ + + +
Administration
+ + + +
Other resources
+ + + diff --git a/_site/docs/v0.56/databases/connections/presto.html b/_site/docs/v0.56/databases/connections/presto.html index 88786865c..6e36afaf9 100644 --- a/_site/docs/v0.56/databases/connections/presto.html +++ b/_site/docs/v0.56/databases/connections/presto.html @@ -1588,6 +1588,3085 @@
Embedded Analytics
+
Analytics
+ + + +
Embedding
+ + + +
Administration
+ + + +
Other resources
+ + + diff --git a/_site/docs/v0.56/databases/connections/redshift.html b/_site/docs/v0.56/databases/connections/redshift.html index 2bad3dbda..5f3d3e535 100644 --- a/_site/docs/v0.56/databases/connections/redshift.html +++ b/_site/docs/v0.56/databases/connections/redshift.html @@ -1588,6 +1588,3085 @@
Embedded Analytics
+
Analytics
+ + + +
Embedding
+ + + +
Administration
+ + + +
Other resources
+ + + diff --git a/_site/docs/v0.56/databases/connections/snowflake.html b/_site/docs/v0.56/databases/connections/snowflake.html index a5226ee5a..479362429 100644 --- a/_site/docs/v0.56/databases/connections/snowflake.html +++ b/_site/docs/v0.56/databases/connections/snowflake.html @@ -1588,6 +1588,3085 @@
Embedded Analytics
+
Analytics
+ + + +
Embedding
+ + + +
Administration
+ + + +
Other resources
+ + + diff --git a/_site/docs/v0.56/databases/connections/sparksql.html b/_site/docs/v0.56/databases/connections/sparksql.html index 3e09b041e..ad46e668b 100644 --- a/_site/docs/v0.56/databases/connections/sparksql.html +++ b/_site/docs/v0.56/databases/connections/sparksql.html @@ -1588,6 +1588,3085 @@
Embedded Analytics
+
Analytics
+ + + +
Embedding
+ + + +
Administration
+ + + +
Other resources
+ + + diff --git a/_site/docs/v0.56/databases/connections/sql-server.html b/_site/docs/v0.56/databases/connections/sql-server.html index 72632e056..74eef1656 100644 --- a/_site/docs/v0.56/databases/connections/sql-server.html +++ b/_site/docs/v0.56/databases/connections/sql-server.html @@ -1588,6 +1588,3085 @@
Embedded Analytics
+
Analytics
+ + + +
Embedding
+ + + +
Administration
+ + + +
Other resources
+ + + diff --git a/_site/docs/v0.56/databases/connections/sqlite.html b/_site/docs/v0.56/databases/connections/sqlite.html index b9e01dd27..720c135d4 100644 --- a/_site/docs/v0.56/databases/connections/sqlite.html +++ b/_site/docs/v0.56/databases/connections/sqlite.html @@ -1588,6 +1588,3085 @@
Embedded Analytics
+
Analytics
+ + + +
Embedding
+ + + +
Administration
+ + + +
Other resources
+ + + diff --git a/_site/docs/v0.56/databases/connections/starburst.html b/_site/docs/v0.56/databases/connections/starburst.html index 8d5a0800d..fdaa2fc84 100644 --- a/_site/docs/v0.56/databases/connections/starburst.html +++ b/_site/docs/v0.56/databases/connections/starburst.html @@ -1588,6 +1588,3085 @@
Embedded Analytics
+
Analytics
+ + + +
Embedding
+ + + +
Administration
+ + + +
Other resources
+ + + diff --git a/_site/docs/v0.56/databases/connections/vertica.html b/_site/docs/v0.56/databases/connections/vertica.html index 7fb5583b7..84bfb7752 100644 --- a/_site/docs/v0.56/databases/connections/vertica.html +++ b/_site/docs/v0.56/databases/connections/vertica.html @@ -1588,6 +1588,3085 @@
Embedded Analytics
+
Analytics
+ + + +
Embedding
+ + + +
Administration
+ + + +
Other resources
+ + + diff --git a/_site/docs/v0.56/databases/danger-zone.html b/_site/docs/v0.56/databases/danger-zone.html index 0931b81b8..9183aeeb7 100644 --- a/_site/docs/v0.56/databases/danger-zone.html +++ b/_site/docs/v0.56/databases/danger-zone.html @@ -1588,6 +1588,3085 @@
Embedded Analytics
+
Analytics
+ + + +
Embedding
+ + + +
Administration
+ + + +
Other resources
+ + + diff --git a/_site/docs/v0.56/databases/encrypting-details-at-rest.html b/_site/docs/v0.56/databases/encrypting-details-at-rest.html index d4acde320..dfcd3ce3c 100644 --- a/_site/docs/v0.56/databases/encrypting-details-at-rest.html +++ b/_site/docs/v0.56/databases/encrypting-details-at-rest.html @@ -1588,6 +1588,3085 @@
Embedded Analytics
+
Analytics
+ + + +
Embedding
+ + + +
Administration
+ + + +
Other resources
+ + + diff --git a/_site/docs/v0.56/databases/ssh-tunnel.html b/_site/docs/v0.56/databases/ssh-tunnel.html index 6a681cb13..62fb4fb13 100644 --- a/_site/docs/v0.56/databases/ssh-tunnel.html +++ b/_site/docs/v0.56/databases/ssh-tunnel.html @@ -1588,6 +1588,3085 @@
Embedded Analytics
+
Analytics
+ + + +
Embedding
+ + + +
Administration
+ + + +
Other resources
+ + + diff --git a/_site/docs/v0.56/databases/ssl-certificates.html b/_site/docs/v0.56/databases/ssl-certificates.html index 6c56020ff..9424a4be9 100644 --- a/_site/docs/v0.56/databases/ssl-certificates.html +++ b/_site/docs/v0.56/databases/ssl-certificates.html @@ -1588,6 +1588,3085 @@
Embedded Analytics
+
Analytics
+ + + +
Embedding
+ + + +
Administration
+ + + +
Other resources
+ + + diff --git a/_site/docs/v0.56/databases/start.html b/_site/docs/v0.56/databases/start.html index f5eac7f3e..e2f8c3661 100644 --- a/_site/docs/v0.56/databases/start.html +++ b/_site/docs/v0.56/databases/start.html @@ -1588,6 +1588,3085 @@
Embedded Analytics
+
Analytics
+ + + +
Embedding
+ + + +
Administration
+ + + +
Other resources
+ + + diff --git a/_site/docs/v0.56/databases/sync-scan.html b/_site/docs/v0.56/databases/sync-scan.html index ad377656b..d3e4e0413 100644 --- a/_site/docs/v0.56/databases/sync-scan.html +++ b/_site/docs/v0.56/databases/sync-scan.html @@ -1588,6 +1588,3085 @@
Embedded Analytics
+
Analytics
+ + + +
Embedding
+ + + +
Administration
+ + + +
Other resources
+ + + diff --git a/_site/docs/v0.56/databases/uploads.html b/_site/docs/v0.56/databases/uploads.html index 781847626..109030064 100644 --- a/_site/docs/v0.56/databases/uploads.html +++ b/_site/docs/v0.56/databases/uploads.html @@ -1588,6 +1588,3085 @@
Embedded Analytics
+
Analytics
+ + + +
Embedding
+ + + +
Administration
+ + + +
Other resources
+ + + diff --git a/_site/docs/v0.56/databases/users-roles-privileges.html b/_site/docs/v0.56/databases/users-roles-privileges.html index 6ac344142..f73dcf9d0 100644 --- a/_site/docs/v0.56/databases/users-roles-privileges.html +++ b/_site/docs/v0.56/databases/users-roles-privileges.html @@ -1588,6 +1588,3085 @@
Embedded Analytics
+
Analytics
+ + + +
Embedding
+ + + +
Administration
+ + + +
Other resources
+ + + diff --git a/_site/docs/v0.56/developers-guide/api-changelog.html b/_site/docs/v0.56/developers-guide/api-changelog.html index 38a2dcfcd..95413c01c 100644 --- a/_site/docs/v0.56/developers-guide/api-changelog.html +++ b/_site/docs/v0.56/developers-guide/api-changelog.html @@ -1588,6 +1588,3085 @@
Embedded Analytics
+
Analytics
+ + + +
Embedding
+ + + +
Administration
+ + + +
Other resources
+ + + diff --git a/_site/docs/v0.56/developers-guide/build.html b/_site/docs/v0.56/developers-guide/build.html index 4bb436d2d..fa8e44006 100644 --- a/_site/docs/v0.56/developers-guide/build.html +++ b/_site/docs/v0.56/developers-guide/build.html @@ -1588,6 +1588,3085 @@
Embedded Analytics
+
Analytics
+ + + +
Embedding
+ + + +
Administration
+ + + +
Other resources
+ + + diff --git a/_site/docs/v0.56/developers-guide/clojure.html b/_site/docs/v0.56/developers-guide/clojure.html index 4489ee22f..e7f53df3a 100644 --- a/_site/docs/v0.56/developers-guide/clojure.html +++ b/_site/docs/v0.56/developers-guide/clojure.html @@ -1598,6 +1598,3085 @@
Embedded Analytics
+
Analytics
+ + + +
Embedding
+ + + +
Administration
+ + + +
Other resources
+ + + diff --git a/_site/docs/v0.56/developers-guide/code-reviews.html b/_site/docs/v0.56/developers-guide/code-reviews.html index 6cd7f9858..c316aa659 100644 --- a/_site/docs/v0.56/developers-guide/code-reviews.html +++ b/_site/docs/v0.56/developers-guide/code-reviews.html @@ -1588,6 +1588,3085 @@
Embedded Analytics
+
Analytics
+ + + +
Embedding
+ + + +
Administration
+ + + +
Other resources
+ + + diff --git a/_site/docs/v0.56/developers-guide/community-drivers.html b/_site/docs/v0.56/developers-guide/community-drivers.html index 5cfc2e4e1..cbf04e764 100644 --- a/_site/docs/v0.56/developers-guide/community-drivers.html +++ b/_site/docs/v0.56/developers-guide/community-drivers.html @@ -1588,6 +1588,3085 @@
Embedded Analytics
+
Analytics
+ + + +
Embedding
+ + + +
Administration
+ + + +
Other resources
+ + + diff --git a/_site/docs/v0.56/developers-guide/dev-branch-docker.html b/_site/docs/v0.56/developers-guide/dev-branch-docker.html index b2162da2f..9be63ef9a 100644 --- a/_site/docs/v0.56/developers-guide/dev-branch-docker.html +++ b/_site/docs/v0.56/developers-guide/dev-branch-docker.html @@ -1588,6 +1588,3085 @@
Embedded Analytics
+
Analytics
+ + + +
Embedding
+ + + +
Administration
+ + + +
Other resources
+ + + diff --git a/_site/docs/v0.56/developers-guide/devenv.html b/_site/docs/v0.56/developers-guide/devenv.html index 128425dc3..edbc5aaa0 100644 --- a/_site/docs/v0.56/developers-guide/devenv.html +++ b/_site/docs/v0.56/developers-guide/devenv.html @@ -1588,6 +1588,3085 @@
Embedded Analytics
+
Analytics
+ + + +
Embedding
+ + + +
Administration
+ + + +
Other resources
+ + + diff --git a/_site/docs/v0.56/developers-guide/docs.html b/_site/docs/v0.56/developers-guide/docs.html index 8c5b87791..e4bdce31b 100644 --- a/_site/docs/v0.56/developers-guide/docs.html +++ b/_site/docs/v0.56/developers-guide/docs.html @@ -1588,6 +1588,3085 @@
Embedded Analytics
+
Analytics
+ + + +
Embedding
+ + + +
Administration
+ + + +
Other resources
+ + + diff --git a/_site/docs/v0.56/developers-guide/driver-changelog.html b/_site/docs/v0.56/developers-guide/driver-changelog.html index adf27923a..8560022b8 100644 --- a/_site/docs/v0.56/developers-guide/driver-changelog.html +++ b/_site/docs/v0.56/developers-guide/driver-changelog.html @@ -1588,6 +1588,3085 @@
Embedded Analytics
+
Analytics
+ + + +
Embedding
+ + + +
Administration
+ + + +
Other resources
+ + + @@ -1793,6 +4872,9 @@

Metabase 0.56.0

  • Added a feature :expressions/today for drivers that support generating a date for the current day.

  • +
  • +

    Added the driver multi-method driver/set-database-used! for drivers to set a database on the connection with statements like USE DATABASE.

    +
  • Metabase 0.55.0

    diff --git a/_site/docs/v0.56/developers-guide/drivers/basics.html b/_site/docs/v0.56/developers-guide/drivers/basics.html index d7a57be33..c9382d083 100644 --- a/_site/docs/v0.56/developers-guide/drivers/basics.html +++ b/_site/docs/v0.56/developers-guide/drivers/basics.html @@ -1588,6 +1588,3085 @@
    Embedded Analytics
    +
    Analytics
    + + + +
    Embedding
    + + + +
    Administration
    + + + +
    Other resources
    + + + diff --git a/_site/docs/v0.56/developers-guide/drivers/driver-tests.html b/_site/docs/v0.56/developers-guide/drivers/driver-tests.html index 5d7280977..aa9fb8c9d 100644 --- a/_site/docs/v0.56/developers-guide/drivers/driver-tests.html +++ b/_site/docs/v0.56/developers-guide/drivers/driver-tests.html @@ -1588,6 +1588,3085 @@
    Embedded Analytics
    +
    Analytics
    + + + +
    Embedding
    + + + +
    Administration
    + + + +
    Other resources
    + + + diff --git a/_site/docs/v0.56/developers-guide/drivers/multimethods.html b/_site/docs/v0.56/developers-guide/drivers/multimethods.html index 594ef804c..b707e012a 100644 --- a/_site/docs/v0.56/developers-guide/drivers/multimethods.html +++ b/_site/docs/v0.56/developers-guide/drivers/multimethods.html @@ -1588,6 +1588,3085 @@
    Embedded Analytics
    +
    Analytics
    + + + +
    Embedding
    + + + +
    Administration
    + + + +
    Other resources
    + + + diff --git a/_site/docs/v0.56/developers-guide/drivers/plugins.html b/_site/docs/v0.56/developers-guide/drivers/plugins.html index 50e43a196..13bd46142 100644 --- a/_site/docs/v0.56/developers-guide/drivers/plugins.html +++ b/_site/docs/v0.56/developers-guide/drivers/plugins.html @@ -1588,6 +1588,3085 @@
    Embedded Analytics
    +
    Analytics
    + + + +
    Embedding
    + + + +
    Administration
    + + + +
    Other resources
    + + + diff --git a/_site/docs/v0.56/developers-guide/drivers/start.html b/_site/docs/v0.56/developers-guide/drivers/start.html index 53e46a176..121545da7 100644 --- a/_site/docs/v0.56/developers-guide/drivers/start.html +++ b/_site/docs/v0.56/developers-guide/drivers/start.html @@ -1588,6 +1588,3085 @@
    Embedded Analytics
    +
    Analytics
    + + + +
    Embedding
    + + + +
    Administration
    + + + +
    Other resources
    + + + diff --git a/_site/docs/v0.56/developers-guide/e2e-tests.html b/_site/docs/v0.56/developers-guide/e2e-tests.html index b03690311..03d9b367b 100644 --- a/_site/docs/v0.56/developers-guide/e2e-tests.html +++ b/_site/docs/v0.56/developers-guide/e2e-tests.html @@ -1588,6 +1588,3085 @@
    Embedded Analytics
    +
    Analytics
    + + + +
    Embedding
    + + + +
    Administration
    + + + +
    Other resources
    + + + @@ -1980,16 +5059,19 @@

    Running Cypre

    Enterprise instance will start without a premium token!

    -

    If you want to test premium features (feature flags), valid tokens need to be available to all Cypress tests. We achieve this by prefixing environment variables with CYPRESS_. -You should provide two tokens that correspond to the EE/PRO self-hosted (all features enabled) and STARTER Cloud (no features enabled) Metabase plans. For more information, please see Metabase pricing page. (note: only a few tests require the no features token)

    +

    If you want to test premium features (feature flags), valid tokens need to be available to all Cypress tests. +You should provide 4 tokens:

    -
    MB_EDITION=ee ENTERPRISE_TOKEN=xxxxxx yarn test-cypress
    -
    +

    You can configure these via ENVs or via the cypress.env.json file (see cypress.env.json.example for an example).

    + +

    For more information, please see Metabase pricing page.

    If you navigate to the /admin/settings/license page, the license input field should display the active token. Be careful when sharing screenshots!

    diff --git a/_site/docs/v0.56/developers-guide/emacs.html b/_site/docs/v0.56/developers-guide/emacs.html index a16d0da8c..dba1fe587 100644 --- a/_site/docs/v0.56/developers-guide/emacs.html +++ b/_site/docs/v0.56/developers-guide/emacs.html @@ -1588,6 +1588,3085 @@

    Embedded Analytics
    +
    Analytics
    + + + +
    Embedding
    + + + +
    Administration
    + + + +
    Other resources
    + + + diff --git a/_site/docs/v0.56/developers-guide/frontend.html b/_site/docs/v0.56/developers-guide/frontend.html index d383e16b7..e3f2e9d61 100644 --- a/_site/docs/v0.56/developers-guide/frontend.html +++ b/_site/docs/v0.56/developers-guide/frontend.html @@ -1588,6 +1588,3085 @@
    Embedded Analytics
    +
    Analytics
    + + + +
    Embedding
    + + + +
    Administration
    + + + +
    Other resources
    + + + diff --git a/_site/docs/v0.56/developers-guide/internationalization.html b/_site/docs/v0.56/developers-guide/internationalization.html index a8e678f34..c887c1499 100644 --- a/_site/docs/v0.56/developers-guide/internationalization.html +++ b/_site/docs/v0.56/developers-guide/internationalization.html @@ -1588,6 +1588,3085 @@
    Embedded Analytics
    +
    Analytics
    + + + +
    Embedding
    + + + +
    Administration
    + + + +
    Other resources
    + + + diff --git a/_site/docs/v0.56/developers-guide/mage.html b/_site/docs/v0.56/developers-guide/mage.html index e91e953ae..95c09e8a1 100644 --- a/_site/docs/v0.56/developers-guide/mage.html +++ b/_site/docs/v0.56/developers-guide/mage.html @@ -1588,6 +1588,3085 @@
    Embedded Analytics
    +
    Analytics
    + + + +
    Embedding
    + + + +
    Administration
    + + + +
    Other resources
    + + + diff --git a/_site/docs/v0.56/developers-guide/mbql-library-changelog.html b/_site/docs/v0.56/developers-guide/mbql-library-changelog.html index ae550aef9..2b0bd5aeb 100644 --- a/_site/docs/v0.56/developers-guide/mbql-library-changelog.html +++ b/_site/docs/v0.56/developers-guide/mbql-library-changelog.html @@ -1588,6 +1588,3085 @@
    Embedded Analytics
    +
    Analytics
    + + + +
    Embedding
    + + + +
    Administration
    + + + +
    Other resources
    + + + diff --git a/_site/docs/v0.56/developers-guide/security-token-scanner.html b/_site/docs/v0.56/developers-guide/security-token-scanner.html index 4d9b79f2e..c7343fce0 100644 --- a/_site/docs/v0.56/developers-guide/security-token-scanner.html +++ b/_site/docs/v0.56/developers-guide/security-token-scanner.html @@ -1588,6 +1588,3085 @@
    Embedded Analytics
    +
    Analytics
    + + + +
    Embedding
    + + + +
    Administration
    + + + +
    Other resources
    + + + diff --git a/_site/docs/v0.56/developers-guide/start.html b/_site/docs/v0.56/developers-guide/start.html index ebdf1d141..f5655f9e9 100644 --- a/_site/docs/v0.56/developers-guide/start.html +++ b/_site/docs/v0.56/developers-guide/start.html @@ -1588,6 +1588,3085 @@
    Embedded Analytics
    +
    Analytics
    + + + +
    Embedding
    + + + +
    Administration
    + + + +
    Other resources
    + + + diff --git a/_site/docs/v0.56/developers-guide/versioning.html b/_site/docs/v0.56/developers-guide/versioning.html index c05ad8062..60f41feac 100644 --- a/_site/docs/v0.56/developers-guide/versioning.html +++ b/_site/docs/v0.56/developers-guide/versioning.html @@ -1588,6 +1588,3085 @@
    Embedded Analytics
    +
    Analytics
    + + + +
    Embedding
    + + + +
    Administration
    + + + +
    Other resources
    + + + diff --git a/_site/docs/v0.56/developers-guide/visual-studio-code.html b/_site/docs/v0.56/developers-guide/visual-studio-code.html index ece0bcc41..6762338e0 100644 --- a/_site/docs/v0.56/developers-guide/visual-studio-code.html +++ b/_site/docs/v0.56/developers-guide/visual-studio-code.html @@ -1588,6 +1588,3085 @@
    Embedded Analytics
    +
    Analytics
    + + + +
    Embedding
    + + + +
    Administration
    + + + +
    Other resources
    + + + diff --git a/_site/docs/v0.56/developers-guide/visual-tests.html b/_site/docs/v0.56/developers-guide/visual-tests.html index 630245416..8b3e7d7f1 100644 --- a/_site/docs/v0.56/developers-guide/visual-tests.html +++ b/_site/docs/v0.56/developers-guide/visual-tests.html @@ -1588,6 +1588,3085 @@
    Embedded Analytics
    +
    Analytics
    + + + +
    Embedding
    + + + +
    Administration
    + + + +
    Other resources
    + + + diff --git a/_site/docs/v0.56/embedding/interactive-embedding-quick-start-guide.html b/_site/docs/v0.56/embedding/interactive-embedding-quick-start-guide.html index 1fa7ba7df..c35ccfd92 100644 --- a/_site/docs/v0.56/embedding/interactive-embedding-quick-start-guide.html +++ b/_site/docs/v0.56/embedding/interactive-embedding-quick-start-guide.html @@ -1588,6 +1588,3085 @@
    Embedded Analytics
    +
    Analytics
    + + + +
    Embedding
    + + + +
    Administration
    + + + +
    Other resources
    + + + diff --git a/_site/docs/v0.56/embedding/interactive-embedding.html b/_site/docs/v0.56/embedding/interactive-embedding.html index 088cd436a..c99913c5f 100644 --- a/_site/docs/v0.56/embedding/interactive-embedding.html +++ b/_site/docs/v0.56/embedding/interactive-embedding.html @@ -1588,6 +1588,3085 @@
    Embedded Analytics
    +
    Analytics
    + + + +
    Embedding
    + + + +
    Administration
    + + + +
    Other resources
    + + + diff --git a/_site/docs/v0.56/embedding/interactive-ui-components.html b/_site/docs/v0.56/embedding/interactive-ui-components.html index 2884d38cd..2ecca18e0 100644 --- a/_site/docs/v0.56/embedding/interactive-ui-components.html +++ b/_site/docs/v0.56/embedding/interactive-ui-components.html @@ -1588,6 +1588,3085 @@
    Embedded Analytics
    +
    Analytics
    + + + +
    Embedding
    + + + +
    Administration
    + + + +
    Other resources
    + + + diff --git a/_site/docs/v0.56/embedding/introduction.html b/_site/docs/v0.56/embedding/introduction.html index 91697a625..96580118e 100644 --- a/_site/docs/v0.56/embedding/introduction.html +++ b/_site/docs/v0.56/embedding/introduction.html @@ -1588,6 +1588,3085 @@
    Embedded Analytics
    +
    Analytics
    + + + +
    Embedding
    + + + +
    Administration
    + + + +
    Other resources
    + + + diff --git a/_site/docs/v0.56/embedding/public-links.html b/_site/docs/v0.56/embedding/public-links.html index 57567eff0..7c56e113b 100644 --- a/_site/docs/v0.56/embedding/public-links.html +++ b/_site/docs/v0.56/embedding/public-links.html @@ -1588,6 +1588,3085 @@
    Embedded Analytics
    +
    Analytics
    + + + +
    Embedding
    + + + +
    Administration
    + + + +
    Other resources
    + + + diff --git a/_site/docs/v0.56/embedding/sdk/appearance.html b/_site/docs/v0.56/embedding/sdk/appearance.html index 944ca9e1d..70ed32bf3 100644 --- a/_site/docs/v0.56/embedding/sdk/appearance.html +++ b/_site/docs/v0.56/embedding/sdk/appearance.html @@ -1588,6 +1588,3085 @@
    Embedded Analytics
    +
    Analytics
    + + + +
    Embedding
    + + + +
    Administration
    + + + +
    Other resources
    + + + diff --git a/_site/docs/v0.56/embedding/sdk/authentication.html b/_site/docs/v0.56/embedding/sdk/authentication.html index 972806d15..3d4952b87 100644 --- a/_site/docs/v0.56/embedding/sdk/authentication.html +++ b/_site/docs/v0.56/embedding/sdk/authentication.html @@ -1588,6 +1588,3085 @@
    Embedded Analytics
    +
    Analytics
    + + + +
    Embedding
    + + + +
    Administration
    + + + +
    Other resources
    + + + diff --git a/_site/docs/v0.56/embedding/sdk/collections.html b/_site/docs/v0.56/embedding/sdk/collections.html index 8ebbd768a..5ce4c1093 100644 --- a/_site/docs/v0.56/embedding/sdk/collections.html +++ b/_site/docs/v0.56/embedding/sdk/collections.html @@ -1588,6 +1588,3085 @@
    Embedded Analytics
    +
    Analytics
    + + + +
    Embedding
    + + + +
    Administration
    + + + +
    Other resources
    + + + diff --git a/_site/docs/v0.56/embedding/sdk/config.html b/_site/docs/v0.56/embedding/sdk/config.html index 7cbaefeef..ec89e9cf3 100644 --- a/_site/docs/v0.56/embedding/sdk/config.html +++ b/_site/docs/v0.56/embedding/sdk/config.html @@ -1588,6 +1588,3085 @@
    Embedded Analytics
    +
    Analytics
    + + + +
    Embedding
    + + + +
    Administration
    + + + +
    Other resources
    + + + diff --git a/_site/docs/v0.56/embedding/sdk/dashboards.html b/_site/docs/v0.56/embedding/sdk/dashboards.html index 60a0ed57d..cfa21e8f9 100644 --- a/_site/docs/v0.56/embedding/sdk/dashboards.html +++ b/_site/docs/v0.56/embedding/sdk/dashboards.html @@ -1588,6 +1588,3085 @@
    Embedded Analytics
    +
    Analytics
    + + + +
    Embedding
    + + + +
    Administration
    + + + +
    Other resources
    + + + diff --git a/_site/docs/v0.56/embedding/sdk/introduction.html b/_site/docs/v0.56/embedding/sdk/introduction.html index f68354018..b99e0c017 100644 --- a/_site/docs/v0.56/embedding/sdk/introduction.html +++ b/_site/docs/v0.56/embedding/sdk/introduction.html @@ -1588,6 +1588,3085 @@
    Embedded Analytics
    +
    Analytics
    + + + +
    Embedding
    + + + +
    Administration
    + + + +
    Other resources
    + + + diff --git a/_site/docs/v0.56/embedding/sdk/next-js.html b/_site/docs/v0.56/embedding/sdk/next-js.html index 935dc691d..b43956ff0 100644 --- a/_site/docs/v0.56/embedding/sdk/next-js.html +++ b/_site/docs/v0.56/embedding/sdk/next-js.html @@ -1588,6 +1588,3085 @@
    Embedded Analytics
    +
    Analytics
    + + + +
    Embedding
    + + + +
    Administration
    + + + +
    Other resources
    + + + diff --git a/_site/docs/v0.56/embedding/sdk/plugins.html b/_site/docs/v0.56/embedding/sdk/plugins.html index 1c2682e94..adfba6c7f 100644 --- a/_site/docs/v0.56/embedding/sdk/plugins.html +++ b/_site/docs/v0.56/embedding/sdk/plugins.html @@ -1588,6 +1588,3085 @@
    Embedded Analytics
    +
    Analytics
    + + + +
    Embedding
    + + + +
    Administration
    + + + +
    Other resources
    + + + diff --git a/_site/docs/v0.56/embedding/sdk/questions.html b/_site/docs/v0.56/embedding/sdk/questions.html index 15cb7c2aa..02ba62412 100644 --- a/_site/docs/v0.56/embedding/sdk/questions.html +++ b/_site/docs/v0.56/embedding/sdk/questions.html @@ -1588,6 +1588,3085 @@
    Embedded Analytics
    +
    Analytics
    + + + +
    Embedding
    + + + +
    Administration
    + + + +
    Other resources
    + + + diff --git a/_site/docs/v0.56/embedding/sdk/quickstart-cli.html b/_site/docs/v0.56/embedding/sdk/quickstart-cli.html index c0b8eb14f..8ae1f1384 100644 --- a/_site/docs/v0.56/embedding/sdk/quickstart-cli.html +++ b/_site/docs/v0.56/embedding/sdk/quickstart-cli.html @@ -1588,6 +1588,3085 @@
    Embedded Analytics
    +
    Analytics
    + + + +
    Embedding
    + + + +
    Administration
    + + + +
    Other resources
    + + + diff --git a/_site/docs/v0.56/embedding/sdk/quickstart-with-sample-app.html b/_site/docs/v0.56/embedding/sdk/quickstart-with-sample-app.html index 80d5dbd0c..be66217f2 100644 --- a/_site/docs/v0.56/embedding/sdk/quickstart-with-sample-app.html +++ b/_site/docs/v0.56/embedding/sdk/quickstart-with-sample-app.html @@ -1588,6 +1588,3085 @@
    Embedded Analytics
    +
    Analytics
    + + + +
    Embedding
    + + + +
    Administration
    + + + +
    Other resources
    + + + diff --git a/_site/docs/v0.56/embedding/sdk/quickstart.html b/_site/docs/v0.56/embedding/sdk/quickstart.html index 9e55fdcae..3e5df3760 100644 --- a/_site/docs/v0.56/embedding/sdk/quickstart.html +++ b/_site/docs/v0.56/embedding/sdk/quickstart.html @@ -1588,6 +1588,3085 @@
    Embedded Analytics
    +
    Analytics
    + + + +
    Embedding
    + + + +
    Administration
    + + + +
    Other resources
    + + + diff --git a/_site/docs/v0.56/embedding/sdk/upgrade.html b/_site/docs/v0.56/embedding/sdk/upgrade.html index 8dbb66c7e..6b26ce1bd 100644 --- a/_site/docs/v0.56/embedding/sdk/upgrade.html +++ b/_site/docs/v0.56/embedding/sdk/upgrade.html @@ -1588,6 +1588,3085 @@
    Embedded Analytics
    +
    Analytics
    + + + +
    Embedding
    + + + +
    Administration
    + + + +
    Other resources
    + + + diff --git a/_site/docs/v0.56/embedding/sdk/version.html b/_site/docs/v0.56/embedding/sdk/version.html index b80ac20ee..87874a7fa 100644 --- a/_site/docs/v0.56/embedding/sdk/version.html +++ b/_site/docs/v0.56/embedding/sdk/version.html @@ -1588,6 +1588,3085 @@
    Embedded Analytics
    +
    Analytics
    + + + +
    Embedding
    + + + +
    Administration
    + + + +
    Other resources
    + + + diff --git a/_site/docs/v0.56/embedding/securing-embeds.html b/_site/docs/v0.56/embedding/securing-embeds.html index 116bcfc79..d4ec288e0 100644 --- a/_site/docs/v0.56/embedding/securing-embeds.html +++ b/_site/docs/v0.56/embedding/securing-embeds.html @@ -1588,6 +1588,3085 @@
    Embedded Analytics
    +
    Analytics
    + + + +
    Embedding
    + + + +
    Administration
    + + + +
    Other resources
    + + + diff --git a/_site/docs/v0.56/embedding/start.html b/_site/docs/v0.56/embedding/start.html index f187da53c..699c562de 100644 --- a/_site/docs/v0.56/embedding/start.html +++ b/_site/docs/v0.56/embedding/start.html @@ -1588,6 +1588,3085 @@
    Embedded Analytics
    +
    Analytics
    + + + +
    Embedding
    + + + +
    Administration
    + + + +
    Other resources
    + + + diff --git a/_site/docs/v0.56/embedding/static-embedding-parameters.html b/_site/docs/v0.56/embedding/static-embedding-parameters.html index 175bd84d1..aa9d15c18 100644 --- a/_site/docs/v0.56/embedding/static-embedding-parameters.html +++ b/_site/docs/v0.56/embedding/static-embedding-parameters.html @@ -1588,6 +1588,3085 @@
    Embedded Analytics
    +
    Analytics
    + + + +
    Embedding
    + + + +
    Administration
    + + + +
    Other resources
    + + + diff --git a/_site/docs/v0.56/embedding/static-embedding.html b/_site/docs/v0.56/embedding/static-embedding.html index b82340756..9c033f602 100644 --- a/_site/docs/v0.56/embedding/static-embedding.html +++ b/_site/docs/v0.56/embedding/static-embedding.html @@ -1588,6 +1588,3085 @@
    Embedded Analytics
    +
    Analytics
    + + + +
    Embedding
    + + + +
    Administration
    + + + +
    Other resources
    + + + diff --git a/_site/docs/v0.56/embedding/translations.html b/_site/docs/v0.56/embedding/translations.html index 6a424b690..b15465f24 100644 --- a/_site/docs/v0.56/embedding/translations.html +++ b/_site/docs/v0.56/embedding/translations.html @@ -1588,6 +1588,3085 @@
    Embedded Analytics
    +
    Analytics
    + + + +
    Embedding
    + + + +
    Administration
    + + + +
    Other resources
    + + + diff --git a/_site/docs/v0.56/exploration-and-organization/collections.html b/_site/docs/v0.56/exploration-and-organization/collections.html index 5a6859a73..9aa442788 100644 --- a/_site/docs/v0.56/exploration-and-organization/collections.html +++ b/_site/docs/v0.56/exploration-and-organization/collections.html @@ -1588,6 +1588,3085 @@
    Embedded Analytics
    +
    Analytics
    + + + +
    Embedding
    + + + +
    Administration
    + + + +
    Other resources
    + + + diff --git a/_site/docs/v0.56/exploration-and-organization/content-verification.html b/_site/docs/v0.56/exploration-and-organization/content-verification.html index 5b795a901..841ed5bc2 100644 --- a/_site/docs/v0.56/exploration-and-organization/content-verification.html +++ b/_site/docs/v0.56/exploration-and-organization/content-verification.html @@ -1588,6 +1588,3085 @@
    Embedded Analytics
    +
    Analytics
    + + + +
    Embedding
    + + + +
    Administration
    + + + +
    Other resources
    + + + diff --git a/_site/docs/v0.56/exploration-and-organization/data-model-reference.html b/_site/docs/v0.56/exploration-and-organization/data-model-reference.html index 47da973e4..30a2e85c5 100644 --- a/_site/docs/v0.56/exploration-and-organization/data-model-reference.html +++ b/_site/docs/v0.56/exploration-and-organization/data-model-reference.html @@ -1588,6 +1588,3085 @@
    Embedded Analytics
    +
    Analytics
    + + + +
    Embedding
    + + + +
    Administration
    + + + +
    Other resources
    + + + diff --git a/_site/docs/v0.56/exploration-and-organization/delete-and-restore.html b/_site/docs/v0.56/exploration-and-organization/delete-and-restore.html index d4c0e772c..a3593f45e 100644 --- a/_site/docs/v0.56/exploration-and-organization/delete-and-restore.html +++ b/_site/docs/v0.56/exploration-and-organization/delete-and-restore.html @@ -1588,6 +1588,3085 @@
    Embedded Analytics
    +
    Analytics
    + + + +
    Embedding
    + + + +
    Administration
    + + + +
    Other resources
    + + + diff --git a/_site/docs/v0.56/exploration-and-organization/events-and-timelines.html b/_site/docs/v0.56/exploration-and-organization/events-and-timelines.html index ce8c7d8d2..4379de587 100644 --- a/_site/docs/v0.56/exploration-and-organization/events-and-timelines.html +++ b/_site/docs/v0.56/exploration-and-organization/events-and-timelines.html @@ -1588,6 +1588,3085 @@
    Embedded Analytics
    +
    Analytics
    + + + +
    Embedding
    + + + +
    Administration
    + + + +
    Other resources
    + + + diff --git a/_site/docs/v0.56/exploration-and-organization/exploration.html b/_site/docs/v0.56/exploration-and-organization/exploration.html index 86aa18be6..827bca8ed 100644 --- a/_site/docs/v0.56/exploration-and-organization/exploration.html +++ b/_site/docs/v0.56/exploration-and-organization/exploration.html @@ -1588,6 +1588,3085 @@
    Embedded Analytics
    +
    Analytics
    + + + +
    Embedding
    + + + +
    Administration
    + + + +
    Other resources
    + + + diff --git a/_site/docs/v0.56/exploration-and-organization/history.html b/_site/docs/v0.56/exploration-and-organization/history.html index 9b7fe4560..4d98bdbdb 100644 --- a/_site/docs/v0.56/exploration-and-organization/history.html +++ b/_site/docs/v0.56/exploration-and-organization/history.html @@ -1588,6 +1588,3085 @@
    Embedded Analytics
    +
    Analytics
    + + + +
    Embedding
    + + + +
    Administration
    + + + +
    Other resources
    + + + diff --git a/_site/docs/v0.56/exploration-and-organization/keyboard-shortcuts.html b/_site/docs/v0.56/exploration-and-organization/keyboard-shortcuts.html index f31177baf..9e6737134 100644 --- a/_site/docs/v0.56/exploration-and-organization/keyboard-shortcuts.html +++ b/_site/docs/v0.56/exploration-and-organization/keyboard-shortcuts.html @@ -1588,6 +1588,3085 @@
    Embedded Analytics
    +
    Analytics
    + + + +
    Embedding
    + + + +
    Administration
    + + + +
    Other resources
    + + + diff --git a/_site/docs/v0.56/exploration-and-organization/start.html b/_site/docs/v0.56/exploration-and-organization/start.html index f57c7ab4a..201c0644f 100644 --- a/_site/docs/v0.56/exploration-and-organization/start.html +++ b/_site/docs/v0.56/exploration-and-organization/start.html @@ -1588,6 +1588,3085 @@
    Embedded Analytics
    +
    Analytics
    + + + +
    Embedding
    + + + +
    Administration
    + + + +
    Other resources
    + + + diff --git a/_site/docs/v0.56/exploration-and-organization/uploads.html b/_site/docs/v0.56/exploration-and-organization/uploads.html index fcce90b95..718f8db1a 100644 --- a/_site/docs/v0.56/exploration-and-organization/uploads.html +++ b/_site/docs/v0.56/exploration-and-organization/uploads.html @@ -1588,6 +1588,3085 @@
    Embedded Analytics
    +
    Analytics
    + + + +
    Embedding
    + + + +
    Administration
    + + + +
    Other resources
    + + + diff --git a/_site/docs/v0.56/exploration-and-organization/x-rays.html b/_site/docs/v0.56/exploration-and-organization/x-rays.html index bac47aef3..7aeb96ce1 100644 --- a/_site/docs/v0.56/exploration-and-organization/x-rays.html +++ b/_site/docs/v0.56/exploration-and-organization/x-rays.html @@ -1588,6 +1588,3085 @@
    Embedded Analytics
    +
    Analytics
    + + + +
    Embedding
    + + + +
    Administration
    + + + +
    Other resources
    + + + diff --git a/_site/docs/v0.56/index.html b/_site/docs/v0.56/index.html index 6b7587d73..1445ebaac 100644 --- a/_site/docs/v0.56/index.html +++ b/_site/docs/v0.56/index.html @@ -1588,6 +1588,3085 @@
    Embedded Analytics
    +
    Analytics
    + + + +
    Embedding
    + + + +
    Administration
    + + + +
    Other resources
    + + + diff --git a/_site/docs/v0.56/installation-and-operation/accessibility.html b/_site/docs/v0.56/installation-and-operation/accessibility.html index d21536ce8..bdfc08c8e 100644 --- a/_site/docs/v0.56/installation-and-operation/accessibility.html +++ b/_site/docs/v0.56/installation-and-operation/accessibility.html @@ -1588,6 +1588,3085 @@
    Embedded Analytics
    +
    Analytics
    + + + +
    Embedding
    + + + +
    Administration
    + + + +
    Other resources
    + + + diff --git a/_site/docs/v0.56/installation-and-operation/activating-the-enterprise-edition.html b/_site/docs/v0.56/installation-and-operation/activating-the-enterprise-edition.html index eb4f2fd23..d2f6dbbfd 100644 --- a/_site/docs/v0.56/installation-and-operation/activating-the-enterprise-edition.html +++ b/_site/docs/v0.56/installation-and-operation/activating-the-enterprise-edition.html @@ -1588,6 +1588,3085 @@
    Embedded Analytics
    +
    Analytics
    + + + +
    Embedding
    + + + +
    Administration
    + + + +
    Other resources
    + + + diff --git a/_site/docs/v0.56/installation-and-operation/backing-up-metabase-application-data.html b/_site/docs/v0.56/installation-and-operation/backing-up-metabase-application-data.html index 8fdbfb330..4c8a99e1b 100644 --- a/_site/docs/v0.56/installation-and-operation/backing-up-metabase-application-data.html +++ b/_site/docs/v0.56/installation-and-operation/backing-up-metabase-application-data.html @@ -1588,6 +1588,3085 @@
    Embedded Analytics
    +
    Analytics
    + + + +
    Embedding
    + + + +
    Administration
    + + + +
    Other resources
    + + + diff --git a/_site/docs/v0.56/installation-and-operation/commands.html b/_site/docs/v0.56/installation-and-operation/commands.html index c40238c23..669e8b168 100644 --- a/_site/docs/v0.56/installation-and-operation/commands.html +++ b/_site/docs/v0.56/installation-and-operation/commands.html @@ -1588,6 +1588,3085 @@
    Embedded Analytics
    +
    Analytics
    + + + +
    Embedding
    + + + +
    Administration
    + + + +
    Other resources
    + + + diff --git a/_site/docs/v0.56/installation-and-operation/configuring-application-database.html b/_site/docs/v0.56/installation-and-operation/configuring-application-database.html index 18cee3916..eb9e51a34 100644 --- a/_site/docs/v0.56/installation-and-operation/configuring-application-database.html +++ b/_site/docs/v0.56/installation-and-operation/configuring-application-database.html @@ -1588,6 +1588,3085 @@
    Embedded Analytics
    +
    Analytics
    + + + +
    Embedding
    + + + +
    Administration
    + + + +
    Other resources
    + + + diff --git a/_site/docs/v0.56/installation-and-operation/creating-RDS-database-on-AWS.html b/_site/docs/v0.56/installation-and-operation/creating-RDS-database-on-AWS.html index 8d4c67c3f..07f8e31d3 100644 --- a/_site/docs/v0.56/installation-and-operation/creating-RDS-database-on-AWS.html +++ b/_site/docs/v0.56/installation-and-operation/creating-RDS-database-on-AWS.html @@ -1588,6 +1588,3085 @@
    Embedded Analytics
    +
    Analytics
    + + + +
    Embedding
    + + + +
    Administration
    + + + +
    Other resources
    + + + diff --git a/_site/docs/v0.56/installation-and-operation/development-instance.html b/_site/docs/v0.56/installation-and-operation/development-instance.html index 04712d946..c068c7355 100644 --- a/_site/docs/v0.56/installation-and-operation/development-instance.html +++ b/_site/docs/v0.56/installation-and-operation/development-instance.html @@ -1588,6 +1588,3085 @@
    Embedded Analytics
    +
    Analytics
    + + + +
    Embedding
    + + + +
    Administration
    + + + +
    Other resources
    + + + diff --git a/_site/docs/v0.56/installation-and-operation/information-collection.html b/_site/docs/v0.56/installation-and-operation/information-collection.html index 136c159a6..cad840055 100644 --- a/_site/docs/v0.56/installation-and-operation/information-collection.html +++ b/_site/docs/v0.56/installation-and-operation/information-collection.html @@ -1588,6 +1588,3085 @@
    Embedded Analytics
    +
    Analytics
    + + + +
    Embedding
    + + + +
    Administration
    + + + +
    Other resources
    + + + diff --git a/_site/docs/v0.56/installation-and-operation/installing-metabase.html b/_site/docs/v0.56/installation-and-operation/installing-metabase.html index de84cb063..82f9679db 100644 --- a/_site/docs/v0.56/installation-and-operation/installing-metabase.html +++ b/_site/docs/v0.56/installation-and-operation/installing-metabase.html @@ -1588,6 +1588,3085 @@
    Embedded Analytics
    +
    Analytics
    + + + +
    Embedding
    + + + +
    Administration
    + + + +
    Other resources
    + + + diff --git a/_site/docs/v0.56/installation-and-operation/migrating-from-h2.html b/_site/docs/v0.56/installation-and-operation/migrating-from-h2.html index 7c4cd5457..ff2583e3c 100644 --- a/_site/docs/v0.56/installation-and-operation/migrating-from-h2.html +++ b/_site/docs/v0.56/installation-and-operation/migrating-from-h2.html @@ -1588,6 +1588,3085 @@
    Embedded Analytics
    +
    Analytics
    + + + +
    Embedding
    + + + +
    Administration
    + + + +
    Other resources
    + + + diff --git a/_site/docs/v0.56/installation-and-operation/monitoring-metabase.html b/_site/docs/v0.56/installation-and-operation/monitoring-metabase.html index f9bc4ce54..5acce49ef 100644 --- a/_site/docs/v0.56/installation-and-operation/monitoring-metabase.html +++ b/_site/docs/v0.56/installation-and-operation/monitoring-metabase.html @@ -1588,6 +1588,3085 @@
    Embedded Analytics
    +
    Analytics
    + + + +
    Embedding
    + + + +
    Administration
    + + + +
    Other resources
    + + + diff --git a/_site/docs/v0.56/installation-and-operation/observability-with-prometheus.html b/_site/docs/v0.56/installation-and-operation/observability-with-prometheus.html index 6267ae29d..f74115e96 100644 --- a/_site/docs/v0.56/installation-and-operation/observability-with-prometheus.html +++ b/_site/docs/v0.56/installation-and-operation/observability-with-prometheus.html @@ -1588,6 +1588,3085 @@
    Embedded Analytics
    +
    Analytics
    + + + +
    Embedding
    + + + +
    Administration
    + + + +
    Other resources
    + + + diff --git a/_site/docs/v0.56/installation-and-operation/privacy.html b/_site/docs/v0.56/installation-and-operation/privacy.html index d8706941b..b30a12b11 100644 --- a/_site/docs/v0.56/installation-and-operation/privacy.html +++ b/_site/docs/v0.56/installation-and-operation/privacy.html @@ -1588,6 +1588,3085 @@
    Embedded Analytics
    +
    Analytics
    + + + +
    Embedding
    + + + +
    Administration
    + + + +
    Other resources
    + + + diff --git a/_site/docs/v0.56/installation-and-operation/running-metabase-on-azure.html b/_site/docs/v0.56/installation-and-operation/running-metabase-on-azure.html index b270af403..5f45836c0 100644 --- a/_site/docs/v0.56/installation-and-operation/running-metabase-on-azure.html +++ b/_site/docs/v0.56/installation-and-operation/running-metabase-on-azure.html @@ -1588,6 +1588,3085 @@
    Embedded Analytics
    +
    Analytics
    + + + +
    Embedding
    + + + +
    Administration
    + + + +
    Other resources
    + + + diff --git a/_site/docs/v0.56/installation-and-operation/running-metabase-on-debian.html b/_site/docs/v0.56/installation-and-operation/running-metabase-on-debian.html index f5ae0e3c1..b20c4ba2b 100644 --- a/_site/docs/v0.56/installation-and-operation/running-metabase-on-debian.html +++ b/_site/docs/v0.56/installation-and-operation/running-metabase-on-debian.html @@ -1588,6 +1588,3085 @@
    Embedded Analytics
    +
    Analytics
    + + + +
    Embedding
    + + + +
    Administration
    + + + +
    Other resources
    + + + diff --git a/_site/docs/v0.56/installation-and-operation/running-metabase-on-docker.html b/_site/docs/v0.56/installation-and-operation/running-metabase-on-docker.html index 66fe2332d..f9f876105 100644 --- a/_site/docs/v0.56/installation-and-operation/running-metabase-on-docker.html +++ b/_site/docs/v0.56/installation-and-operation/running-metabase-on-docker.html @@ -1588,6 +1588,3085 @@
    Embedded Analytics
    +
    Analytics
    + + + +
    Embedding
    + + + +
    Administration
    + + + +
    Other resources
    + + + diff --git a/_site/docs/v0.56/installation-and-operation/running-metabase-on-elastic-beanstalk.html b/_site/docs/v0.56/installation-and-operation/running-metabase-on-elastic-beanstalk.html index d975b96ae..56ea3b2fe 100644 --- a/_site/docs/v0.56/installation-and-operation/running-metabase-on-elastic-beanstalk.html +++ b/_site/docs/v0.56/installation-and-operation/running-metabase-on-elastic-beanstalk.html @@ -1588,6 +1588,3085 @@
    Embedded Analytics
    +
    Analytics
    + + + +
    Embedding
    + + + +
    Administration
    + + + +
    Other resources
    + + + diff --git a/_site/docs/v0.56/installation-and-operation/running-metabase-on-podman.html b/_site/docs/v0.56/installation-and-operation/running-metabase-on-podman.html index ba292c94a..2fedfa333 100644 --- a/_site/docs/v0.56/installation-and-operation/running-metabase-on-podman.html +++ b/_site/docs/v0.56/installation-and-operation/running-metabase-on-podman.html @@ -1588,6 +1588,3085 @@
    Embedded Analytics
    +
    Analytics
    + + + +
    Embedding
    + + + +
    Administration
    + + + +
    Other resources
    + + + diff --git a/_site/docs/v0.56/installation-and-operation/running-the-metabase-jar-file.html b/_site/docs/v0.56/installation-and-operation/running-the-metabase-jar-file.html index 909f1017a..e7a89376a 100644 --- a/_site/docs/v0.56/installation-and-operation/running-the-metabase-jar-file.html +++ b/_site/docs/v0.56/installation-and-operation/running-the-metabase-jar-file.html @@ -1588,6 +1588,3085 @@
    Embedded Analytics
    +
    Analytics
    + + + +
    Embedding
    + + + +
    Administration
    + + + +
    Other resources
    + + + diff --git a/_site/docs/v0.56/installation-and-operation/serialization.html b/_site/docs/v0.56/installation-and-operation/serialization.html index bdf71dda0..8adad39e8 100644 --- a/_site/docs/v0.56/installation-and-operation/serialization.html +++ b/_site/docs/v0.56/installation-and-operation/serialization.html @@ -1588,6 +1588,3085 @@
    Embedded Analytics
    +
    Analytics
    + + + +
    Embedding
    + + + +
    Administration
    + + + +
    Other resources
    + + + diff --git a/_site/docs/v0.56/installation-and-operation/start.html b/_site/docs/v0.56/installation-and-operation/start.html index 38883b32a..4ca79973f 100644 --- a/_site/docs/v0.56/installation-and-operation/start.html +++ b/_site/docs/v0.56/installation-and-operation/start.html @@ -1588,6 +1588,3085 @@
    Embedded Analytics
    +
    Analytics
    + + + +
    Embedding
    + + + +
    Administration
    + + + +
    Other resources
    + + + diff --git a/_site/docs/v0.56/installation-and-operation/supported-browsers.html b/_site/docs/v0.56/installation-and-operation/supported-browsers.html index 9db08a727..c54ff2f98 100644 --- a/_site/docs/v0.56/installation-and-operation/supported-browsers.html +++ b/_site/docs/v0.56/installation-and-operation/supported-browsers.html @@ -1588,6 +1588,3085 @@
    Embedded Analytics
    +
    Analytics
    + + + +
    Embedding
    + + + +
    Administration
    + + + +
    Other resources
    + + + diff --git a/_site/docs/v0.56/installation-and-operation/upgrading-metabase.html b/_site/docs/v0.56/installation-and-operation/upgrading-metabase.html index 81707f85c..c078d388a 100644 --- a/_site/docs/v0.56/installation-and-operation/upgrading-metabase.html +++ b/_site/docs/v0.56/installation-and-operation/upgrading-metabase.html @@ -1588,6 +1588,3085 @@
    Embedded Analytics
    +
    Analytics
    + + + +
    Embedding
    + + + +
    Administration
    + + + +
    Other resources
    + + + diff --git a/_site/docs/v0.56/people-and-groups/account-settings.html b/_site/docs/v0.56/people-and-groups/account-settings.html index 400a442bc..7a7f36272 100644 --- a/_site/docs/v0.56/people-and-groups/account-settings.html +++ b/_site/docs/v0.56/people-and-groups/account-settings.html @@ -1588,6 +1588,3085 @@
    Embedded Analytics
    +
    Analytics
    + + + +
    Embedding
    + + + +
    Administration
    + + + +
    Other resources
    + + + diff --git a/_site/docs/v0.56/people-and-groups/api-keys.html b/_site/docs/v0.56/people-and-groups/api-keys.html index 3852ded8a..c5dc386e8 100644 --- a/_site/docs/v0.56/people-and-groups/api-keys.html +++ b/_site/docs/v0.56/people-and-groups/api-keys.html @@ -1588,6 +1588,3085 @@
    Embedded Analytics
    +
    Analytics
    + + + +
    Embedding
    + + + +
    Administration
    + + + +
    Other resources
    + + + diff --git a/_site/docs/v0.56/people-and-groups/authenticating-with-jwt.html b/_site/docs/v0.56/people-and-groups/authenticating-with-jwt.html index 1bea1924e..b7ba6fdfd 100644 --- a/_site/docs/v0.56/people-and-groups/authenticating-with-jwt.html +++ b/_site/docs/v0.56/people-and-groups/authenticating-with-jwt.html @@ -1588,6 +1588,3085 @@
    Embedded Analytics
    +
    Analytics
    + + + +
    Embedding
    + + + +
    Administration
    + + + +
    Other resources
    + + + diff --git a/_site/docs/v0.56/people-and-groups/authenticating-with-saml.html b/_site/docs/v0.56/people-and-groups/authenticating-with-saml.html index 1b213f6ee..8d25fcb22 100644 --- a/_site/docs/v0.56/people-and-groups/authenticating-with-saml.html +++ b/_site/docs/v0.56/people-and-groups/authenticating-with-saml.html @@ -1588,6 +1588,3085 @@
    Embedded Analytics
    +
    Analytics
    + + + +
    Embedding
    + + + +
    Administration
    + + + +
    Other resources
    + + + diff --git a/_site/docs/v0.56/people-and-groups/changing-password-complexity.html b/_site/docs/v0.56/people-and-groups/changing-password-complexity.html index ed76d4d3e..f0fbdd62e 100644 --- a/_site/docs/v0.56/people-and-groups/changing-password-complexity.html +++ b/_site/docs/v0.56/people-and-groups/changing-password-complexity.html @@ -1588,6 +1588,3085 @@
    Embedded Analytics
    +
    Analytics
    + + + +
    Embedding
    + + + +
    Administration
    + + + +
    Other resources
    + + + diff --git a/_site/docs/v0.56/people-and-groups/changing-session-expiration.html b/_site/docs/v0.56/people-and-groups/changing-session-expiration.html index 73147ea7e..79b01dfea 100644 --- a/_site/docs/v0.56/people-and-groups/changing-session-expiration.html +++ b/_site/docs/v0.56/people-and-groups/changing-session-expiration.html @@ -1588,6 +1588,3085 @@
    Embedded Analytics
    +
    Analytics
    + + + +
    Embedding
    + + + +
    Administration
    + + + +
    Other resources
    + + + diff --git a/_site/docs/v0.56/people-and-groups/google-sign-in.html b/_site/docs/v0.56/people-and-groups/google-sign-in.html index 463a2cfcf..827098595 100644 --- a/_site/docs/v0.56/people-and-groups/google-sign-in.html +++ b/_site/docs/v0.56/people-and-groups/google-sign-in.html @@ -1588,6 +1588,3085 @@
    Embedded Analytics
    +
    Analytics
    + + + +
    Embedding
    + + + +
    Administration
    + + + +
    Other resources
    + + + diff --git a/_site/docs/v0.56/people-and-groups/ldap.html b/_site/docs/v0.56/people-and-groups/ldap.html index 23d84f9e4..df16dfc63 100644 --- a/_site/docs/v0.56/people-and-groups/ldap.html +++ b/_site/docs/v0.56/people-and-groups/ldap.html @@ -1588,6 +1588,3085 @@
    Embedded Analytics
    +
    Analytics
    + + + +
    Embedding
    + + + +
    Administration
    + + + +
    Other resources
    + + + diff --git a/_site/docs/v0.56/people-and-groups/managing.html b/_site/docs/v0.56/people-and-groups/managing.html index 0c94b9b35..118240dfd 100644 --- a/_site/docs/v0.56/people-and-groups/managing.html +++ b/_site/docs/v0.56/people-and-groups/managing.html @@ -1588,6 +1588,3085 @@
    Embedded Analytics
    +
    Analytics
    + + + +
    Embedding
    + + + +
    Administration
    + + + +
    Other resources
    + + + diff --git a/_site/docs/v0.56/people-and-groups/saml-auth0.html b/_site/docs/v0.56/people-and-groups/saml-auth0.html index f38bc2bea..ec6ef592e 100644 --- a/_site/docs/v0.56/people-and-groups/saml-auth0.html +++ b/_site/docs/v0.56/people-and-groups/saml-auth0.html @@ -1588,6 +1588,3085 @@
    Embedded Analytics
    +
    Analytics
    + + + +
    Embedding
    + + + +
    Administration
    + + + +
    Other resources
    + + + diff --git a/_site/docs/v0.56/people-and-groups/saml-azure.html b/_site/docs/v0.56/people-and-groups/saml-azure.html index 2a1995524..f8a76d0c0 100644 --- a/_site/docs/v0.56/people-and-groups/saml-azure.html +++ b/_site/docs/v0.56/people-and-groups/saml-azure.html @@ -1588,6 +1588,3085 @@
    Embedded Analytics
    +
    Analytics
    + + + +
    Embedding
    + + + +
    Administration
    + + + +
    Other resources
    + + + diff --git a/_site/docs/v0.56/people-and-groups/saml-google.html b/_site/docs/v0.56/people-and-groups/saml-google.html index 1875ee5a8..3191214f2 100644 --- a/_site/docs/v0.56/people-and-groups/saml-google.html +++ b/_site/docs/v0.56/people-and-groups/saml-google.html @@ -1588,6 +1588,3085 @@
    Embedded Analytics
    +
    Analytics
    + + + +
    Embedding
    + + + +
    Administration
    + + + +
    Other resources
    + + + diff --git a/_site/docs/v0.56/people-and-groups/saml-keycloak.html b/_site/docs/v0.56/people-and-groups/saml-keycloak.html index f24c7624e..f35fb65f2 100644 --- a/_site/docs/v0.56/people-and-groups/saml-keycloak.html +++ b/_site/docs/v0.56/people-and-groups/saml-keycloak.html @@ -1588,6 +1588,3085 @@
    Embedded Analytics
    +
    Analytics
    + + + +
    Embedding
    + + + +
    Administration
    + + + +
    Other resources
    + + + diff --git a/_site/docs/v0.56/people-and-groups/saml-okta.html b/_site/docs/v0.56/people-and-groups/saml-okta.html index 1e511af0a..6ce68957a 100644 --- a/_site/docs/v0.56/people-and-groups/saml-okta.html +++ b/_site/docs/v0.56/people-and-groups/saml-okta.html @@ -1588,6 +1588,3085 @@
    Embedded Analytics
    +
    Analytics
    + + + +
    Embedding
    + + + +
    Administration
    + + + +
    Other resources
    + + + diff --git a/_site/docs/v0.56/people-and-groups/start.html b/_site/docs/v0.56/people-and-groups/start.html index efb757012..402b59137 100644 --- a/_site/docs/v0.56/people-and-groups/start.html +++ b/_site/docs/v0.56/people-and-groups/start.html @@ -1588,6 +1588,3085 @@
    Embedded Analytics
    +
    Analytics
    + + + +
    Embedding
    + + + +
    Administration
    + + + +
    Other resources
    + + + diff --git a/_site/docs/v0.56/people-and-groups/user-provisioning.html b/_site/docs/v0.56/people-and-groups/user-provisioning.html index 0f336fc93..c9ccf1940 100644 --- a/_site/docs/v0.56/people-and-groups/user-provisioning.html +++ b/_site/docs/v0.56/people-and-groups/user-provisioning.html @@ -1588,6 +1588,3085 @@
    Embedded Analytics
    +
    Analytics
    + + + +
    Embedding
    + + + +
    Administration
    + + + +
    Other resources
    + + + diff --git a/_site/docs/v0.56/permissions/application.html b/_site/docs/v0.56/permissions/application.html index 1bfb7e4f0..964a0f177 100644 --- a/_site/docs/v0.56/permissions/application.html +++ b/_site/docs/v0.56/permissions/application.html @@ -1588,6 +1588,3085 @@
    Embedded Analytics
    +
    Analytics
    + + + +
    Embedding
    + + + +
    Administration
    + + + +
    Other resources
    + + + diff --git a/_site/docs/v0.56/permissions/collections.html b/_site/docs/v0.56/permissions/collections.html index 9d3306d52..dcc35e37b 100644 --- a/_site/docs/v0.56/permissions/collections.html +++ b/_site/docs/v0.56/permissions/collections.html @@ -1588,6 +1588,3085 @@
    Embedded Analytics
    +
    Analytics
    + + + +
    Embedding
    + + + +
    Administration
    + + + +
    Other resources
    + + + diff --git a/_site/docs/v0.56/permissions/data-sandbox-examples.html b/_site/docs/v0.56/permissions/data-sandbox-examples.html index f31b33b89..5e4334655 100644 --- a/_site/docs/v0.56/permissions/data-sandbox-examples.html +++ b/_site/docs/v0.56/permissions/data-sandbox-examples.html @@ -1588,6 +1588,3085 @@
    Embedded Analytics
    +
    Analytics
    + + + +
    Embedding
    + + + +
    Administration
    + + + +
    Other resources
    + + + diff --git a/_site/docs/v0.56/permissions/data-sandboxes.html b/_site/docs/v0.56/permissions/data-sandboxes.html index bb0a567a0..223924b40 100644 --- a/_site/docs/v0.56/permissions/data-sandboxes.html +++ b/_site/docs/v0.56/permissions/data-sandboxes.html @@ -1588,6 +1588,3085 @@
    Embedded Analytics
    +
    Analytics
    + + + +
    Embedding
    + + + +
    Administration
    + + + +
    Other resources
    + + + diff --git a/_site/docs/v0.56/permissions/data.html b/_site/docs/v0.56/permissions/data.html index 35a1fa326..ea19684ae 100644 --- a/_site/docs/v0.56/permissions/data.html +++ b/_site/docs/v0.56/permissions/data.html @@ -1588,6 +1588,3085 @@
    Embedded Analytics
    +
    Analytics
    + + + +
    Embedding
    + + + +
    Administration
    + + + +
    Other resources
    + + + diff --git a/_site/docs/v0.56/permissions/database-routing.html b/_site/docs/v0.56/permissions/database-routing.html index adf5e729a..56471590b 100644 --- a/_site/docs/v0.56/permissions/database-routing.html +++ b/_site/docs/v0.56/permissions/database-routing.html @@ -1588,6 +1588,3085 @@
    Embedded Analytics
    +
    Analytics
    + + + +
    Embedding
    + + + +
    Administration
    + + + +
    Other resources
    + + + diff --git a/_site/docs/v0.56/permissions/embedding.html b/_site/docs/v0.56/permissions/embedding.html index 62139beee..addbb5294 100644 --- a/_site/docs/v0.56/permissions/embedding.html +++ b/_site/docs/v0.56/permissions/embedding.html @@ -1588,6 +1588,3085 @@
    Embedded Analytics
    +
    Analytics
    + + + +
    Embedding
    + + + +
    Administration
    + + + +
    Other resources
    + + + diff --git a/_site/docs/v0.56/permissions/impersonation.html b/_site/docs/v0.56/permissions/impersonation.html index 2feeb90ca..ff9fb752b 100644 --- a/_site/docs/v0.56/permissions/impersonation.html +++ b/_site/docs/v0.56/permissions/impersonation.html @@ -1588,6 +1588,3085 @@
    Embedded Analytics
    +
    Analytics
    + + + +
    Embedding
    + + + +
    Administration
    + + + +
    Other resources
    + + + diff --git a/_site/docs/v0.56/permissions/introduction.html b/_site/docs/v0.56/permissions/introduction.html index aed8c7c7a..992577cd4 100644 --- a/_site/docs/v0.56/permissions/introduction.html +++ b/_site/docs/v0.56/permissions/introduction.html @@ -1588,6 +1588,3085 @@
    Embedded Analytics
    +
    Analytics
    + + + +
    Embedding
    + + + +
    Administration
    + + + +
    Other resources
    + + + diff --git a/_site/docs/v0.56/permissions/no-self-service-deprecation.html b/_site/docs/v0.56/permissions/no-self-service-deprecation.html index 6ebbe5ce2..e86f18ef8 100644 --- a/_site/docs/v0.56/permissions/no-self-service-deprecation.html +++ b/_site/docs/v0.56/permissions/no-self-service-deprecation.html @@ -1588,6 +1588,3085 @@
    Embedded Analytics
    +
    Analytics
    + + + +
    Embedding
    + + + +
    Administration
    + + + +
    Other resources
    + + + diff --git a/_site/docs/v0.56/permissions/notifications.html b/_site/docs/v0.56/permissions/notifications.html index ab4516311..dc0ceb1cd 100644 --- a/_site/docs/v0.56/permissions/notifications.html +++ b/_site/docs/v0.56/permissions/notifications.html @@ -1588,6 +1588,3085 @@
    Embedded Analytics
    +
    Analytics
    + + + +
    Embedding
    + + + +
    Administration
    + + + +
    Other resources
    + + + diff --git a/_site/docs/v0.56/permissions/snippets.html b/_site/docs/v0.56/permissions/snippets.html index 039da3c11..ce4f4335b 100644 --- a/_site/docs/v0.56/permissions/snippets.html +++ b/_site/docs/v0.56/permissions/snippets.html @@ -1588,6 +1588,3085 @@
    Embedded Analytics
    +
    Analytics
    + + + +
    Embedding
    + + + +
    Administration
    + + + +
    Other resources
    + + + diff --git a/_site/docs/v0.56/permissions/start.html b/_site/docs/v0.56/permissions/start.html index e33032064..049b8148a 100644 --- a/_site/docs/v0.56/permissions/start.html +++ b/_site/docs/v0.56/permissions/start.html @@ -1588,6 +1588,3085 @@
    Embedded Analytics
    +
    Analytics
    + + + +
    Embedding
    + + + +
    Administration
    + + + +
    Other resources
    + + + diff --git a/_site/docs/v0.56/questions/alerts.html b/_site/docs/v0.56/questions/alerts.html index 7dcace321..3de3e0b9b 100644 --- a/_site/docs/v0.56/questions/alerts.html +++ b/_site/docs/v0.56/questions/alerts.html @@ -1588,6 +1588,3085 @@
    Embedded Analytics
    +
    Analytics
    + + + +
    Embedding
    + + + +
    Administration
    + + + +
    Other resources
    + + + diff --git a/_site/docs/v0.56/questions/exporting-results.html b/_site/docs/v0.56/questions/exporting-results.html index c02cacbcd..998a725c3 100644 --- a/_site/docs/v0.56/questions/exporting-results.html +++ b/_site/docs/v0.56/questions/exporting-results.html @@ -1588,6 +1588,3085 @@
    Embedded Analytics
    +
    Analytics
    + + + +
    Embedding
    + + + +
    Administration
    + + + +
    Other resources
    + + + diff --git a/_site/docs/v0.56/questions/introduction.html b/_site/docs/v0.56/questions/introduction.html index 705216fb1..7d8450a5e 100644 --- a/_site/docs/v0.56/questions/introduction.html +++ b/_site/docs/v0.56/questions/introduction.html @@ -1588,6 +1588,3085 @@
    Embedded Analytics
    +
    Analytics
    + + + +
    Embedding
    + + + +
    Administration
    + + + +
    Other resources
    + + + diff --git a/_site/docs/v0.56/questions/native-editor/basic-sql-parameters.html b/_site/docs/v0.56/questions/native-editor/basic-sql-parameters.html index f6d5eaf19..b1eb820df 100644 --- a/_site/docs/v0.56/questions/native-editor/basic-sql-parameters.html +++ b/_site/docs/v0.56/questions/native-editor/basic-sql-parameters.html @@ -1588,6 +1588,3085 @@
    Embedded Analytics
    +
    Analytics
    + + + +
    Embedding
    + + + +
    Administration
    + + + +
    Other resources
    + + + diff --git a/_site/docs/v0.56/questions/native-editor/field-filters.html b/_site/docs/v0.56/questions/native-editor/field-filters.html index 7391849e5..b001dc144 100644 --- a/_site/docs/v0.56/questions/native-editor/field-filters.html +++ b/_site/docs/v0.56/questions/native-editor/field-filters.html @@ -1588,6 +1588,3085 @@
    Embedded Analytics
    +
    Analytics
    + + + +
    Embedding
    + + + +
    Administration
    + + + +
    Other resources
    + + + diff --git a/_site/docs/v0.56/questions/native-editor/filter-widgets.html b/_site/docs/v0.56/questions/native-editor/filter-widgets.html index 54de7cc20..3cd9f61b2 100644 --- a/_site/docs/v0.56/questions/native-editor/filter-widgets.html +++ b/_site/docs/v0.56/questions/native-editor/filter-widgets.html @@ -1588,6 +1588,3085 @@
    Embedded Analytics
    +
    Analytics
    + + + +
    Embedding
    + + + +
    Administration
    + + + +
    Other resources
    + + + diff --git a/_site/docs/v0.56/questions/native-editor/optional-variables.html b/_site/docs/v0.56/questions/native-editor/optional-variables.html index e8487b36e..29ca7a56e 100644 --- a/_site/docs/v0.56/questions/native-editor/optional-variables.html +++ b/_site/docs/v0.56/questions/native-editor/optional-variables.html @@ -1588,6 +1588,3085 @@
    Embedded Analytics
    +
    Analytics
    + + + +
    Embedding
    + + + +
    Administration
    + + + +
    Other resources
    + + + diff --git a/_site/docs/v0.56/questions/native-editor/referencing-saved-questions-in-queries.html b/_site/docs/v0.56/questions/native-editor/referencing-saved-questions-in-queries.html index d1ad9da01..2a27c1502 100644 --- a/_site/docs/v0.56/questions/native-editor/referencing-saved-questions-in-queries.html +++ b/_site/docs/v0.56/questions/native-editor/referencing-saved-questions-in-queries.html @@ -1588,6 +1588,3085 @@
    Embedded Analytics
    +
    Analytics
    + + + +
    Embedding
    + + + +
    Administration
    + + + +
    Other resources
    + + + diff --git a/_site/docs/v0.56/questions/native-editor/snippets.html b/_site/docs/v0.56/questions/native-editor/snippets.html index 8359f7686..f89dbb823 100644 --- a/_site/docs/v0.56/questions/native-editor/snippets.html +++ b/_site/docs/v0.56/questions/native-editor/snippets.html @@ -1588,6 +1588,3085 @@
    Embedded Analytics
    +
    Analytics
    + + + +
    Embedding
    + + + +
    Administration
    + + + +
    Other resources
    + + + diff --git a/_site/docs/v0.56/questions/native-editor/sql-parameters.html b/_site/docs/v0.56/questions/native-editor/sql-parameters.html index 51d5a8393..b034419b3 100644 --- a/_site/docs/v0.56/questions/native-editor/sql-parameters.html +++ b/_site/docs/v0.56/questions/native-editor/sql-parameters.html @@ -1588,6 +1588,3085 @@
    Embedded Analytics
    +
    Analytics
    + + + +
    Embedding
    + + + +
    Administration
    + + + +
    Other resources
    + + + diff --git a/_site/docs/v0.56/questions/native-editor/time-grouping-parameters.html b/_site/docs/v0.56/questions/native-editor/time-grouping-parameters.html index 588abb935..9bf695937 100644 --- a/_site/docs/v0.56/questions/native-editor/time-grouping-parameters.html +++ b/_site/docs/v0.56/questions/native-editor/time-grouping-parameters.html @@ -1588,6 +1588,3085 @@
    Embedded Analytics
    +
    Analytics
    + + + +
    Embedding
    + + + +
    Administration
    + + + +
    Other resources
    + + + diff --git a/_site/docs/v0.56/questions/native-editor/writing-sql.html b/_site/docs/v0.56/questions/native-editor/writing-sql.html index 3c18d5c19..a3b8062af 100644 --- a/_site/docs/v0.56/questions/native-editor/writing-sql.html +++ b/_site/docs/v0.56/questions/native-editor/writing-sql.html @@ -1588,6 +1588,3085 @@
    Embedded Analytics
    +
    Analytics
    + + + +
    Embedding
    + + + +
    Administration
    + + + +
    Other resources
    + + + diff --git a/_site/docs/v0.56/questions/query-builder/editor.html b/_site/docs/v0.56/questions/query-builder/editor.html index 9c10b2beb..337923c87 100644 --- a/_site/docs/v0.56/questions/query-builder/editor.html +++ b/_site/docs/v0.56/questions/query-builder/editor.html @@ -1588,6 +1588,3085 @@
    Embedded Analytics
    +
    Analytics
    + + + +
    Embedding
    + + + +
    Administration
    + + + +
    Other resources
    + + + diff --git a/_site/docs/v0.56/questions/query-builder/expressions-list.html b/_site/docs/v0.56/questions/query-builder/expressions-list.html index 1ce17fa74..23fb9ea08 100644 --- a/_site/docs/v0.56/questions/query-builder/expressions-list.html +++ b/_site/docs/v0.56/questions/query-builder/expressions-list.html @@ -1588,6 +1588,3085 @@
    Embedded Analytics
    +
    Analytics
    + + + +
    Embedding
    + + + +
    Administration
    + + + +
    Other resources
    + + + diff --git a/_site/docs/v0.56/questions/query-builder/expressions.html b/_site/docs/v0.56/questions/query-builder/expressions.html index e71fe4cbb..5c5fdc7f7 100644 --- a/_site/docs/v0.56/questions/query-builder/expressions.html +++ b/_site/docs/v0.56/questions/query-builder/expressions.html @@ -1588,6 +1588,3085 @@
    Embedded Analytics
    +
    Analytics
    + + + +
    Embedding
    + + + +
    Administration
    + + + +
    Other resources
    + + + diff --git a/_site/docs/v0.56/questions/query-builder/expressions/case.html b/_site/docs/v0.56/questions/query-builder/expressions/case.html index 1f9079d82..117645ef3 100644 --- a/_site/docs/v0.56/questions/query-builder/expressions/case.html +++ b/_site/docs/v0.56/questions/query-builder/expressions/case.html @@ -1588,6 +1588,3085 @@
    Embedded Analytics
    +
    Analytics
    + + + +
    Embedding
    + + + +
    Administration
    + + + +
    Other resources
    + + + diff --git a/_site/docs/v0.56/questions/query-builder/expressions/coalesce.html b/_site/docs/v0.56/questions/query-builder/expressions/coalesce.html index 75ac3a14e..99d0f9244 100644 --- a/_site/docs/v0.56/questions/query-builder/expressions/coalesce.html +++ b/_site/docs/v0.56/questions/query-builder/expressions/coalesce.html @@ -1588,6 +1588,3085 @@
    Embedded Analytics
    +
    Analytics
    + + + +
    Embedding
    + + + +
    Administration
    + + + +
    Other resources
    + + + diff --git a/_site/docs/v0.56/questions/query-builder/expressions/concat.html b/_site/docs/v0.56/questions/query-builder/expressions/concat.html index 2cccc5a53..15d77142f 100644 --- a/_site/docs/v0.56/questions/query-builder/expressions/concat.html +++ b/_site/docs/v0.56/questions/query-builder/expressions/concat.html @@ -1588,6 +1588,3085 @@
    Embedded Analytics
    +
    Analytics
    + + + +
    Embedding
    + + + +
    Administration
    + + + +
    Other resources
    + + + diff --git a/_site/docs/v0.56/questions/query-builder/expressions/converttimezone.html b/_site/docs/v0.56/questions/query-builder/expressions/converttimezone.html index d31048cba..654a24f9f 100644 --- a/_site/docs/v0.56/questions/query-builder/expressions/converttimezone.html +++ b/_site/docs/v0.56/questions/query-builder/expressions/converttimezone.html @@ -1588,6 +1588,3085 @@
    Embedded Analytics
    +
    Analytics
    + + + +
    Embedding
    + + + +
    Administration
    + + + +
    Other resources
    + + + diff --git a/_site/docs/v0.56/questions/query-builder/expressions/countif.html b/_site/docs/v0.56/questions/query-builder/expressions/countif.html index 79d30742d..143622bc8 100644 --- a/_site/docs/v0.56/questions/query-builder/expressions/countif.html +++ b/_site/docs/v0.56/questions/query-builder/expressions/countif.html @@ -1588,6 +1588,3085 @@
    Embedded Analytics
    +
    Analytics
    + + + +
    Embedding
    + + + +
    Administration
    + + + +
    Other resources
    + + + diff --git a/_site/docs/v0.56/questions/query-builder/expressions/cumulative.html b/_site/docs/v0.56/questions/query-builder/expressions/cumulative.html index 2ecf047bf..a355435d7 100644 --- a/_site/docs/v0.56/questions/query-builder/expressions/cumulative.html +++ b/_site/docs/v0.56/questions/query-builder/expressions/cumulative.html @@ -1588,6 +1588,3085 @@
    Embedded Analytics
    +
    Analytics
    + + + +
    Embedding
    + + + +
    Administration
    + + + +
    Other resources
    + + + diff --git a/_site/docs/v0.56/questions/query-builder/expressions/datetimeadd.html b/_site/docs/v0.56/questions/query-builder/expressions/datetimeadd.html index fb17920fa..25dc0937b 100644 --- a/_site/docs/v0.56/questions/query-builder/expressions/datetimeadd.html +++ b/_site/docs/v0.56/questions/query-builder/expressions/datetimeadd.html @@ -1588,6 +1588,3085 @@
    Embedded Analytics
    +
    Analytics
    + + + +
    Embedding
    + + + +
    Administration
    + + + +
    Other resources
    + + + diff --git a/_site/docs/v0.56/questions/query-builder/expressions/datetimediff.html b/_site/docs/v0.56/questions/query-builder/expressions/datetimediff.html index f66cf81ff..d01027d4e 100644 --- a/_site/docs/v0.56/questions/query-builder/expressions/datetimediff.html +++ b/_site/docs/v0.56/questions/query-builder/expressions/datetimediff.html @@ -1588,6 +1588,3085 @@
    Embedded Analytics
    +
    Analytics
    + + + +
    Embedding
    + + + +
    Administration
    + + + +
    Other resources
    + + + diff --git a/_site/docs/v0.56/questions/query-builder/expressions/datetimesubtract.html b/_site/docs/v0.56/questions/query-builder/expressions/datetimesubtract.html index 3dc1336b6..5229d9fbf 100644 --- a/_site/docs/v0.56/questions/query-builder/expressions/datetimesubtract.html +++ b/_site/docs/v0.56/questions/query-builder/expressions/datetimesubtract.html @@ -1588,6 +1588,3085 @@
    Embedded Analytics
    +
    Analytics
    + + + +
    Embedding
    + + + +
    Administration
    + + + +
    Other resources
    + + + diff --git a/_site/docs/v0.56/questions/query-builder/expressions/in.html b/_site/docs/v0.56/questions/query-builder/expressions/in.html index 613d3ff43..ae0764a07 100644 --- a/_site/docs/v0.56/questions/query-builder/expressions/in.html +++ b/_site/docs/v0.56/questions/query-builder/expressions/in.html @@ -1588,6 +1588,3085 @@
    Embedded Analytics
    +
    Analytics
    + + + +
    Embedding
    + + + +
    Administration
    + + + +
    Other resources
    + + + diff --git a/_site/docs/v0.56/questions/query-builder/expressions/isempty.html b/_site/docs/v0.56/questions/query-builder/expressions/isempty.html index 48383ffa3..ca608fa71 100644 --- a/_site/docs/v0.56/questions/query-builder/expressions/isempty.html +++ b/_site/docs/v0.56/questions/query-builder/expressions/isempty.html @@ -1588,6 +1588,3085 @@
    Embedded Analytics
    +
    Analytics
    + + + +
    Embedding
    + + + +
    Administration
    + + + +
    Other resources
    + + + diff --git a/_site/docs/v0.56/questions/query-builder/expressions/isnull.html b/_site/docs/v0.56/questions/query-builder/expressions/isnull.html index a09502e5f..a4ea5e53c 100644 --- a/_site/docs/v0.56/questions/query-builder/expressions/isnull.html +++ b/_site/docs/v0.56/questions/query-builder/expressions/isnull.html @@ -1588,6 +1588,3085 @@
    Embedded Analytics
    +
    Analytics
    + + + +
    Embedding
    + + + +
    Administration
    + + + +
    Other resources
    + + + diff --git a/_site/docs/v0.56/questions/query-builder/expressions/now.html b/_site/docs/v0.56/questions/query-builder/expressions/now.html index b33c5b618..1d98799e5 100644 --- a/_site/docs/v0.56/questions/query-builder/expressions/now.html +++ b/_site/docs/v0.56/questions/query-builder/expressions/now.html @@ -1588,6 +1588,3085 @@
    Embedded Analytics
    +
    Analytics
    + + + +
    Embedding
    + + + +
    Administration
    + + + +
    Other resources
    + + + diff --git a/_site/docs/v0.56/questions/query-builder/expressions/offset.html b/_site/docs/v0.56/questions/query-builder/expressions/offset.html index 5e2bef818..56ba6d488 100644 --- a/_site/docs/v0.56/questions/query-builder/expressions/offset.html +++ b/_site/docs/v0.56/questions/query-builder/expressions/offset.html @@ -1588,6 +1588,3085 @@
    Embedded Analytics
    +
    Analytics
    + + + +
    Embedding
    + + + +
    Administration
    + + + +
    Other resources
    + + + diff --git a/_site/docs/v0.56/questions/query-builder/expressions/regexextract.html b/_site/docs/v0.56/questions/query-builder/expressions/regexextract.html index 479fa6230..6d0bfa14c 100644 --- a/_site/docs/v0.56/questions/query-builder/expressions/regexextract.html +++ b/_site/docs/v0.56/questions/query-builder/expressions/regexextract.html @@ -1588,6 +1588,3085 @@
    Embedded Analytics
    +
    Analytics
    + + + +
    Embedding
    + + + +
    Administration
    + + + +
    Other resources
    + + + diff --git a/_site/docs/v0.56/questions/query-builder/expressions/substring.html b/_site/docs/v0.56/questions/query-builder/expressions/substring.html index 0b75e74d4..4081d00a2 100644 --- a/_site/docs/v0.56/questions/query-builder/expressions/substring.html +++ b/_site/docs/v0.56/questions/query-builder/expressions/substring.html @@ -1588,6 +1588,3085 @@
    Embedded Analytics
    +
    Analytics
    + + + +
    Embedding
    + + + +
    Administration
    + + + +
    Other resources
    + + + diff --git a/_site/docs/v0.56/questions/query-builder/expressions/sumif.html b/_site/docs/v0.56/questions/query-builder/expressions/sumif.html index a7a19d485..a38de5f68 100644 --- a/_site/docs/v0.56/questions/query-builder/expressions/sumif.html +++ b/_site/docs/v0.56/questions/query-builder/expressions/sumif.html @@ -1588,6 +1588,3085 @@
    Embedded Analytics
    +
    Analytics
    + + + +
    Embedding
    + + + +
    Administration
    + + + +
    Other resources
    + + + diff --git a/_site/docs/v0.56/questions/query-builder/expressions/week.html b/_site/docs/v0.56/questions/query-builder/expressions/week.html index 61d7a6998..9933abf2c 100644 --- a/_site/docs/v0.56/questions/query-builder/expressions/week.html +++ b/_site/docs/v0.56/questions/query-builder/expressions/week.html @@ -1588,6 +1588,3085 @@
    Embedded Analytics
    +
    Analytics
    + + + +
    Embedding
    + + + +
    Administration
    + + + +
    Other resources
    + + + diff --git a/_site/docs/v0.56/questions/query-builder/filters.html b/_site/docs/v0.56/questions/query-builder/filters.html index d1a65570f..44dc0fde8 100644 --- a/_site/docs/v0.56/questions/query-builder/filters.html +++ b/_site/docs/v0.56/questions/query-builder/filters.html @@ -1588,6 +1588,3085 @@
    Embedded Analytics
    +
    Analytics
    + + + +
    Embedding
    + + + +
    Administration
    + + + +
    Other resources
    + + + diff --git a/_site/docs/v0.56/questions/query-builder/join.html b/_site/docs/v0.56/questions/query-builder/join.html index 0f4ef5b35..143793f0a 100644 --- a/_site/docs/v0.56/questions/query-builder/join.html +++ b/_site/docs/v0.56/questions/query-builder/join.html @@ -1588,6 +1588,3085 @@
    Embedded Analytics
    +
    Analytics
    + + + +
    Embedding
    + + + +
    Administration
    + + + +
    Other resources
    + + + diff --git a/_site/docs/v0.56/questions/query-builder/summarizing-and-grouping.html b/_site/docs/v0.56/questions/query-builder/summarizing-and-grouping.html index df50fff60..d12e1ee59 100644 --- a/_site/docs/v0.56/questions/query-builder/summarizing-and-grouping.html +++ b/_site/docs/v0.56/questions/query-builder/summarizing-and-grouping.html @@ -1588,6 +1588,3085 @@
    Embedded Analytics
    +
    Analytics
    + + + +
    Embedding
    + + + +
    Administration
    + + + +
    Other resources
    + + + diff --git a/_site/docs/v0.56/questions/start.html b/_site/docs/v0.56/questions/start.html index c7eb1800b..fc4868b69 100644 --- a/_site/docs/v0.56/questions/start.html +++ b/_site/docs/v0.56/questions/start.html @@ -1588,6 +1588,3085 @@
    Embedded Analytics
    +
    Analytics
    + + + +
    Embedding
    + + + +
    Administration
    + + + +
    Other resources
    + + + diff --git a/_site/docs/v0.56/questions/visualizations/combo-chart.html b/_site/docs/v0.56/questions/visualizations/combo-chart.html index 12ae23e68..469526287 100644 --- a/_site/docs/v0.56/questions/visualizations/combo-chart.html +++ b/_site/docs/v0.56/questions/visualizations/combo-chart.html @@ -1588,6 +1588,3085 @@
    Embedded Analytics
    +
    Analytics
    + + + +
    Embedding
    + + + +
    Administration
    + + + +
    Other resources
    + + + diff --git a/_site/docs/v0.56/questions/visualizations/country-codes.html b/_site/docs/v0.56/questions/visualizations/country-codes.html index 81cda2bec..26bafdc0d 100644 --- a/_site/docs/v0.56/questions/visualizations/country-codes.html +++ b/_site/docs/v0.56/questions/visualizations/country-codes.html @@ -1588,6 +1588,3085 @@
    Embedded Analytics
    +
    Analytics
    + + + +
    Embedding
    + + + +
    Administration
    + + + +
    Other resources
    + + + diff --git a/_site/docs/v0.56/questions/visualizations/detail.html b/_site/docs/v0.56/questions/visualizations/detail.html index 504329f93..7ba0cb77f 100644 --- a/_site/docs/v0.56/questions/visualizations/detail.html +++ b/_site/docs/v0.56/questions/visualizations/detail.html @@ -1602,6 +1602,3085 @@
    Embedded Analytics
    +
    Analytics
    + + + +
    Embedding
    + + + +
    Administration
    + + + +
    Other resources
    + + + diff --git a/_site/docs/v0.56/questions/visualizations/funnel.html b/_site/docs/v0.56/questions/visualizations/funnel.html index 632bdc21d..b88887422 100644 --- a/_site/docs/v0.56/questions/visualizations/funnel.html +++ b/_site/docs/v0.56/questions/visualizations/funnel.html @@ -1588,6 +1588,3085 @@
    Embedded Analytics
    +
    Analytics
    + + + +
    Embedding
    + + + +
    Administration
    + + + +
    Other resources
    + + + diff --git a/_site/docs/v0.56/questions/visualizations/gauge.html b/_site/docs/v0.56/questions/visualizations/gauge.html index 1b9a8f0d7..f9d53f8d8 100644 --- a/_site/docs/v0.56/questions/visualizations/gauge.html +++ b/_site/docs/v0.56/questions/visualizations/gauge.html @@ -1588,6 +1588,3085 @@
    Embedded Analytics
    +
    Analytics
    + + + +
    Embedding
    + + + +
    Administration
    + + + +
    Other resources
    + + + diff --git a/_site/docs/v0.56/questions/visualizations/line-bar-and-area-charts.html b/_site/docs/v0.56/questions/visualizations/line-bar-and-area-charts.html index ceae5e632..6d49138c6 100644 --- a/_site/docs/v0.56/questions/visualizations/line-bar-and-area-charts.html +++ b/_site/docs/v0.56/questions/visualizations/line-bar-and-area-charts.html @@ -1588,6 +1588,3085 @@
    Embedded Analytics
    +
    Analytics
    + + + +
    Embedding
    + + + +
    Administration
    + + + +
    Other resources
    + + + diff --git a/_site/docs/v0.56/questions/visualizations/map.html b/_site/docs/v0.56/questions/visualizations/map.html index dfcaa59ac..52292b463 100644 --- a/_site/docs/v0.56/questions/visualizations/map.html +++ b/_site/docs/v0.56/questions/visualizations/map.html @@ -1588,6 +1588,3085 @@
    Embedded Analytics
    +
    Analytics
    + + + +
    Embedding
    + + + +
    Administration
    + + + +
    Other resources
    + + + diff --git a/_site/docs/v0.56/questions/visualizations/numbers.html b/_site/docs/v0.56/questions/visualizations/numbers.html index b2f831eeb..eeed960bb 100644 --- a/_site/docs/v0.56/questions/visualizations/numbers.html +++ b/_site/docs/v0.56/questions/visualizations/numbers.html @@ -1588,6 +1588,3085 @@
    Embedded Analytics
    +
    Analytics
    + + + +
    Embedding
    + + + +
    Administration
    + + + +
    Other resources
    + + + diff --git a/_site/docs/v0.56/questions/visualizations/pie-or-donut-chart.html b/_site/docs/v0.56/questions/visualizations/pie-or-donut-chart.html index 890fe865e..f136fc53a 100644 --- a/_site/docs/v0.56/questions/visualizations/pie-or-donut-chart.html +++ b/_site/docs/v0.56/questions/visualizations/pie-or-donut-chart.html @@ -1588,6 +1588,3085 @@
    Embedded Analytics
    +
    Analytics
    + + + +
    Embedding
    + + + +
    Administration
    + + + +
    Other resources
    + + + diff --git a/_site/docs/v0.56/questions/visualizations/pivot-table.html b/_site/docs/v0.56/questions/visualizations/pivot-table.html index 5e04aa997..af3cff8f5 100644 --- a/_site/docs/v0.56/questions/visualizations/pivot-table.html +++ b/_site/docs/v0.56/questions/visualizations/pivot-table.html @@ -1588,6 +1588,3085 @@
    Embedded Analytics
    +
    Analytics
    + + + +
    Embedding
    + + + +
    Administration
    + + + +
    Other resources
    + + + diff --git a/_site/docs/v0.56/questions/visualizations/progress-bar.html b/_site/docs/v0.56/questions/visualizations/progress-bar.html index 59ab67dc7..9f26a880d 100644 --- a/_site/docs/v0.56/questions/visualizations/progress-bar.html +++ b/_site/docs/v0.56/questions/visualizations/progress-bar.html @@ -1588,6 +1588,3085 @@
    Embedded Analytics
    +
    Analytics
    + + + +
    Embedding
    + + + +
    Administration
    + + + +
    Other resources
    + + + diff --git a/_site/docs/v0.56/questions/visualizations/sankey.html b/_site/docs/v0.56/questions/visualizations/sankey.html index e36a129ab..27f7d8d76 100644 --- a/_site/docs/v0.56/questions/visualizations/sankey.html +++ b/_site/docs/v0.56/questions/visualizations/sankey.html @@ -1588,6 +1588,3085 @@
    Embedded Analytics
    +
    Analytics
    + + + +
    Embedding
    + + + +
    Administration
    + + + +
    Other resources
    + + + diff --git a/_site/docs/v0.56/questions/visualizations/scatterplot-or-bubble-chart.html b/_site/docs/v0.56/questions/visualizations/scatterplot-or-bubble-chart.html index 2bdaf918f..efae97a90 100644 --- a/_site/docs/v0.56/questions/visualizations/scatterplot-or-bubble-chart.html +++ b/_site/docs/v0.56/questions/visualizations/scatterplot-or-bubble-chart.html @@ -1588,6 +1588,3085 @@
    Embedded Analytics
    +
    Analytics
    + + + +
    Embedding
    + + + +
    Administration
    + + + +
    Other resources
    + + + diff --git a/_site/docs/v0.56/questions/visualizations/table.html b/_site/docs/v0.56/questions/visualizations/table.html index f0fcd6b40..13fb7f3cf 100644 --- a/_site/docs/v0.56/questions/visualizations/table.html +++ b/_site/docs/v0.56/questions/visualizations/table.html @@ -1588,6 +1588,3085 @@
    Embedded Analytics
    +
    Analytics
    + + + +
    Embedding
    + + + +
    Administration
    + + + +
    Other resources
    + + + diff --git a/_site/docs/v0.56/questions/visualizations/tooltips.html b/_site/docs/v0.56/questions/visualizations/tooltips.html index 8957fb838..cbfdd07e1 100644 --- a/_site/docs/v0.56/questions/visualizations/tooltips.html +++ b/_site/docs/v0.56/questions/visualizations/tooltips.html @@ -1588,6 +1588,3085 @@
    Embedded Analytics
    +
    Analytics
    + + + +
    Embedding
    + + + +
    Administration
    + + + +
    Other resources
    + + + diff --git a/_site/docs/v0.56/questions/visualizations/trend.html b/_site/docs/v0.56/questions/visualizations/trend.html index 1360e91e9..2411cbe61 100644 --- a/_site/docs/v0.56/questions/visualizations/trend.html +++ b/_site/docs/v0.56/questions/visualizations/trend.html @@ -1588,6 +1588,3085 @@
    Embedded Analytics
    +
    Analytics
    + + + +
    Embedding
    + + + +
    Administration
    + + + +
    Other resources
    + + + diff --git a/_site/docs/v0.56/questions/visualizations/visualizing-results.html b/_site/docs/v0.56/questions/visualizations/visualizing-results.html index a6a13fc9c..ae3e580ed 100644 --- a/_site/docs/v0.56/questions/visualizations/visualizing-results.html +++ b/_site/docs/v0.56/questions/visualizations/visualizing-results.html @@ -1588,6 +1588,3085 @@
    Embedded Analytics
    +
    Analytics
    + + + +
    Embedding
    + + + +
    Administration
    + + + +
    Other resources
    + + + diff --git a/_site/docs/v0.56/questions/visualizations/waterfall-chart.html b/_site/docs/v0.56/questions/visualizations/waterfall-chart.html index e55340365..4078560bd 100644 --- a/_site/docs/v0.56/questions/visualizations/waterfall-chart.html +++ b/_site/docs/v0.56/questions/visualizations/waterfall-chart.html @@ -1588,6 +1588,3085 @@
    Embedded Analytics
    +
    Analytics
    + + + +
    Embedding
    + + + +
    Administration
    + + + +
    Other resources
    + + + diff --git a/_site/docs/v0.56/troubleshooting-guide/bigquery-drive.html b/_site/docs/v0.56/troubleshooting-guide/bigquery-drive.html index 5f33be846..e3b9f67ad 100644 --- a/_site/docs/v0.56/troubleshooting-guide/bigquery-drive.html +++ b/_site/docs/v0.56/troubleshooting-guide/bigquery-drive.html @@ -1588,6 +1588,3085 @@
    Embedded Analytics
    +
    Analytics
    + + + +
    Embedding
    + + + +
    Administration
    + + + +
    Other resources
    + + + diff --git a/_site/docs/v0.56/troubleshooting-guide/bugs.html b/_site/docs/v0.56/troubleshooting-guide/bugs.html index 777348c43..f189c873f 100644 --- a/_site/docs/v0.56/troubleshooting-guide/bugs.html +++ b/_site/docs/v0.56/troubleshooting-guide/bugs.html @@ -1588,6 +1588,3085 @@
    Embedded Analytics
    +
    Analytics
    + + + +
    Embedding
    + + + +
    Administration
    + + + +
    Other resources
    + + + diff --git a/_site/docs/v0.56/troubleshooting-guide/cant-log-in.html b/_site/docs/v0.56/troubleshooting-guide/cant-log-in.html index 58463e4c7..221cbf5f5 100644 --- a/_site/docs/v0.56/troubleshooting-guide/cant-log-in.html +++ b/_site/docs/v0.56/troubleshooting-guide/cant-log-in.html @@ -1588,6 +1588,3085 @@
    Embedded Analytics
    +
    Analytics
    + + + +
    Embedding
    + + + +
    Administration
    + + + +
    Other resources
    + + + diff --git a/_site/docs/v0.56/troubleshooting-guide/cant-see-tables.html b/_site/docs/v0.56/troubleshooting-guide/cant-see-tables.html index 32cd71aa2..8e09523f7 100644 --- a/_site/docs/v0.56/troubleshooting-guide/cant-see-tables.html +++ b/_site/docs/v0.56/troubleshooting-guide/cant-see-tables.html @@ -1588,6 +1588,3085 @@
    Embedded Analytics
    +
    Analytics
    + + + +
    Embedding
    + + + +
    Administration
    + + + +
    Other resources
    + + + diff --git a/_site/docs/v0.56/troubleshooting-guide/cant-send-email.html b/_site/docs/v0.56/troubleshooting-guide/cant-send-email.html index 8fc3e9a1e..ee224c3d5 100644 --- a/_site/docs/v0.56/troubleshooting-guide/cant-send-email.html +++ b/_site/docs/v0.56/troubleshooting-guide/cant-send-email.html @@ -1588,6 +1588,3085 @@
    Embedded Analytics
    +
    Analytics
    + + + +
    Embedding
    + + + +
    Administration
    + + + +
    Other resources
    + + + diff --git a/_site/docs/v0.56/troubleshooting-guide/cant-view-or-edit.html b/_site/docs/v0.56/troubleshooting-guide/cant-view-or-edit.html index e77623938..326ed308f 100644 --- a/_site/docs/v0.56/troubleshooting-guide/cant-view-or-edit.html +++ b/_site/docs/v0.56/troubleshooting-guide/cant-view-or-edit.html @@ -1588,6 +1588,3085 @@
    Embedded Analytics
    +
    Analytics
    + + + +
    Embedding
    + + + +
    Administration
    + + + +
    Other resources
    + + + diff --git a/_site/docs/v0.56/troubleshooting-guide/create-har-file.html b/_site/docs/v0.56/troubleshooting-guide/create-har-file.html index 6ad1c1af6..cece0ed25 100644 --- a/_site/docs/v0.56/troubleshooting-guide/create-har-file.html +++ b/_site/docs/v0.56/troubleshooting-guide/create-har-file.html @@ -1588,6 +1588,3085 @@
    Embedded Analytics
    +
    Analytics
    + + + +
    Embedding
    + + + +
    Administration
    + + + +
    Other resources
    + + + diff --git a/_site/docs/v0.56/troubleshooting-guide/data-permissions.html b/_site/docs/v0.56/troubleshooting-guide/data-permissions.html index 33e9ae728..84b051232 100644 --- a/_site/docs/v0.56/troubleshooting-guide/data-permissions.html +++ b/_site/docs/v0.56/troubleshooting-guide/data-permissions.html @@ -1588,6 +1588,3085 @@
    Embedded Analytics
    +
    Analytics
    + + + +
    Embedding
    + + + +
    Administration
    + + + +
    Other resources
    + + + diff --git a/_site/docs/v0.56/troubleshooting-guide/db-connection.html b/_site/docs/v0.56/troubleshooting-guide/db-connection.html index b621045b3..15891b17f 100644 --- a/_site/docs/v0.56/troubleshooting-guide/db-connection.html +++ b/_site/docs/v0.56/troubleshooting-guide/db-connection.html @@ -1588,6 +1588,3085 @@
    Embedded Analytics
    +
    Analytics
    + + + +
    Embedding
    + + + +
    Administration
    + + + +
    Other resources
    + + + diff --git a/_site/docs/v0.56/troubleshooting-guide/db-performance.html b/_site/docs/v0.56/troubleshooting-guide/db-performance.html index 79e856e6b..48ebbf2c1 100644 --- a/_site/docs/v0.56/troubleshooting-guide/db-performance.html +++ b/_site/docs/v0.56/troubleshooting-guide/db-performance.html @@ -1588,6 +1588,3085 @@
    Embedded Analytics
    +
    Analytics
    + + + +
    Embedding
    + + + +
    Administration
    + + + +
    Other resources
    + + + diff --git a/_site/docs/v0.56/troubleshooting-guide/diagnostic-info.html b/_site/docs/v0.56/troubleshooting-guide/diagnostic-info.html index 42406bd88..b41ccdaca 100644 --- a/_site/docs/v0.56/troubleshooting-guide/diagnostic-info.html +++ b/_site/docs/v0.56/troubleshooting-guide/diagnostic-info.html @@ -1588,6 +1588,3085 @@
    Embedded Analytics
    +
    Analytics
    + + + +
    Embedding
    + + + +
    Administration
    + + + +
    Other resources
    + + + diff --git a/_site/docs/v0.56/troubleshooting-guide/docker.html b/_site/docs/v0.56/troubleshooting-guide/docker.html index a2aad4555..affae235e 100644 --- a/_site/docs/v0.56/troubleshooting-guide/docker.html +++ b/_site/docs/v0.56/troubleshooting-guide/docker.html @@ -1588,6 +1588,3085 @@
    Embedded Analytics
    +
    Analytics
    + + + +
    Embedding
    + + + +
    Administration
    + + + +
    Other resources
    + + + diff --git a/_site/docs/v0.56/troubleshooting-guide/error-message.html b/_site/docs/v0.56/troubleshooting-guide/error-message.html index 41735022c..9a4b68685 100644 --- a/_site/docs/v0.56/troubleshooting-guide/error-message.html +++ b/_site/docs/v0.56/troubleshooting-guide/error-message.html @@ -1588,6 +1588,3085 @@
    Embedded Analytics
    +
    Analytics
    + + + +
    Embedding
    + + + +
    Administration
    + + + +
    Other resources
    + + + diff --git a/_site/docs/v0.56/troubleshooting-guide/filters.html b/_site/docs/v0.56/troubleshooting-guide/filters.html index 6dff64eec..24dac1e33 100644 --- a/_site/docs/v0.56/troubleshooting-guide/filters.html +++ b/_site/docs/v0.56/troubleshooting-guide/filters.html @@ -1588,6 +1588,3085 @@
    Embedded Analytics
    +
    Analytics
    + + + +
    Embedding
    + + + +
    Administration
    + + + +
    Other resources
    + + + diff --git a/_site/docs/v0.56/troubleshooting-guide/index.html b/_site/docs/v0.56/troubleshooting-guide/index.html index bb15f25cb..bf5843fed 100644 --- a/_site/docs/v0.56/troubleshooting-guide/index.html +++ b/_site/docs/v0.56/troubleshooting-guide/index.html @@ -1588,6 +1588,3085 @@
    Embedded Analytics
    +
    Analytics
    + + + +
    Embedding
    + + + +
    Administration
    + + + +
    Other resources
    + + + diff --git a/_site/docs/v0.56/troubleshooting-guide/known-issues.html b/_site/docs/v0.56/troubleshooting-guide/known-issues.html index c7675b11b..1cd9f0641 100644 --- a/_site/docs/v0.56/troubleshooting-guide/known-issues.html +++ b/_site/docs/v0.56/troubleshooting-guide/known-issues.html @@ -1588,6 +1588,3085 @@
    Embedded Analytics
    +
    Analytics
    + + + +
    Embedding
    + + + +
    Administration
    + + + +
    Other resources
    + + + diff --git a/_site/docs/v0.56/troubleshooting-guide/ldap.html b/_site/docs/v0.56/troubleshooting-guide/ldap.html index 60d10ac55..2ba800ada 100644 --- a/_site/docs/v0.56/troubleshooting-guide/ldap.html +++ b/_site/docs/v0.56/troubleshooting-guide/ldap.html @@ -1588,6 +1588,3085 @@
    Embedded Analytics
    +
    Analytics
    + + + +
    Embedding
    + + + +
    Administration
    + + + +
    Other resources
    + + + diff --git a/_site/docs/v0.56/troubleshooting-guide/linked-filters.html b/_site/docs/v0.56/troubleshooting-guide/linked-filters.html index 344686ec7..fe6628874 100644 --- a/_site/docs/v0.56/troubleshooting-guide/linked-filters.html +++ b/_site/docs/v0.56/troubleshooting-guide/linked-filters.html @@ -1588,6 +1588,3085 @@
    Embedded Analytics
    +
    Analytics
    + + + +
    Embedding
    + + + +
    Administration
    + + + +
    Other resources
    + + + diff --git a/_site/docs/v0.56/troubleshooting-guide/loading-from-h2.html b/_site/docs/v0.56/troubleshooting-guide/loading-from-h2.html index 3127a41ee..e9961aa18 100644 --- a/_site/docs/v0.56/troubleshooting-guide/loading-from-h2.html +++ b/_site/docs/v0.56/troubleshooting-guide/loading-from-h2.html @@ -1588,6 +1588,3085 @@
    Embedded Analytics
    +
    Analytics
    + + + +
    Embedding
    + + + +
    Administration
    + + + +
    Other resources
    + + + diff --git a/_site/docs/v0.56/troubleshooting-guide/models.html b/_site/docs/v0.56/troubleshooting-guide/models.html index cb36b7526..b9f3e6580 100644 --- a/_site/docs/v0.56/troubleshooting-guide/models.html +++ b/_site/docs/v0.56/troubleshooting-guide/models.html @@ -1588,6 +1588,3085 @@
    Embedded Analytics
    +
    Analytics
    + + + +
    Embedding
    + + + +
    Administration
    + + + +
    Other resources
    + + + diff --git a/_site/docs/v0.56/troubleshooting-guide/my-dashboard-is-slow.html b/_site/docs/v0.56/troubleshooting-guide/my-dashboard-is-slow.html index 306260def..9827ed26d 100644 --- a/_site/docs/v0.56/troubleshooting-guide/my-dashboard-is-slow.html +++ b/_site/docs/v0.56/troubleshooting-guide/my-dashboard-is-slow.html @@ -1588,6 +1588,3085 @@
    Embedded Analytics
    +
    Analytics
    + + + +
    Embedding
    + + + +
    Administration
    + + + +
    Other resources
    + + + diff --git a/_site/docs/v0.56/troubleshooting-guide/notifications.html b/_site/docs/v0.56/troubleshooting-guide/notifications.html index 1c77c7539..205034b27 100644 --- a/_site/docs/v0.56/troubleshooting-guide/notifications.html +++ b/_site/docs/v0.56/troubleshooting-guide/notifications.html @@ -1588,6 +1588,3085 @@
    Embedded Analytics
    +
    Analytics
    + + + +
    Embedding
    + + + +
    Administration
    + + + +
    Other resources
    + + + diff --git a/_site/docs/v0.56/troubleshooting-guide/permissions.html b/_site/docs/v0.56/troubleshooting-guide/permissions.html index f10b74b32..a922deb39 100644 --- a/_site/docs/v0.56/troubleshooting-guide/permissions.html +++ b/_site/docs/v0.56/troubleshooting-guide/permissions.html @@ -1588,6 +1588,3085 @@
    Embedded Analytics
    +
    Analytics
    + + + +
    Embedding
    + + + +
    Administration
    + + + +
    Other resources
    + + + diff --git a/_site/docs/v0.56/troubleshooting-guide/proxies.html b/_site/docs/v0.56/troubleshooting-guide/proxies.html index d381cefa7..bcb4074b7 100644 --- a/_site/docs/v0.56/troubleshooting-guide/proxies.html +++ b/_site/docs/v0.56/troubleshooting-guide/proxies.html @@ -1588,6 +1588,3085 @@
    Embedded Analytics
    +
    Analytics
    + + + +
    Embedding
    + + + +
    Administration
    + + + +
    Other resources
    + + + diff --git a/_site/docs/v0.56/troubleshooting-guide/requesting-new-features.html b/_site/docs/v0.56/troubleshooting-guide/requesting-new-features.html index ef2676093..b1ce2df60 100644 --- a/_site/docs/v0.56/troubleshooting-guide/requesting-new-features.html +++ b/_site/docs/v0.56/troubleshooting-guide/requesting-new-features.html @@ -1588,6 +1588,3085 @@
    Embedded Analytics
    +
    Analytics
    + + + +
    Embedding
    + + + +
    Administration
    + + + +
    Other resources
    + + + diff --git a/_site/docs/v0.56/troubleshooting-guide/running.html b/_site/docs/v0.56/troubleshooting-guide/running.html index 41ddf6073..1b2558660 100644 --- a/_site/docs/v0.56/troubleshooting-guide/running.html +++ b/_site/docs/v0.56/troubleshooting-guide/running.html @@ -1588,6 +1588,3085 @@
    Embedded Analytics
    +
    Analytics
    + + + +
    Embedding
    + + + +
    Administration
    + + + +
    Other resources
    + + + diff --git a/_site/docs/v0.56/troubleshooting-guide/saml.html b/_site/docs/v0.56/troubleshooting-guide/saml.html index 707adc281..da7fe442e 100644 --- a/_site/docs/v0.56/troubleshooting-guide/saml.html +++ b/_site/docs/v0.56/troubleshooting-guide/saml.html @@ -1588,6 +1588,3085 @@
    Embedded Analytics
    +
    Analytics
    + + + +
    Embedding
    + + + +
    Administration
    + + + +
    Other resources
    + + + diff --git a/_site/docs/v0.56/troubleshooting-guide/sandboxing.html b/_site/docs/v0.56/troubleshooting-guide/sandboxing.html index 43b80e3ec..2d21cab08 100644 --- a/_site/docs/v0.56/troubleshooting-guide/sandboxing.html +++ b/_site/docs/v0.56/troubleshooting-guide/sandboxing.html @@ -1588,6 +1588,3085 @@
    Embedded Analytics
    +
    Analytics
    + + + +
    Embedding
    + + + +
    Administration
    + + + +
    Other resources
    + + + diff --git a/_site/docs/v0.56/troubleshooting-guide/server-logs.html b/_site/docs/v0.56/troubleshooting-guide/server-logs.html index 0c7203de5..2aac014cf 100644 --- a/_site/docs/v0.56/troubleshooting-guide/server-logs.html +++ b/_site/docs/v0.56/troubleshooting-guide/server-logs.html @@ -1588,6 +1588,3085 @@
    Embedded Analytics
    +
    Analytics
    + + + +
    Embedding
    + + + +
    Administration
    + + + +
    Other resources
    + + + diff --git a/_site/docs/v0.56/troubleshooting-guide/sql.html b/_site/docs/v0.56/troubleshooting-guide/sql.html index edffb5878..234951b01 100644 --- a/_site/docs/v0.56/troubleshooting-guide/sql.html +++ b/_site/docs/v0.56/troubleshooting-guide/sql.html @@ -1588,6 +1588,3085 @@
    Embedded Analytics
    +
    Analytics
    + + + +
    Embedding
    + + + +
    Administration
    + + + +
    Other resources
    + + + diff --git a/_site/docs/v0.56/troubleshooting-guide/sync-fingerprint-scan.html b/_site/docs/v0.56/troubleshooting-guide/sync-fingerprint-scan.html index 3f16550e0..ec08a32a2 100644 --- a/_site/docs/v0.56/troubleshooting-guide/sync-fingerprint-scan.html +++ b/_site/docs/v0.56/troubleshooting-guide/sync-fingerprint-scan.html @@ -1588,6 +1588,3085 @@
    Embedded Analytics
    +
    Analytics
    + + + +
    Embedding
    + + + +
    Administration
    + + + +
    Other resources
    + + + diff --git a/_site/docs/v0.56/troubleshooting-guide/timeout.html b/_site/docs/v0.56/troubleshooting-guide/timeout.html index 20374ab74..e7a4fb7ca 100644 --- a/_site/docs/v0.56/troubleshooting-guide/timeout.html +++ b/_site/docs/v0.56/troubleshooting-guide/timeout.html @@ -1588,6 +1588,3085 @@
    Embedded Analytics
    +
    Analytics
    + + + +
    Embedding
    + + + +
    Administration
    + + + +
    Other resources
    + + + diff --git a/_site/docs/v0.56/troubleshooting-guide/timezones.html b/_site/docs/v0.56/troubleshooting-guide/timezones.html index db619b5fb..73e303693 100644 --- a/_site/docs/v0.56/troubleshooting-guide/timezones.html +++ b/_site/docs/v0.56/troubleshooting-guide/timezones.html @@ -1588,6 +1588,3085 @@
    Embedded Analytics
    +
    Analytics
    + + + +
    Embedding
    + + + +
    Administration
    + + + +
    Other resources
    + + + diff --git a/_site/docs/v0.56/troubleshooting-guide/visualization.html b/_site/docs/v0.56/troubleshooting-guide/visualization.html index ea98b7276..6a91514b7 100644 --- a/_site/docs/v0.56/troubleshooting-guide/visualization.html +++ b/_site/docs/v0.56/troubleshooting-guide/visualization.html @@ -1588,6 +1588,3085 @@
    Embedded Analytics
    +
    Analytics
    + + + +
    Embedding
    + + + +
    Administration
    + + + +
    Other resources
    + + + diff --git a/_site/docs/v0.56/usage-and-performance-tools/audit.html b/_site/docs/v0.56/usage-and-performance-tools/audit.html index 35d62e0e3..204d66e27 100644 --- a/_site/docs/v0.56/usage-and-performance-tools/audit.html +++ b/_site/docs/v0.56/usage-and-performance-tools/audit.html @@ -1588,6 +1588,3085 @@
    Embedded Analytics
    +
    Analytics
    + + + +
    Embedding
    + + + +
    Administration
    + + + +
    Other resources
    + + + diff --git a/_site/docs/v0.56/usage-and-performance-tools/start.html b/_site/docs/v0.56/usage-and-performance-tools/start.html index ac3acd10f..e409e0e72 100644 --- a/_site/docs/v0.56/usage-and-performance-tools/start.html +++ b/_site/docs/v0.56/usage-and-performance-tools/start.html @@ -1610,6 +1610,3085 @@
    Embedded Analytics
    +
    Analytics
    + + + +
    Embedding
    + + + +
    Administration
    + + + +
    Other resources
    + + + diff --git a/_site/docs/v0.56/usage-and-performance-tools/tools.html b/_site/docs/v0.56/usage-and-performance-tools/tools.html index c361ea5d4..b9073dec9 100644 --- a/_site/docs/v0.56/usage-and-performance-tools/tools.html +++ b/_site/docs/v0.56/usage-and-performance-tools/tools.html @@ -1588,6 +1588,3085 @@
    Embedded Analytics
    +
    Analytics
    + + + +
    Embedding
    + + + +
    Administration
    + + + +
    Other resources
    + + + diff --git a/_site/docs/v0.56/usage-and-performance-tools/usage-analytics.html b/_site/docs/v0.56/usage-and-performance-tools/usage-analytics.html index f1748975b..8ea8b539b 100644 --- a/_site/docs/v0.56/usage-and-performance-tools/usage-analytics.html +++ b/_site/docs/v0.56/usage-and-performance-tools/usage-analytics.html @@ -1588,6 +1588,3085 @@
    Embedded Analytics
    +
    Analytics
    + + + +
    Embedding
    + + + +
    Administration
    + + + +
    Other resources
    + + + diff --git a/_site/docs/v0.56/util/resources/introduction.html b/_site/docs/v0.56/util/resources/introduction.html index df3d765a9..866db2d6b 100644 --- a/_site/docs/v0.56/util/resources/introduction.html +++ b/_site/docs/v0.56/util/resources/introduction.html @@ -2856,6 +2856,21 @@
    Embedding
    +
  • + + Upgrading + + + + +
  • + + + + + + +
  • Plugins