From 8fdf60953c5e965b6fb388c58239aa3f7408324d Mon Sep 17 00:00:00 2001 From: Jeff Bruemmer Date: Mon, 8 Dec 2025 10:41:15 -0500 Subject: [PATCH 1/6] add ls to workflow --- .github/workflows/update-docs-base.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/update-docs-base.yml b/.github/workflows/update-docs-base.yml index 7d97f7e0ab..0030c9ec6f 100644 --- a/.github/workflows/update-docs-base.yml +++ b/.github/workflows/update-docs-base.yml @@ -118,6 +118,11 @@ jobs: run: | yarn lint-links + - name: List SDK files (debugging) + run: | + cd _docs/master/embedding/sdk/ + ls -lR + - name: Build the Jekyll Site env: JEKYLL_ENV: production From b894fee884beceb9a31b3b2b9021841ce1ac4345 Mon Sep 17 00:00:00 2001 From: Jeff Bruemmer Date: Mon, 8 Dec 2025 12:52:55 -0500 Subject: [PATCH 2/6] upload artifact --- .github/workflows/update-docs-base.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/update-docs-base.yml b/.github/workflows/update-docs-base.yml index 0030c9ec6f..3bd354d24b 100644 --- a/.github/workflows/update-docs-base.yml +++ b/.github/workflows/update-docs-base.yml @@ -123,6 +123,12 @@ jobs: cd _docs/master/embedding/sdk/ ls -lR + - name: Upload Master doc files (debugging) + uses: actions/upload-artifact@v4 + with: + name: sdk-files-debug + path: _docs/master/ + - name: Build the Jekyll Site env: JEKYLL_ENV: production From 64f72dd3891d30fa8bb5db5166f571b915ae30c2 Mon Sep 17 00:00:00 2001 From: Jeff Bruemmer Date: Mon, 8 Dec 2025 17:24:25 -0500 Subject: [PATCH 3/6] variable branch --- .github/workflows/update-docs-base.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/update-docs-base.yml b/.github/workflows/update-docs-base.yml index 3bd354d24b..c6ae372984 100644 --- a/.github/workflows/update-docs-base.yml +++ b/.github/workflows/update-docs-base.yml @@ -120,14 +120,14 @@ jobs: - name: List SDK files (debugging) run: | - cd _docs/master/embedding/sdk/ + cd _docs/${{ inputs.source_branch }}/embedding/sdk/ ls -lR - name: Upload Master doc files (debugging) uses: actions/upload-artifact@v4 with: name: sdk-files-debug - path: _docs/master/ + path: _docs/${{ inputs.source_branch }}/ - name: Build the Jekyll Site env: @@ -163,4 +163,4 @@ jobs: - name: Merge Updated Docs run: | - bb script/merge.clj --source-branch "$MAIN_REPO_SOURCE_BRANCH" --target-branch "$MAIN_REPO_TARGET_BRANCH" \ No newline at end of file + bb script/merge.clj --source-branch "$MAIN_REPO_SOURCE_BRANCH" --target-branch "$MAIN_REPO_TARGET_BRANCH" From 9736c8efed1448be88fd1c5e5b5c873a6ac03c2e Mon Sep 17 00:00:00 2001 From: Jeff Bruemmer Date: Mon, 8 Dec 2025 17:27:33 -0500 Subject: [PATCH 4/6] version --- .github/workflows/update-docs-base.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update-docs-base.yml b/.github/workflows/update-docs-base.yml index c6ae372984..32e9ae057e 100644 --- a/.github/workflows/update-docs-base.yml +++ b/.github/workflows/update-docs-base.yml @@ -120,14 +120,14 @@ jobs: - name: List SDK files (debugging) run: | - cd _docs/${{ inputs.source_branch }}/embedding/sdk/ + cd _docs/${{ inputs.version }}/embedding/sdk/ ls -lR - name: Upload Master doc files (debugging) uses: actions/upload-artifact@v4 with: name: sdk-files-debug - path: _docs/${{ inputs.source_branch }}/ + path: _docs/${{ inputs.version }}/ - name: Build the Jekyll Site env: From 4430de60bdd96390e29e6c32ad74f93a0162d246 Mon Sep 17 00:00:00 2001 From: Jeff Bruemmer Date: Mon, 8 Dec 2025 17:32:48 -0500 Subject: [PATCH 5/6] 57 --- .github/workflows/update-docs-base.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update-docs-base.yml b/.github/workflows/update-docs-base.yml index 32e9ae057e..13bc859fea 100644 --- a/.github/workflows/update-docs-base.yml +++ b/.github/workflows/update-docs-base.yml @@ -120,14 +120,14 @@ jobs: - name: List SDK files (debugging) run: | - cd _docs/${{ inputs.version }}/embedding/sdk/ + cd _docs/v0.57/embedding/sdk/ ls -lR - name: Upload Master doc files (debugging) uses: actions/upload-artifact@v4 with: name: sdk-files-debug - path: _docs/${{ inputs.version }}/ + path: _docs/v0.57/ - name: Build the Jekyll Site env: From a7a9d6868cd4bf07068ec2e7622fb0df6fa266d3 Mon Sep 17 00:00:00 2001 From: Metabase Docs bot Date: Mon, 8 Dec 2025 22:46:25 +0000 Subject: [PATCH 6/6] [auto] adding content to release-x.57.x->release-x.57.x --- _site/docs/all.html | 12 ++++------ _site/docs/latest/CONTRIBUTING.html | 12 ++++------ _site/docs/latest/actions/basic.html | 12 ++++------ _site/docs/latest/actions/custom.html | 12 ++++------ _site/docs/latest/actions/introduction.html | 12 ++++------ _site/docs/latest/actions/start.html | 12 ++++------ _site/docs/latest/ai/metabot.html | 12 ++++------ _site/docs/latest/ai/settings.html | 12 ++++------ _site/docs/latest/ai/start.html | 12 ++++------ .../latest/cloud/accounts-and-billing.html | 12 ++++------ _site/docs/latest/cloud/change-region.html | 12 ++++------ .../latest/cloud/cloud-vs-self-hosting.html | 12 ++++------ _site/docs/latest/cloud/custom-domain.html | 12 ++++------ _site/docs/latest/cloud/google-sheets.html | 12 ++++------ .../docs/latest/cloud/how-billing-works.html | 12 ++++------ .../cloud/ip-addresses-to-whitelist.html | 12 ++++------ _site/docs/latest/cloud/limitations.html | 12 ++++------ .../cloud/migrate/cloud-to-self-hosted.html | 12 ++++------ .../latest/cloud/migrate/guide-pre-50.html | 12 ++++------ _site/docs/latest/cloud/migrate/guide.html | 12 ++++------ _site/docs/latest/cloud/migrate/heroku.html | 12 ++++------ _site/docs/latest/cloud/start.html | 12 ++++------ _site/docs/latest/cloud/storage.html | 12 ++++------ .../configuring-metabase/appearance.html | 12 ++++------ .../latest/configuring-metabase/caching.html | 12 ++++------ .../configuring-metabase/config-file.html | 12 ++++------ .../configuring-metabase/config-template.html | 12 ++++------ .../configuring-metabase/custom-maps.html | 12 ++++------ .../customizing-jetty-webserver.html | 12 ++++------ .../latest/configuring-metabase/email.html | 12 ++++------ .../environment-variables.html | 12 ++++------ .../latest/configuring-metabase/fonts.html | 12 ++++------ .../configuring-metabase/localization.html | 12 ++++------ .../log-configuration.html | 12 ++++------ .../setting-up-metabase.html | 12 ++++------ .../latest/configuring-metabase/settings.html | 12 ++++------ .../latest/configuring-metabase/slack.html | 12 ++++------ .../latest/configuring-metabase/start.html | 12 ++++------ .../configuring-metabase/timezones.html | 12 ++++------ .../latest/configuring-metabase/webhooks.html | 12 ++++------ _site/docs/latest/dashboards/actions.html | 12 ++++------ _site/docs/latest/dashboards/filters.html | 12 ++++------ _site/docs/latest/dashboards/interactive.html | 12 ++++------ .../docs/latest/dashboards/introduction.html | 12 ++++------ .../latest/dashboards/linked-filters.html | 12 ++++------ .../latest/dashboards/multiple-series.html | 12 ++++------ _site/docs/latest/dashboards/start.html | 12 ++++------ .../docs/latest/dashboards/subscriptions.html | 12 ++++------ .../latest/data-modeling/editable-tables.html | 12 ++++------ .../docs/latest/data-modeling/formatting.html | 12 ++++------ .../latest/data-modeling/json-unfolding.html | 12 ++++------ .../latest/data-modeling/legacy-metrics.html | 12 ++++------ .../data-modeling/metadata-editing.html | 12 ++++------ _site/docs/latest/data-modeling/metrics.html | 12 ++++------ .../data-modeling/model-persistence.html | 12 ++++------ _site/docs/latest/data-modeling/models.html | 12 ++++------ _site/docs/latest/data-modeling/segments.html | 12 ++++------ .../latest/data-modeling/semantic-types.html | 12 ++++------ _site/docs/latest/data-modeling/start.html | 12 ++++------ _site/docs/latest/databases/connecting.html | 12 ++++------ .../latest/databases/connections/athena.html | 12 ++++------ .../latest/databases/connections/aws-rds.html | 12 ++++------ .../databases/connections/bigquery.html | 12 ++++------ .../databases/connections/clickhouse.html | 12 ++++------ .../databases/connections/databricks.html | 12 ++++------ .../latest/databases/connections/druid.html | 12 ++++------ .../latest/databases/connections/mariadb.html | 12 ++++------ .../latest/databases/connections/mongodb.html | 12 ++++------ .../latest/databases/connections/mysql.html | 12 ++++------ .../latest/databases/connections/oracle.html | 12 ++++------ .../databases/connections/postgresql.html | 12 ++++------ .../latest/databases/connections/presto.html | 12 ++++------ .../databases/connections/redshift.html | 12 ++++------ .../databases/connections/snowflake.html | 12 ++++------ .../databases/connections/sparksql.html | 12 ++++------ .../databases/connections/sql-server.html | 12 ++++------ .../latest/databases/connections/sqlite.html | 12 ++++------ .../databases/connections/starburst.html | 12 ++++------ .../latest/databases/connections/vertica.html | 12 ++++------ _site/docs/latest/databases/danger-zone.html | 12 ++++------ .../databases/encrypting-details-at-rest.html | 12 ++++------ _site/docs/latest/databases/ssh-tunnel.html | 12 ++++------ .../latest/databases/ssl-certificates.html | 12 ++++------ _site/docs/latest/databases/start.html | 12 ++++------ _site/docs/latest/databases/sync-scan.html | 12 ++++------ _site/docs/latest/databases/uploads.html | 12 ++++------ .../databases/users-roles-privileges.html | 12 ++++------ .../developers-guide/api-changelog.html | 12 ++++------ _site/docs/latest/developers-guide/build.html | 12 ++++------ .../docs/latest/developers-guide/clojure.html | 12 ++++------ .../latest/developers-guide/code-reviews.html | 12 ++++------ .../developers-guide/community-drivers.html | 12 ++++------ .../developers-guide/dev-branch-docker.html | 12 ++++------ .../docs/latest/developers-guide/devenv.html | 12 ++++------ _site/docs/latest/developers-guide/docs.html | 12 ++++------ .../developers-guide/driver-changelog.html | 12 ++++------ .../developers-guide/drivers/basics.html | 12 ++++------ .../drivers/driver-tests.html | 12 ++++------ .../drivers/multimethods.html | 12 ++++------ .../developers-guide/drivers/plugins.html | 12 ++++------ .../developers-guide/drivers/start.html | 12 ++++------ .../latest/developers-guide/e2e-tests.html | 12 ++++------ _site/docs/latest/developers-guide/emacs.html | 12 ++++------ .../latest/developers-guide/frontend.html | 12 ++++------ .../internationalization.html | 12 ++++------ _site/docs/latest/developers-guide/mage.html | 12 ++++------ .../mbql-library-changelog.html | 12 ++++------ .../security-token-scanner.html | 12 ++++------ _site/docs/latest/developers-guide/start.html | 12 ++++------ .../latest/developers-guide/versioning.html | 12 ++++------ .../developers-guide/visual-studio-code.html | 12 ++++------ .../latest/developers-guide/visual-tests.html | 12 ++++------ _site/docs/latest/documents/introduction.html | 12 ++++------ _site/docs/latest/documents/start.html | 12 ++++------ .../embedding/embedded-analytics-js.html | 12 ++++------ ...teractive-embedding-quick-start-guide.html | 12 ++++------ .../embedding/interactive-embedding.html | 12 ++++------ .../embedding/interactive-ui-components.html | 12 ++++------ _site/docs/latest/embedding/introduction.html | 12 ++++------ _site/docs/latest/embedding/public-links.html | 12 ++++------ _site/docs/latest/embedding/sdk/ai-chat.html | 12 ++++------ .../docs/latest/embedding/sdk/appearance.html | 12 ++++------ .../latest/embedding/sdk/authentication.html | 12 ++++------ .../latest/embedding/sdk/collections.html | 12 ++++------ _site/docs/latest/embedding/sdk/config.html | 12 ++++------ .../docs/latest/embedding/sdk/dashboards.html | 12 ++++------ .../latest/embedding/sdk/introduction.html | 12 ++++------ _site/docs/latest/embedding/sdk/next-js.html | 12 ++++------ _site/docs/latest/embedding/sdk/plugins.html | 12 ++++------ .../docs/latest/embedding/sdk/questions.html | 12 ++++------ .../latest/embedding/sdk/quickstart-cli.html | 12 ++++------ .../sdk/quickstart-with-sample-app.html | 12 ++++------ .../docs/latest/embedding/sdk/quickstart.html | 12 ++++------ _site/docs/latest/embedding/sdk/upgrade.html | 12 ++++------ _site/docs/latest/embedding/sdk/version.html | 12 ++++------ .../latest/embedding/securing-embeds.html | 12 ++++------ _site/docs/latest/embedding/start.html | 12 ++++------ .../static-embedding-parameters.html | 12 ++++------ .../latest/embedding/static-embedding.html | 12 ++++------ _site/docs/latest/embedding/translations.html | 12 ++++------ .../collections.html | 12 ++++------ .../content-verification.html | 12 ++++------ .../data-model-reference.html | 12 ++++------ .../delete-and-restore.html | 12 ++++------ .../events-and-timelines.html | 12 ++++------ .../exploration.html | 12 ++++------ .../exploration-and-organization/history.html | 12 ++++------ .../keyboard-shortcuts.html | 12 ++++------ .../exploration-and-organization/start.html | 12 ++++------ .../exploration-and-organization/uploads.html | 12 ++++------ .../exploration-and-organization/x-rays.html | 12 ++++------ _site/docs/latest/index.html | 24 ++++++++----------- .../accessibility.html | 12 ++++------ .../activating-the-enterprise-edition.html | 12 ++++------ .../backing-up-metabase-application-data.html | 12 ++++------ .../installation-and-operation/commands.html | 12 ++++------ .../configuring-application-database.html | 12 ++++------ .../creating-RDS-database-on-AWS.html | 12 ++++------ .../development-instance.html | 12 ++++------ .../information-collection.html | 12 ++++------ .../installing-metabase.html | 12 ++++------ .../migrating-from-h2.html | 12 ++++------ .../monitoring-metabase.html | 12 ++++------ .../observability-with-prometheus.html | 12 ++++------ .../installation-and-operation/privacy.html | 12 ++++------ .../remote-sync.html | 12 ++++------ .../running-metabase-as-service.html | 12 ++++------ .../running-metabase-on-azure.html | 12 ++++------ .../running-metabase-on-docker.html | 12 ++++------ ...running-metabase-on-elastic-beanstalk.html | 12 ++++------ .../running-metabase-on-podman.html | 12 ++++------ .../running-the-metabase-jar-file.html | 12 ++++------ .../serialization.html | 12 ++++------ .../installation-and-operation/start.html | 12 ++++------ .../supported-browsers.html | 12 ++++------ .../upgrading-metabase.html | 12 ++++------ _site/docs/latest/paid-features/index.html | 12 ++++------ .../people-and-groups/account-settings.html | 12 ++++------ .../latest/people-and-groups/api-keys.html | 12 ++++------ .../authenticating-with-jwt.html | 12 ++++------ .../authenticating-with-saml.html | 12 ++++------ .../changing-password-complexity.html | 12 ++++------ .../changing-session-expiration.html | 12 ++++------ .../people-and-groups/google-sign-in.html | 12 ++++------ _site/docs/latest/people-and-groups/ldap.html | 12 ++++------ .../latest/people-and-groups/managing.html | 12 ++++------ .../latest/people-and-groups/saml-auth0.html | 12 ++++------ .../latest/people-and-groups/saml-azure.html | 12 ++++------ .../latest/people-and-groups/saml-google.html | 12 ++++------ .../people-and-groups/saml-keycloak.html | 12 ++++------ .../latest/people-and-groups/saml-okta.html | 12 ++++------ .../docs/latest/people-and-groups/start.html | 12 ++++------ .../people-and-groups/user-provisioning.html | 12 ++++------ .../docs/latest/permissions/application.html | 12 ++++------ .../docs/latest/permissions/collections.html | 12 ++++------ _site/docs/latest/permissions/data.html | 12 ++++------ .../latest/permissions/database-routing.html | 12 ++++------ _site/docs/latest/permissions/embedding.html | 12 ++++------ .../latest/permissions/impersonation.html | 12 ++++------ .../docs/latest/permissions/introduction.html | 12 ++++------ .../no-self-service-deprecation.html | 12 ++++------ .../latest/permissions/notifications.html | 12 ++++------ .../row-and-column-security-examples.html | 12 ++++------ .../permissions/row-and-column-security.html | 12 ++++------ _site/docs/latest/permissions/snippets.html | 12 ++++------ _site/docs/latest/permissions/start.html | 12 ++++------ _site/docs/latest/questions/alerts.html | 12 ++++------ .../latest/questions/exporting-results.html | 12 ++++------ _site/docs/latest/questions/introduction.html | 12 ++++------ .../native-editor/basic-sql-parameters.html | 12 ++++------ .../native-editor/field-filters.html | 12 ++++------ .../native-editor/filter-widgets.html | 12 ++++------ .../native-editor/optional-variables.html | 12 ++++------ ...eferencing-saved-questions-in-queries.html | 12 ++++------ .../questions/native-editor/snippets.html | 12 ++++------ .../native-editor/sql-parameters.html | 12 ++++------ .../time-grouping-parameters.html | 12 ++++------ .../questions/native-editor/writing-sql.html | 12 ++++------ .../questions/query-builder/editor.html | 12 ++++------ .../query-builder/expressions-list.html | 12 ++++------ .../questions/query-builder/expressions.html | 12 ++++------ .../query-builder/expressions/case.html | 12 ++++------ .../query-builder/expressions/coalesce.html | 12 ++++------ .../query-builder/expressions/concat.html | 12 ++++------ .../expressions/converttimezone.html | 12 ++++------ .../query-builder/expressions/countif.html | 12 ++++------ .../query-builder/expressions/cumulative.html | 12 ++++------ .../expressions/datetimeadd.html | 12 ++++------ .../expressions/datetimediff.html | 12 ++++------ .../expressions/datetimesubtract.html | 12 ++++------ .../query-builder/expressions/in.html | 12 ++++------ .../query-builder/expressions/isempty.html | 12 ++++------ .../query-builder/expressions/isnull.html | 12 ++++------ .../query-builder/expressions/now.html | 12 ++++------ .../query-builder/expressions/offset.html | 12 ++++------ .../expressions/regexextract.html | 12 ++++------ .../query-builder/expressions/substring.html | 12 ++++------ .../query-builder/expressions/sumif.html | 12 ++++------ .../query-builder/expressions/week.html | 12 ++++------ .../questions/query-builder/filters.html | 12 ++++------ .../latest/questions/query-builder/join.html | 12 ++++------ .../summarizing-and-grouping.html | 12 ++++------ _site/docs/latest/questions/start.html | 12 ++++------ .../questions/visualizations/combo-chart.html | 12 ++++------ .../visualizations/country-codes.html | 12 ++++------ .../questions/visualizations/detail.html | 12 ++++------ .../questions/visualizations/funnel.html | 12 ++++------ .../questions/visualizations/gauge.html | 12 ++++------ .../line-bar-and-area-charts.html | 12 ++++------ .../latest/questions/visualizations/map.html | 12 ++++------ .../questions/visualizations/numbers.html | 12 ++++------ .../visualizations/pie-or-donut-chart.html | 12 ++++------ .../questions/visualizations/pivot-table.html | 12 ++++------ .../visualizations/progress-bar.html | 12 ++++------ .../questions/visualizations/sankey.html | 12 ++++------ .../scatterplot-or-bubble-chart.html | 12 ++++------ .../questions/visualizations/table.html | 12 ++++------ .../questions/visualizations/tooltips.html | 12 ++++------ .../questions/visualizations/trend.html | 12 ++++------ .../visualizations/visualizing-results.html | 12 ++++------ .../visualizations/waterfall-chart.html | 12 ++++------ .../troubleshooting-guide/bigquery-drive.html | 12 ++++------ .../latest/troubleshooting-guide/bugs.html | 12 ++++------ .../troubleshooting-guide/cant-log-in.html | 12 ++++------ .../cant-see-tables.html | 12 ++++------ .../cant-send-email.html | 12 ++++------ .../cant-view-or-edit.html | 12 ++++------ .../create-har-file.html | 12 ++++------ .../data-permissions.html | 12 ++++------ .../troubleshooting-guide/db-connection.html | 12 ++++------ .../troubleshooting-guide/db-performance.html | 12 ++++------ .../diagnostic-info.html | 12 ++++------ .../latest/troubleshooting-guide/docker.html | 12 ++++------ .../troubleshooting-guide/error-message.html | 12 ++++------ .../latest/troubleshooting-guide/filters.html | 12 ++++------ .../latest/troubleshooting-guide/index.html | 12 ++++------ .../troubleshooting-guide/known-issues.html | 12 ++++------ .../latest/troubleshooting-guide/ldap.html | 12 ++++------ .../troubleshooting-guide/linked-filters.html | 12 ++++------ .../loading-from-h2.html | 12 ++++------ .../latest/troubleshooting-guide/models.html | 12 ++++------ .../my-dashboard-is-slow.html | 12 ++++------ .../troubleshooting-guide/notifications.html | 12 ++++------ .../troubleshooting-guide/permissions.html | 12 ++++------ .../latest/troubleshooting-guide/proxies.html | 12 ++++------ .../requesting-new-features.html | 12 ++++------ .../row-and-column-security.html | 12 ++++------ .../latest/troubleshooting-guide/running.html | 12 ++++------ .../latest/troubleshooting-guide/saml.html | 12 ++++------ .../troubleshooting-guide/server-logs.html | 12 ++++------ .../latest/troubleshooting-guide/sql.html | 12 ++++------ .../sync-fingerprint-scan.html | 12 ++++------ .../latest/troubleshooting-guide/timeout.html | 12 ++++------ .../troubleshooting-guide/timezones.html | 12 ++++------ .../troubleshooting-guide/visualization.html | 12 ++++------ .../usage-and-performance-tools/audit.html | 12 ++++------ .../usage-and-performance-tools/start.html | 12 ++++------ .../usage-and-performance-tools/tools.html | 12 ++++------ .../usage-analytics.html | 12 ++++------ _site/docs/latest/util/README.html | 12 ++++------ .../latest/util/resources/introduction.html | 12 ++++------ _site/docs/v0.57/CONTRIBUTING.html | 12 ++++------ _site/docs/v0.57/actions/basic.html | 12 ++++------ _site/docs/v0.57/actions/custom.html | 12 ++++------ _site/docs/v0.57/actions/introduction.html | 12 ++++------ _site/docs/v0.57/actions/start.html | 12 ++++------ _site/docs/v0.57/ai/metabot.html | 12 ++++------ _site/docs/v0.57/ai/settings.html | 12 ++++------ _site/docs/v0.57/ai/start.html | 12 ++++------ .../configuring-metabase/appearance.html | 12 ++++------ .../v0.57/configuring-metabase/caching.html | 12 ++++------ .../configuring-metabase/config-file.html | 12 ++++------ .../configuring-metabase/config-template.html | 12 ++++------ .../configuring-metabase/custom-maps.html | 12 ++++------ .../customizing-jetty-webserver.html | 12 ++++------ .../v0.57/configuring-metabase/email.html | 12 ++++------ .../environment-variables.html | 12 ++++------ .../v0.57/configuring-metabase/fonts.html | 12 ++++------ .../configuring-metabase/localization.html | 12 ++++------ .../log-configuration.html | 12 ++++------ .../setting-up-metabase.html | 12 ++++------ .../v0.57/configuring-metabase/settings.html | 12 ++++------ .../v0.57/configuring-metabase/slack.html | 12 ++++------ .../v0.57/configuring-metabase/start.html | 12 ++++------ .../v0.57/configuring-metabase/timezones.html | 12 ++++------ .../v0.57/configuring-metabase/webhooks.html | 12 ++++------ _site/docs/v0.57/dashboards/actions.html | 12 ++++------ _site/docs/v0.57/dashboards/filters.html | 12 ++++------ _site/docs/v0.57/dashboards/interactive.html | 12 ++++------ _site/docs/v0.57/dashboards/introduction.html | 12 ++++------ .../docs/v0.57/dashboards/linked-filters.html | 12 ++++------ .../v0.57/dashboards/multiple-series.html | 12 ++++------ _site/docs/v0.57/dashboards/start.html | 12 ++++------ .../docs/v0.57/dashboards/subscriptions.html | 12 ++++------ .../v0.57/data-modeling/editable-tables.html | 12 ++++------ .../docs/v0.57/data-modeling/formatting.html | 12 ++++------ .../v0.57/data-modeling/json-unfolding.html | 12 ++++------ .../v0.57/data-modeling/legacy-metrics.html | 12 ++++------ .../v0.57/data-modeling/metadata-editing.html | 12 ++++------ _site/docs/v0.57/data-modeling/metrics.html | 12 ++++------ .../data-modeling/model-persistence.html | 12 ++++------ _site/docs/v0.57/data-modeling/models.html | 12 ++++------ _site/docs/v0.57/data-modeling/segments.html | 12 ++++------ .../v0.57/data-modeling/semantic-types.html | 12 ++++------ _site/docs/v0.57/data-modeling/start.html | 12 ++++------ _site/docs/v0.57/databases/connecting.html | 12 ++++------ .../v0.57/databases/connections/athena.html | 12 ++++------ .../v0.57/databases/connections/aws-rds.html | 12 ++++------ .../v0.57/databases/connections/bigquery.html | 12 ++++------ .../databases/connections/clickhouse.html | 12 ++++------ .../databases/connections/databricks.html | 12 ++++------ .../v0.57/databases/connections/druid.html | 12 ++++------ .../v0.57/databases/connections/mariadb.html | 12 ++++------ .../v0.57/databases/connections/mongodb.html | 12 ++++------ .../v0.57/databases/connections/mysql.html | 12 ++++------ .../v0.57/databases/connections/oracle.html | 12 ++++------ .../databases/connections/postgresql.html | 12 ++++------ .../v0.57/databases/connections/presto.html | 12 ++++------ .../v0.57/databases/connections/redshift.html | 12 ++++------ .../databases/connections/snowflake.html | 12 ++++------ .../v0.57/databases/connections/sparksql.html | 12 ++++------ .../databases/connections/sql-server.html | 12 ++++------ .../v0.57/databases/connections/sqlite.html | 12 ++++------ .../databases/connections/starburst.html | 12 ++++------ .../v0.57/databases/connections/vertica.html | 12 ++++------ _site/docs/v0.57/databases/danger-zone.html | 12 ++++------ .../databases/encrypting-details-at-rest.html | 12 ++++------ _site/docs/v0.57/databases/ssh-tunnel.html | 12 ++++------ .../v0.57/databases/ssl-certificates.html | 12 ++++------ _site/docs/v0.57/databases/start.html | 12 ++++------ _site/docs/v0.57/databases/sync-scan.html | 12 ++++------ _site/docs/v0.57/databases/uploads.html | 12 ++++------ .../databases/users-roles-privileges.html | 12 ++++------ .../v0.57/developers-guide/api-changelog.html | 12 ++++------ _site/docs/v0.57/developers-guide/build.html | 12 ++++------ .../docs/v0.57/developers-guide/clojure.html | 12 ++++------ .../v0.57/developers-guide/code-reviews.html | 12 ++++------ .../developers-guide/community-drivers.html | 12 ++++------ .../developers-guide/dev-branch-docker.html | 12 ++++------ _site/docs/v0.57/developers-guide/devenv.html | 12 ++++------ _site/docs/v0.57/developers-guide/docs.html | 12 ++++------ .../developers-guide/driver-changelog.html | 12 ++++------ .../developers-guide/drivers/basics.html | 12 ++++------ .../drivers/driver-tests.html | 12 ++++------ .../drivers/multimethods.html | 12 ++++------ .../developers-guide/drivers/plugins.html | 12 ++++------ .../v0.57/developers-guide/drivers/start.html | 12 ++++------ .../v0.57/developers-guide/e2e-tests.html | 12 ++++------ _site/docs/v0.57/developers-guide/emacs.html | 12 ++++------ .../docs/v0.57/developers-guide/frontend.html | 12 ++++------ .../internationalization.html | 12 ++++------ _site/docs/v0.57/developers-guide/mage.html | 12 ++++------ .../mbql-library-changelog.html | 12 ++++------ .../security-token-scanner.html | 12 ++++------ _site/docs/v0.57/developers-guide/start.html | 12 ++++------ .../v0.57/developers-guide/versioning.html | 12 ++++------ .../developers-guide/visual-studio-code.html | 12 ++++------ .../v0.57/developers-guide/visual-tests.html | 12 ++++------ _site/docs/v0.57/documents/introduction.html | 12 ++++------ _site/docs/v0.57/documents/start.html | 12 ++++------ .../embedding/embedded-analytics-js.html | 12 ++++------ ...teractive-embedding-quick-start-guide.html | 12 ++++------ .../embedding/interactive-embedding.html | 12 ++++------ .../embedding/interactive-ui-components.html | 12 ++++------ _site/docs/v0.57/embedding/introduction.html | 12 ++++------ _site/docs/v0.57/embedding/public-links.html | 12 ++++------ _site/docs/v0.57/embedding/sdk/ai-chat.html | 12 ++++------ .../docs/v0.57/embedding/sdk/appearance.html | 12 ++++------ .../v0.57/embedding/sdk/authentication.html | 12 ++++------ .../docs/v0.57/embedding/sdk/collections.html | 12 ++++------ _site/docs/v0.57/embedding/sdk/config.html | 12 ++++------ .../docs/v0.57/embedding/sdk/dashboards.html | 12 ++++------ .../v0.57/embedding/sdk/introduction.html | 12 ++++------ _site/docs/v0.57/embedding/sdk/next-js.html | 12 ++++------ _site/docs/v0.57/embedding/sdk/plugins.html | 12 ++++------ _site/docs/v0.57/embedding/sdk/questions.html | 12 ++++------ .../v0.57/embedding/sdk/quickstart-cli.html | 12 ++++------ .../sdk/quickstart-with-sample-app.html | 12 ++++------ .../docs/v0.57/embedding/sdk/quickstart.html | 12 ++++------ _site/docs/v0.57/embedding/sdk/upgrade.html | 12 ++++------ _site/docs/v0.57/embedding/sdk/version.html | 12 ++++------ .../docs/v0.57/embedding/securing-embeds.html | 12 ++++------ _site/docs/v0.57/embedding/start.html | 12 ++++------ .../static-embedding-parameters.html | 12 ++++------ .../v0.57/embedding/static-embedding.html | 12 ++++------ _site/docs/v0.57/embedding/translations.html | 12 ++++------ .../collections.html | 12 ++++------ .../content-verification.html | 12 ++++------ .../data-model-reference.html | 12 ++++------ .../delete-and-restore.html | 12 ++++------ .../events-and-timelines.html | 12 ++++------ .../exploration.html | 12 ++++------ .../exploration-and-organization/history.html | 12 ++++------ .../keyboard-shortcuts.html | 12 ++++------ .../exploration-and-organization/start.html | 12 ++++------ .../exploration-and-organization/uploads.html | 12 ++++------ .../exploration-and-organization/x-rays.html | 12 ++++------ _site/docs/v0.57/index.html | 24 ++++++++----------- .../accessibility.html | 12 ++++------ .../activating-the-enterprise-edition.html | 12 ++++------ .../backing-up-metabase-application-data.html | 12 ++++------ .../installation-and-operation/commands.html | 12 ++++------ .../configuring-application-database.html | 12 ++++------ .../creating-RDS-database-on-AWS.html | 12 ++++------ .../development-instance.html | 12 ++++------ .../information-collection.html | 12 ++++------ .../installing-metabase.html | 12 ++++------ .../migrating-from-h2.html | 12 ++++------ .../monitoring-metabase.html | 12 ++++------ .../observability-with-prometheus.html | 12 ++++------ .../installation-and-operation/privacy.html | 12 ++++------ .../remote-sync.html | 12 ++++------ .../running-metabase-as-service.html | 12 ++++------ .../running-metabase-on-azure.html | 12 ++++------ .../running-metabase-on-docker.html | 12 ++++------ ...running-metabase-on-elastic-beanstalk.html | 12 ++++------ .../running-metabase-on-podman.html | 12 ++++------ .../running-the-metabase-jar-file.html | 12 ++++------ .../serialization.html | 12 ++++------ .../installation-and-operation/start.html | 12 ++++------ .../supported-browsers.html | 12 ++++------ .../upgrading-metabase.html | 12 ++++------ .../people-and-groups/account-settings.html | 12 ++++------ .../v0.57/people-and-groups/api-keys.html | 12 ++++------ .../authenticating-with-jwt.html | 12 ++++------ .../authenticating-with-saml.html | 12 ++++------ .../changing-password-complexity.html | 12 ++++------ .../changing-session-expiration.html | 12 ++++------ .../people-and-groups/google-sign-in.html | 12 ++++------ _site/docs/v0.57/people-and-groups/ldap.html | 12 ++++------ .../v0.57/people-and-groups/managing.html | 12 ++++------ .../v0.57/people-and-groups/saml-auth0.html | 12 ++++------ .../v0.57/people-and-groups/saml-azure.html | 12 ++++------ .../v0.57/people-and-groups/saml-google.html | 12 ++++------ .../people-and-groups/saml-keycloak.html | 12 ++++------ .../v0.57/people-and-groups/saml-okta.html | 12 ++++------ _site/docs/v0.57/people-and-groups/start.html | 12 ++++------ .../people-and-groups/user-provisioning.html | 12 ++++------ _site/docs/v0.57/permissions/application.html | 12 ++++------ _site/docs/v0.57/permissions/collections.html | 12 ++++------ _site/docs/v0.57/permissions/data.html | 12 ++++------ .../v0.57/permissions/database-routing.html | 12 ++++------ _site/docs/v0.57/permissions/embedding.html | 12 ++++------ .../docs/v0.57/permissions/impersonation.html | 12 ++++------ .../docs/v0.57/permissions/introduction.html | 12 ++++------ .../no-self-service-deprecation.html | 12 ++++------ .../docs/v0.57/permissions/notifications.html | 12 ++++------ .../row-and-column-security-examples.html | 12 ++++------ .../permissions/row-and-column-security.html | 12 ++++------ _site/docs/v0.57/permissions/snippets.html | 12 ++++------ _site/docs/v0.57/permissions/start.html | 12 ++++------ _site/docs/v0.57/questions/alerts.html | 12 ++++------ .../v0.57/questions/exporting-results.html | 12 ++++------ _site/docs/v0.57/questions/introduction.html | 12 ++++------ .../native-editor/basic-sql-parameters.html | 12 ++++------ .../native-editor/field-filters.html | 12 ++++------ .../native-editor/filter-widgets.html | 12 ++++------ .../native-editor/optional-variables.html | 12 ++++------ ...eferencing-saved-questions-in-queries.html | 12 ++++------ .../questions/native-editor/snippets.html | 12 ++++------ .../native-editor/sql-parameters.html | 12 ++++------ .../time-grouping-parameters.html | 12 ++++------ .../questions/native-editor/writing-sql.html | 12 ++++------ .../v0.57/questions/query-builder/editor.html | 12 ++++------ .../query-builder/expressions-list.html | 12 ++++------ .../questions/query-builder/expressions.html | 12 ++++------ .../query-builder/expressions/case.html | 12 ++++------ .../query-builder/expressions/coalesce.html | 12 ++++------ .../query-builder/expressions/concat.html | 12 ++++------ .../expressions/converttimezone.html | 12 ++++------ .../query-builder/expressions/countif.html | 12 ++++------ .../query-builder/expressions/cumulative.html | 12 ++++------ .../expressions/datetimeadd.html | 12 ++++------ .../expressions/datetimediff.html | 12 ++++------ .../expressions/datetimesubtract.html | 12 ++++------ .../query-builder/expressions/in.html | 12 ++++------ .../query-builder/expressions/isempty.html | 12 ++++------ .../query-builder/expressions/isnull.html | 12 ++++------ .../query-builder/expressions/now.html | 12 ++++------ .../query-builder/expressions/offset.html | 12 ++++------ .../expressions/regexextract.html | 12 ++++------ .../query-builder/expressions/substring.html | 12 ++++------ .../query-builder/expressions/sumif.html | 12 ++++------ .../query-builder/expressions/week.html | 12 ++++------ .../questions/query-builder/filters.html | 12 ++++------ .../v0.57/questions/query-builder/join.html | 12 ++++------ .../summarizing-and-grouping.html | 12 ++++------ _site/docs/v0.57/questions/start.html | 12 ++++------ .../questions/visualizations/combo-chart.html | 12 ++++------ .../visualizations/country-codes.html | 12 ++++------ .../questions/visualizations/detail.html | 12 ++++------ .../questions/visualizations/funnel.html | 12 ++++------ .../v0.57/questions/visualizations/gauge.html | 12 ++++------ .../line-bar-and-area-charts.html | 12 ++++------ .../v0.57/questions/visualizations/map.html | 12 ++++------ .../questions/visualizations/numbers.html | 12 ++++------ .../visualizations/pie-or-donut-chart.html | 12 ++++------ .../questions/visualizations/pivot-table.html | 12 ++++------ .../visualizations/progress-bar.html | 12 ++++------ .../questions/visualizations/sankey.html | 12 ++++------ .../scatterplot-or-bubble-chart.html | 12 ++++------ .../v0.57/questions/visualizations/table.html | 12 ++++------ .../questions/visualizations/tooltips.html | 12 ++++------ .../v0.57/questions/visualizations/trend.html | 12 ++++------ .../visualizations/visualizing-results.html | 12 ++++------ .../visualizations/waterfall-chart.html | 12 ++++------ .../troubleshooting-guide/bigquery-drive.html | 12 ++++------ .../v0.57/troubleshooting-guide/bugs.html | 12 ++++------ .../troubleshooting-guide/cant-log-in.html | 12 ++++------ .../cant-see-tables.html | 12 ++++------ .../cant-send-email.html | 12 ++++------ .../cant-view-or-edit.html | 12 ++++------ .../create-har-file.html | 12 ++++------ .../data-permissions.html | 12 ++++------ .../troubleshooting-guide/db-connection.html | 12 ++++------ .../troubleshooting-guide/db-performance.html | 12 ++++------ .../diagnostic-info.html | 12 ++++------ .../v0.57/troubleshooting-guide/docker.html | 12 ++++------ .../troubleshooting-guide/error-message.html | 12 ++++------ .../v0.57/troubleshooting-guide/filters.html | 12 ++++------ .../v0.57/troubleshooting-guide/index.html | 12 ++++------ .../troubleshooting-guide/known-issues.html | 12 ++++------ .../v0.57/troubleshooting-guide/ldap.html | 12 ++++------ .../troubleshooting-guide/linked-filters.html | 12 ++++------ .../loading-from-h2.html | 12 ++++------ .../v0.57/troubleshooting-guide/models.html | 12 ++++------ .../my-dashboard-is-slow.html | 12 ++++------ .../troubleshooting-guide/notifications.html | 12 ++++------ .../troubleshooting-guide/permissions.html | 12 ++++------ .../v0.57/troubleshooting-guide/proxies.html | 12 ++++------ .../requesting-new-features.html | 12 ++++------ .../row-and-column-security.html | 12 ++++------ .../v0.57/troubleshooting-guide/running.html | 12 ++++------ .../v0.57/troubleshooting-guide/saml.html | 12 ++++------ .../troubleshooting-guide/server-logs.html | 12 ++++------ .../docs/v0.57/troubleshooting-guide/sql.html | 12 ++++------ .../sync-fingerprint-scan.html | 12 ++++------ .../v0.57/troubleshooting-guide/timeout.html | 12 ++++------ .../troubleshooting-guide/timezones.html | 12 ++++------ .../troubleshooting-guide/visualization.html | 12 ++++------ .../usage-and-performance-tools/audit.html | 12 ++++------ .../usage-and-performance-tools/start.html | 12 ++++------ .../usage-and-performance-tools/tools.html | 12 ++++------ .../usage-analytics.html | 12 ++++------ .../v0.57/util/resources/introduction.html | 12 ++++------ 585 files changed, 2935 insertions(+), 4109 deletions(-) diff --git a/_site/docs/all.html b/_site/docs/all.html index 8294a91b07..c5186815c3 100644 --- a/_site/docs/all.html +++ b/_site/docs/all.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/CONTRIBUTING.html b/_site/docs/latest/CONTRIBUTING.html index a035a7e84e..d81f595ff3 100644 --- a/_site/docs/latest/CONTRIBUTING.html +++ b/_site/docs/latest/CONTRIBUTING.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/actions/basic.html b/_site/docs/latest/actions/basic.html index 2984506f1a..83881ad9ee 100644 --- a/_site/docs/latest/actions/basic.html +++ b/_site/docs/latest/actions/basic.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/actions/custom.html b/_site/docs/latest/actions/custom.html index d8f06350a1..b930fca417 100644 --- a/_site/docs/latest/actions/custom.html +++ b/_site/docs/latest/actions/custom.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/actions/introduction.html b/_site/docs/latest/actions/introduction.html index 4e088183f6..96ca47359a 100644 --- a/_site/docs/latest/actions/introduction.html +++ b/_site/docs/latest/actions/introduction.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/actions/start.html b/_site/docs/latest/actions/start.html index cb4b93fb37..c4d3754f9a 100644 --- a/_site/docs/latest/actions/start.html +++ b/_site/docs/latest/actions/start.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/ai/metabot.html b/_site/docs/latest/ai/metabot.html index 9f66e2d949..75bbd27671 100644 --- a/_site/docs/latest/ai/metabot.html +++ b/_site/docs/latest/ai/metabot.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/ai/settings.html b/_site/docs/latest/ai/settings.html index c33a4d81fa..4318f516ab 100644 --- a/_site/docs/latest/ai/settings.html +++ b/_site/docs/latest/ai/settings.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/ai/start.html b/_site/docs/latest/ai/start.html index 19215ad54a..da5a1705ee 100644 --- a/_site/docs/latest/ai/start.html +++ b/_site/docs/latest/ai/start.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/cloud/accounts-and-billing.html b/_site/docs/latest/cloud/accounts-and-billing.html index a827ff3a90..2b75980403 100644 --- a/_site/docs/latest/cloud/accounts-and-billing.html +++ b/_site/docs/latest/cloud/accounts-and-billing.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/cloud/change-region.html b/_site/docs/latest/cloud/change-region.html index 2b87a464aa..c03207af77 100644 --- a/_site/docs/latest/cloud/change-region.html +++ b/_site/docs/latest/cloud/change-region.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/cloud/cloud-vs-self-hosting.html b/_site/docs/latest/cloud/cloud-vs-self-hosting.html index 955ad1a5ed..6efca8aa55 100644 --- a/_site/docs/latest/cloud/cloud-vs-self-hosting.html +++ b/_site/docs/latest/cloud/cloud-vs-self-hosting.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/cloud/custom-domain.html b/_site/docs/latest/cloud/custom-domain.html index 4c836a548a..e5f6291ad8 100644 --- a/_site/docs/latest/cloud/custom-domain.html +++ b/_site/docs/latest/cloud/custom-domain.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/cloud/google-sheets.html b/_site/docs/latest/cloud/google-sheets.html index 44e561dbef..beac7cb367 100644 --- a/_site/docs/latest/cloud/google-sheets.html +++ b/_site/docs/latest/cloud/google-sheets.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/cloud/how-billing-works.html b/_site/docs/latest/cloud/how-billing-works.html index b2956f63d6..400705a8c4 100644 --- a/_site/docs/latest/cloud/how-billing-works.html +++ b/_site/docs/latest/cloud/how-billing-works.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/cloud/ip-addresses-to-whitelist.html b/_site/docs/latest/cloud/ip-addresses-to-whitelist.html index ad8116443e..fb9050c4ea 100644 --- a/_site/docs/latest/cloud/ip-addresses-to-whitelist.html +++ b/_site/docs/latest/cloud/ip-addresses-to-whitelist.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/cloud/limitations.html b/_site/docs/latest/cloud/limitations.html index d4fe8b8f1d..77388c14a6 100644 --- a/_site/docs/latest/cloud/limitations.html +++ b/_site/docs/latest/cloud/limitations.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/cloud/migrate/cloud-to-self-hosted.html b/_site/docs/latest/cloud/migrate/cloud-to-self-hosted.html index 9c97269674..5f0f49cd6b 100644 --- a/_site/docs/latest/cloud/migrate/cloud-to-self-hosted.html +++ b/_site/docs/latest/cloud/migrate/cloud-to-self-hosted.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/cloud/migrate/guide-pre-50.html b/_site/docs/latest/cloud/migrate/guide-pre-50.html index 9b9f732603..628c5c0e64 100644 --- a/_site/docs/latest/cloud/migrate/guide-pre-50.html +++ b/_site/docs/latest/cloud/migrate/guide-pre-50.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/cloud/migrate/guide.html b/_site/docs/latest/cloud/migrate/guide.html index 68584cc194..807718f6c4 100644 --- a/_site/docs/latest/cloud/migrate/guide.html +++ b/_site/docs/latest/cloud/migrate/guide.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/cloud/migrate/heroku.html b/_site/docs/latest/cloud/migrate/heroku.html index b47e61bd53..19474fc1c8 100644 --- a/_site/docs/latest/cloud/migrate/heroku.html +++ b/_site/docs/latest/cloud/migrate/heroku.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/cloud/start.html b/_site/docs/latest/cloud/start.html index c211699929..f0995a3573 100644 --- a/_site/docs/latest/cloud/start.html +++ b/_site/docs/latest/cloud/start.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/cloud/storage.html b/_site/docs/latest/cloud/storage.html index edcaff1ba0..3d09db0a67 100644 --- a/_site/docs/latest/cloud/storage.html +++ b/_site/docs/latest/cloud/storage.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/configuring-metabase/appearance.html b/_site/docs/latest/configuring-metabase/appearance.html index 6fa40c6dcd..8ac64cafa1 100644 --- a/_site/docs/latest/configuring-metabase/appearance.html +++ b/_site/docs/latest/configuring-metabase/appearance.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/configuring-metabase/caching.html b/_site/docs/latest/configuring-metabase/caching.html index 3fa10fa3ba..905e2ab51c 100644 --- a/_site/docs/latest/configuring-metabase/caching.html +++ b/_site/docs/latest/configuring-metabase/caching.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/configuring-metabase/config-file.html b/_site/docs/latest/configuring-metabase/config-file.html index dde5674024..aa697128e0 100644 --- a/_site/docs/latest/configuring-metabase/config-file.html +++ b/_site/docs/latest/configuring-metabase/config-file.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/configuring-metabase/config-template.html b/_site/docs/latest/configuring-metabase/config-template.html index c653a5d8f6..c3315fca7d 100644 --- a/_site/docs/latest/configuring-metabase/config-template.html +++ b/_site/docs/latest/configuring-metabase/config-template.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/configuring-metabase/custom-maps.html b/_site/docs/latest/configuring-metabase/custom-maps.html index 157b2886bf..0bf4c567c3 100644 --- a/_site/docs/latest/configuring-metabase/custom-maps.html +++ b/_site/docs/latest/configuring-metabase/custom-maps.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/configuring-metabase/customizing-jetty-webserver.html b/_site/docs/latest/configuring-metabase/customizing-jetty-webserver.html index 1fea7e1e1c..bc8990f460 100644 --- a/_site/docs/latest/configuring-metabase/customizing-jetty-webserver.html +++ b/_site/docs/latest/configuring-metabase/customizing-jetty-webserver.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/configuring-metabase/email.html b/_site/docs/latest/configuring-metabase/email.html index 2698211479..cf301e335d 100644 --- a/_site/docs/latest/configuring-metabase/email.html +++ b/_site/docs/latest/configuring-metabase/email.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/configuring-metabase/environment-variables.html b/_site/docs/latest/configuring-metabase/environment-variables.html index a276f9c103..36c7d4bd2d 100644 --- a/_site/docs/latest/configuring-metabase/environment-variables.html +++ b/_site/docs/latest/configuring-metabase/environment-variables.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/configuring-metabase/fonts.html b/_site/docs/latest/configuring-metabase/fonts.html index 3363203b8e..41b7e7f361 100644 --- a/_site/docs/latest/configuring-metabase/fonts.html +++ b/_site/docs/latest/configuring-metabase/fonts.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/configuring-metabase/localization.html b/_site/docs/latest/configuring-metabase/localization.html index fa27873c24..96b3de62ea 100644 --- a/_site/docs/latest/configuring-metabase/localization.html +++ b/_site/docs/latest/configuring-metabase/localization.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/configuring-metabase/log-configuration.html b/_site/docs/latest/configuring-metabase/log-configuration.html index be9eefc5fd..3abdb95ec4 100644 --- a/_site/docs/latest/configuring-metabase/log-configuration.html +++ b/_site/docs/latest/configuring-metabase/log-configuration.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/configuring-metabase/setting-up-metabase.html b/_site/docs/latest/configuring-metabase/setting-up-metabase.html index d08790014d..aa61e375ac 100644 --- a/_site/docs/latest/configuring-metabase/setting-up-metabase.html +++ b/_site/docs/latest/configuring-metabase/setting-up-metabase.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/configuring-metabase/settings.html b/_site/docs/latest/configuring-metabase/settings.html index abf2b15be3..6b5d283157 100644 --- a/_site/docs/latest/configuring-metabase/settings.html +++ b/_site/docs/latest/configuring-metabase/settings.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/configuring-metabase/slack.html b/_site/docs/latest/configuring-metabase/slack.html index 0f5ecc6727..7ec2e8f48e 100644 --- a/_site/docs/latest/configuring-metabase/slack.html +++ b/_site/docs/latest/configuring-metabase/slack.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/configuring-metabase/start.html b/_site/docs/latest/configuring-metabase/start.html index 9553c53f7e..69fe9c9cd4 100644 --- a/_site/docs/latest/configuring-metabase/start.html +++ b/_site/docs/latest/configuring-metabase/start.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/configuring-metabase/timezones.html b/_site/docs/latest/configuring-metabase/timezones.html index e88844adfe..32bb095a15 100644 --- a/_site/docs/latest/configuring-metabase/timezones.html +++ b/_site/docs/latest/configuring-metabase/timezones.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/configuring-metabase/webhooks.html b/_site/docs/latest/configuring-metabase/webhooks.html index 81ecd03597..d3349eff84 100644 --- a/_site/docs/latest/configuring-metabase/webhooks.html +++ b/_site/docs/latest/configuring-metabase/webhooks.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/dashboards/actions.html b/_site/docs/latest/dashboards/actions.html index 47daf77c38..ade4047a3a 100644 --- a/_site/docs/latest/dashboards/actions.html +++ b/_site/docs/latest/dashboards/actions.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/dashboards/filters.html b/_site/docs/latest/dashboards/filters.html index ccf3cd7a8b..18166a1e77 100644 --- a/_site/docs/latest/dashboards/filters.html +++ b/_site/docs/latest/dashboards/filters.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/dashboards/interactive.html b/_site/docs/latest/dashboards/interactive.html index d0e4ae9ba8..ce582ed3db 100644 --- a/_site/docs/latest/dashboards/interactive.html +++ b/_site/docs/latest/dashboards/interactive.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/dashboards/introduction.html b/_site/docs/latest/dashboards/introduction.html index bc288ec633..70e437e1ee 100644 --- a/_site/docs/latest/dashboards/introduction.html +++ b/_site/docs/latest/dashboards/introduction.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/dashboards/linked-filters.html b/_site/docs/latest/dashboards/linked-filters.html index ceb73422e4..20056b389d 100644 --- a/_site/docs/latest/dashboards/linked-filters.html +++ b/_site/docs/latest/dashboards/linked-filters.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/dashboards/multiple-series.html b/_site/docs/latest/dashboards/multiple-series.html index da087862a1..6fada81cc6 100644 --- a/_site/docs/latest/dashboards/multiple-series.html +++ b/_site/docs/latest/dashboards/multiple-series.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/dashboards/start.html b/_site/docs/latest/dashboards/start.html index 2170560344..2796a6190b 100644 --- a/_site/docs/latest/dashboards/start.html +++ b/_site/docs/latest/dashboards/start.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/dashboards/subscriptions.html b/_site/docs/latest/dashboards/subscriptions.html index cf56501dc0..c3a974d8d0 100644 --- a/_site/docs/latest/dashboards/subscriptions.html +++ b/_site/docs/latest/dashboards/subscriptions.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/data-modeling/editable-tables.html b/_site/docs/latest/data-modeling/editable-tables.html index 30e5e29960..3535b790b8 100644 --- a/_site/docs/latest/data-modeling/editable-tables.html +++ b/_site/docs/latest/data-modeling/editable-tables.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/data-modeling/formatting.html b/_site/docs/latest/data-modeling/formatting.html index 367743fea7..2ff9ab5739 100644 --- a/_site/docs/latest/data-modeling/formatting.html +++ b/_site/docs/latest/data-modeling/formatting.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/data-modeling/json-unfolding.html b/_site/docs/latest/data-modeling/json-unfolding.html index afefa614c2..086d3ae24e 100644 --- a/_site/docs/latest/data-modeling/json-unfolding.html +++ b/_site/docs/latest/data-modeling/json-unfolding.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/data-modeling/legacy-metrics.html b/_site/docs/latest/data-modeling/legacy-metrics.html index a092a81d3b..3770669e60 100644 --- a/_site/docs/latest/data-modeling/legacy-metrics.html +++ b/_site/docs/latest/data-modeling/legacy-metrics.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/data-modeling/metadata-editing.html b/_site/docs/latest/data-modeling/metadata-editing.html index b162121c2b..c19add46f8 100644 --- a/_site/docs/latest/data-modeling/metadata-editing.html +++ b/_site/docs/latest/data-modeling/metadata-editing.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/data-modeling/metrics.html b/_site/docs/latest/data-modeling/metrics.html index 071ba2ee89..a3195a2112 100644 --- a/_site/docs/latest/data-modeling/metrics.html +++ b/_site/docs/latest/data-modeling/metrics.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/data-modeling/model-persistence.html b/_site/docs/latest/data-modeling/model-persistence.html index 7fd9967bc9..6c758e8506 100644 --- a/_site/docs/latest/data-modeling/model-persistence.html +++ b/_site/docs/latest/data-modeling/model-persistence.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/data-modeling/models.html b/_site/docs/latest/data-modeling/models.html index 763c88cf67..cf73dd46cc 100644 --- a/_site/docs/latest/data-modeling/models.html +++ b/_site/docs/latest/data-modeling/models.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/data-modeling/segments.html b/_site/docs/latest/data-modeling/segments.html index f4058d8d94..db6b32af9b 100644 --- a/_site/docs/latest/data-modeling/segments.html +++ b/_site/docs/latest/data-modeling/segments.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/data-modeling/semantic-types.html b/_site/docs/latest/data-modeling/semantic-types.html index 4f6a1d2b9d..5a1272d207 100644 --- a/_site/docs/latest/data-modeling/semantic-types.html +++ b/_site/docs/latest/data-modeling/semantic-types.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/data-modeling/start.html b/_site/docs/latest/data-modeling/start.html index cec4aa88a6..335ecf0b73 100644 --- a/_site/docs/latest/data-modeling/start.html +++ b/_site/docs/latest/data-modeling/start.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/databases/connecting.html b/_site/docs/latest/databases/connecting.html index 5cd461fd85..cef575e6ef 100644 --- a/_site/docs/latest/databases/connecting.html +++ b/_site/docs/latest/databases/connecting.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/databases/connections/athena.html b/_site/docs/latest/databases/connections/athena.html index dcf6059f45..6151a43c41 100644 --- a/_site/docs/latest/databases/connections/athena.html +++ b/_site/docs/latest/databases/connections/athena.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/databases/connections/aws-rds.html b/_site/docs/latest/databases/connections/aws-rds.html index 7b39485a9a..3875d19e46 100644 --- a/_site/docs/latest/databases/connections/aws-rds.html +++ b/_site/docs/latest/databases/connections/aws-rds.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/databases/connections/bigquery.html b/_site/docs/latest/databases/connections/bigquery.html index 7fc42716d0..545d8bda60 100644 --- a/_site/docs/latest/databases/connections/bigquery.html +++ b/_site/docs/latest/databases/connections/bigquery.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/databases/connections/clickhouse.html b/_site/docs/latest/databases/connections/clickhouse.html index dcffba9a1a..e2161cbb7a 100644 --- a/_site/docs/latest/databases/connections/clickhouse.html +++ b/_site/docs/latest/databases/connections/clickhouse.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/databases/connections/databricks.html b/_site/docs/latest/databases/connections/databricks.html index d86aeb904c..caa063dfd0 100644 --- a/_site/docs/latest/databases/connections/databricks.html +++ b/_site/docs/latest/databases/connections/databricks.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/databases/connections/druid.html b/_site/docs/latest/databases/connections/druid.html index 3eef973010..03e4bfe358 100644 --- a/_site/docs/latest/databases/connections/druid.html +++ b/_site/docs/latest/databases/connections/druid.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/databases/connections/mariadb.html b/_site/docs/latest/databases/connections/mariadb.html index d32b722c14..727166e30d 100644 --- a/_site/docs/latest/databases/connections/mariadb.html +++ b/_site/docs/latest/databases/connections/mariadb.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/databases/connections/mongodb.html b/_site/docs/latest/databases/connections/mongodb.html index 40d3ed2939..e10b9c00a9 100644 --- a/_site/docs/latest/databases/connections/mongodb.html +++ b/_site/docs/latest/databases/connections/mongodb.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/databases/connections/mysql.html b/_site/docs/latest/databases/connections/mysql.html index 7eb28f1d57..2b82c03e41 100644 --- a/_site/docs/latest/databases/connections/mysql.html +++ b/_site/docs/latest/databases/connections/mysql.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/databases/connections/oracle.html b/_site/docs/latest/databases/connections/oracle.html index efd2d40e7d..e6b867dfca 100644 --- a/_site/docs/latest/databases/connections/oracle.html +++ b/_site/docs/latest/databases/connections/oracle.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/databases/connections/postgresql.html b/_site/docs/latest/databases/connections/postgresql.html index 82f848232b..4f1f1e49d8 100644 --- a/_site/docs/latest/databases/connections/postgresql.html +++ b/_site/docs/latest/databases/connections/postgresql.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/databases/connections/presto.html b/_site/docs/latest/databases/connections/presto.html index e4eb094277..f07cccf940 100644 --- a/_site/docs/latest/databases/connections/presto.html +++ b/_site/docs/latest/databases/connections/presto.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/databases/connections/redshift.html b/_site/docs/latest/databases/connections/redshift.html index 7e52c45fba..3cb5b362d8 100644 --- a/_site/docs/latest/databases/connections/redshift.html +++ b/_site/docs/latest/databases/connections/redshift.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/databases/connections/snowflake.html b/_site/docs/latest/databases/connections/snowflake.html index 4951a8454e..e56216c9bd 100644 --- a/_site/docs/latest/databases/connections/snowflake.html +++ b/_site/docs/latest/databases/connections/snowflake.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/databases/connections/sparksql.html b/_site/docs/latest/databases/connections/sparksql.html index 7620aad6ec..597df2fda7 100644 --- a/_site/docs/latest/databases/connections/sparksql.html +++ b/_site/docs/latest/databases/connections/sparksql.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/databases/connections/sql-server.html b/_site/docs/latest/databases/connections/sql-server.html index 2f93b99c83..b7e8060bf4 100644 --- a/_site/docs/latest/databases/connections/sql-server.html +++ b/_site/docs/latest/databases/connections/sql-server.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/databases/connections/sqlite.html b/_site/docs/latest/databases/connections/sqlite.html index 82e903ae32..72295faf92 100644 --- a/_site/docs/latest/databases/connections/sqlite.html +++ b/_site/docs/latest/databases/connections/sqlite.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/databases/connections/starburst.html b/_site/docs/latest/databases/connections/starburst.html index 064418e531..e962bca5d6 100644 --- a/_site/docs/latest/databases/connections/starburst.html +++ b/_site/docs/latest/databases/connections/starburst.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/databases/connections/vertica.html b/_site/docs/latest/databases/connections/vertica.html index 3e87c7fefb..60121666a4 100644 --- a/_site/docs/latest/databases/connections/vertica.html +++ b/_site/docs/latest/databases/connections/vertica.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/databases/danger-zone.html b/_site/docs/latest/databases/danger-zone.html index 260d19e3ac..2cea082e2c 100644 --- a/_site/docs/latest/databases/danger-zone.html +++ b/_site/docs/latest/databases/danger-zone.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/databases/encrypting-details-at-rest.html b/_site/docs/latest/databases/encrypting-details-at-rest.html index 2c02fc6061..9397b0e788 100644 --- a/_site/docs/latest/databases/encrypting-details-at-rest.html +++ b/_site/docs/latest/databases/encrypting-details-at-rest.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/databases/ssh-tunnel.html b/_site/docs/latest/databases/ssh-tunnel.html index 688a8ff4f4..a44bff236c 100644 --- a/_site/docs/latest/databases/ssh-tunnel.html +++ b/_site/docs/latest/databases/ssh-tunnel.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/databases/ssl-certificates.html b/_site/docs/latest/databases/ssl-certificates.html index 66752889fc..9844d2ecc2 100644 --- a/_site/docs/latest/databases/ssl-certificates.html +++ b/_site/docs/latest/databases/ssl-certificates.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/databases/start.html b/_site/docs/latest/databases/start.html index 9a0b23a8f6..365d62d896 100644 --- a/_site/docs/latest/databases/start.html +++ b/_site/docs/latest/databases/start.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/databases/sync-scan.html b/_site/docs/latest/databases/sync-scan.html index 334707a886..461fabb0f9 100644 --- a/_site/docs/latest/databases/sync-scan.html +++ b/_site/docs/latest/databases/sync-scan.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/databases/uploads.html b/_site/docs/latest/databases/uploads.html index d50403ed80..61f27655dd 100644 --- a/_site/docs/latest/databases/uploads.html +++ b/_site/docs/latest/databases/uploads.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/databases/users-roles-privileges.html b/_site/docs/latest/databases/users-roles-privileges.html index 038fc354de..8410703096 100644 --- a/_site/docs/latest/databases/users-roles-privileges.html +++ b/_site/docs/latest/databases/users-roles-privileges.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/developers-guide/api-changelog.html b/_site/docs/latest/developers-guide/api-changelog.html index 18f9a8b993..a1ae6dd9f2 100644 --- a/_site/docs/latest/developers-guide/api-changelog.html +++ b/_site/docs/latest/developers-guide/api-changelog.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/developers-guide/build.html b/_site/docs/latest/developers-guide/build.html index 1ab797fdf6..a566779ac4 100644 --- a/_site/docs/latest/developers-guide/build.html +++ b/_site/docs/latest/developers-guide/build.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/developers-guide/clojure.html b/_site/docs/latest/developers-guide/clojure.html index c04e6ae80f..772ad42616 100644 --- a/_site/docs/latest/developers-guide/clojure.html +++ b/_site/docs/latest/developers-guide/clojure.html @@ -1551,26 +1551,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/developers-guide/code-reviews.html b/_site/docs/latest/developers-guide/code-reviews.html index 6a6e2cb0b0..d92a3630ee 100644 --- a/_site/docs/latest/developers-guide/code-reviews.html +++ b/_site/docs/latest/developers-guide/code-reviews.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/developers-guide/community-drivers.html b/_site/docs/latest/developers-guide/community-drivers.html index 0b95aa35e3..aed639428d 100644 --- a/_site/docs/latest/developers-guide/community-drivers.html +++ b/_site/docs/latest/developers-guide/community-drivers.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/developers-guide/dev-branch-docker.html b/_site/docs/latest/developers-guide/dev-branch-docker.html index 6101f76031..7f183a6116 100644 --- a/_site/docs/latest/developers-guide/dev-branch-docker.html +++ b/_site/docs/latest/developers-guide/dev-branch-docker.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/developers-guide/devenv.html b/_site/docs/latest/developers-guide/devenv.html index 17c8a0ab17..0eb0e19765 100644 --- a/_site/docs/latest/developers-guide/devenv.html +++ b/_site/docs/latest/developers-guide/devenv.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/developers-guide/docs.html b/_site/docs/latest/developers-guide/docs.html index 962a816578..3b56c37bae 100644 --- a/_site/docs/latest/developers-guide/docs.html +++ b/_site/docs/latest/developers-guide/docs.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/developers-guide/driver-changelog.html b/_site/docs/latest/developers-guide/driver-changelog.html index a701ef18fa..06b78eb23a 100644 --- a/_site/docs/latest/developers-guide/driver-changelog.html +++ b/_site/docs/latest/developers-guide/driver-changelog.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/developers-guide/drivers/basics.html b/_site/docs/latest/developers-guide/drivers/basics.html index 7cada0504e..4f46346f77 100644 --- a/_site/docs/latest/developers-guide/drivers/basics.html +++ b/_site/docs/latest/developers-guide/drivers/basics.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/developers-guide/drivers/driver-tests.html b/_site/docs/latest/developers-guide/drivers/driver-tests.html index ba8c09f874..731a2095c7 100644 --- a/_site/docs/latest/developers-guide/drivers/driver-tests.html +++ b/_site/docs/latest/developers-guide/drivers/driver-tests.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/developers-guide/drivers/multimethods.html b/_site/docs/latest/developers-guide/drivers/multimethods.html index 01356636d8..ddac4db64a 100644 --- a/_site/docs/latest/developers-guide/drivers/multimethods.html +++ b/_site/docs/latest/developers-guide/drivers/multimethods.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/developers-guide/drivers/plugins.html b/_site/docs/latest/developers-guide/drivers/plugins.html index d81b67ee0c..89bdd69796 100644 --- a/_site/docs/latest/developers-guide/drivers/plugins.html +++ b/_site/docs/latest/developers-guide/drivers/plugins.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/developers-guide/drivers/start.html b/_site/docs/latest/developers-guide/drivers/start.html index 1c2c3733b5..30afebe115 100644 --- a/_site/docs/latest/developers-guide/drivers/start.html +++ b/_site/docs/latest/developers-guide/drivers/start.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/developers-guide/e2e-tests.html b/_site/docs/latest/developers-guide/e2e-tests.html index f288d05aaf..8074feaaaf 100644 --- a/_site/docs/latest/developers-guide/e2e-tests.html +++ b/_site/docs/latest/developers-guide/e2e-tests.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/developers-guide/emacs.html b/_site/docs/latest/developers-guide/emacs.html index e243ef4298..428ba70519 100644 --- a/_site/docs/latest/developers-guide/emacs.html +++ b/_site/docs/latest/developers-guide/emacs.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/developers-guide/frontend.html b/_site/docs/latest/developers-guide/frontend.html index bb24640740..2a38213d02 100644 --- a/_site/docs/latest/developers-guide/frontend.html +++ b/_site/docs/latest/developers-guide/frontend.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/developers-guide/internationalization.html b/_site/docs/latest/developers-guide/internationalization.html index 040bdbb1ab..3e4527490a 100644 --- a/_site/docs/latest/developers-guide/internationalization.html +++ b/_site/docs/latest/developers-guide/internationalization.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/developers-guide/mage.html b/_site/docs/latest/developers-guide/mage.html index ab159cb4f0..ed7b587055 100644 --- a/_site/docs/latest/developers-guide/mage.html +++ b/_site/docs/latest/developers-guide/mage.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/developers-guide/mbql-library-changelog.html b/_site/docs/latest/developers-guide/mbql-library-changelog.html index 8c3d809465..19e2990b60 100644 --- a/_site/docs/latest/developers-guide/mbql-library-changelog.html +++ b/_site/docs/latest/developers-guide/mbql-library-changelog.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/developers-guide/security-token-scanner.html b/_site/docs/latest/developers-guide/security-token-scanner.html index 609a261817..8adb5a9346 100644 --- a/_site/docs/latest/developers-guide/security-token-scanner.html +++ b/_site/docs/latest/developers-guide/security-token-scanner.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/developers-guide/start.html b/_site/docs/latest/developers-guide/start.html index 58e0d3a3fa..ba0c3ac3a3 100644 --- a/_site/docs/latest/developers-guide/start.html +++ b/_site/docs/latest/developers-guide/start.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/developers-guide/versioning.html b/_site/docs/latest/developers-guide/versioning.html index a755b8a1bf..2d9f4e21ae 100644 --- a/_site/docs/latest/developers-guide/versioning.html +++ b/_site/docs/latest/developers-guide/versioning.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/developers-guide/visual-studio-code.html b/_site/docs/latest/developers-guide/visual-studio-code.html index da25670469..4aba7fa780 100644 --- a/_site/docs/latest/developers-guide/visual-studio-code.html +++ b/_site/docs/latest/developers-guide/visual-studio-code.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/developers-guide/visual-tests.html b/_site/docs/latest/developers-guide/visual-tests.html index ccc09c44b3..f91645c124 100644 --- a/_site/docs/latest/developers-guide/visual-tests.html +++ b/_site/docs/latest/developers-guide/visual-tests.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/documents/introduction.html b/_site/docs/latest/documents/introduction.html index 97eb925269..a6f6095cb6 100644 --- a/_site/docs/latest/documents/introduction.html +++ b/_site/docs/latest/documents/introduction.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/documents/start.html b/_site/docs/latest/documents/start.html index 940efb13ee..b8132e60b3 100644 --- a/_site/docs/latest/documents/start.html +++ b/_site/docs/latest/documents/start.html @@ -1555,26 +1555,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/embedding/embedded-analytics-js.html b/_site/docs/latest/embedding/embedded-analytics-js.html index ab05b69730..2cc5f5cce4 100644 --- a/_site/docs/latest/embedding/embedded-analytics-js.html +++ b/_site/docs/latest/embedding/embedded-analytics-js.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/embedding/interactive-embedding-quick-start-guide.html b/_site/docs/latest/embedding/interactive-embedding-quick-start-guide.html index a898a91210..e1959505e5 100644 --- a/_site/docs/latest/embedding/interactive-embedding-quick-start-guide.html +++ b/_site/docs/latest/embedding/interactive-embedding-quick-start-guide.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/embedding/interactive-embedding.html b/_site/docs/latest/embedding/interactive-embedding.html index b4d3adf761..c4676dcfee 100644 --- a/_site/docs/latest/embedding/interactive-embedding.html +++ b/_site/docs/latest/embedding/interactive-embedding.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/embedding/interactive-ui-components.html b/_site/docs/latest/embedding/interactive-ui-components.html index d2ac55c2da..b70a29983d 100644 --- a/_site/docs/latest/embedding/interactive-ui-components.html +++ b/_site/docs/latest/embedding/interactive-ui-components.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/embedding/introduction.html b/_site/docs/latest/embedding/introduction.html index 4935324c15..c373ce6130 100644 --- a/_site/docs/latest/embedding/introduction.html +++ b/_site/docs/latest/embedding/introduction.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/embedding/public-links.html b/_site/docs/latest/embedding/public-links.html index d7b5c97edf..c1b3ae1bb0 100644 --- a/_site/docs/latest/embedding/public-links.html +++ b/_site/docs/latest/embedding/public-links.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/embedding/sdk/ai-chat.html b/_site/docs/latest/embedding/sdk/ai-chat.html index 293a35a826..d7cfec7f78 100644 --- a/_site/docs/latest/embedding/sdk/ai-chat.html +++ b/_site/docs/latest/embedding/sdk/ai-chat.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/embedding/sdk/appearance.html b/_site/docs/latest/embedding/sdk/appearance.html index d56e2efaef..6825d7ddff 100644 --- a/_site/docs/latest/embedding/sdk/appearance.html +++ b/_site/docs/latest/embedding/sdk/appearance.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/embedding/sdk/authentication.html b/_site/docs/latest/embedding/sdk/authentication.html index dd68d354e7..0502ead3b9 100644 --- a/_site/docs/latest/embedding/sdk/authentication.html +++ b/_site/docs/latest/embedding/sdk/authentication.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/embedding/sdk/collections.html b/_site/docs/latest/embedding/sdk/collections.html index 1266e3f18b..c93a9b95b4 100644 --- a/_site/docs/latest/embedding/sdk/collections.html +++ b/_site/docs/latest/embedding/sdk/collections.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/embedding/sdk/config.html b/_site/docs/latest/embedding/sdk/config.html index b70a83a7ac..b9b250ec96 100644 --- a/_site/docs/latest/embedding/sdk/config.html +++ b/_site/docs/latest/embedding/sdk/config.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/embedding/sdk/dashboards.html b/_site/docs/latest/embedding/sdk/dashboards.html index 498c4c6d20..6e27a138a9 100644 --- a/_site/docs/latest/embedding/sdk/dashboards.html +++ b/_site/docs/latest/embedding/sdk/dashboards.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/embedding/sdk/introduction.html b/_site/docs/latest/embedding/sdk/introduction.html index 78881533a7..eaebcd7bda 100644 --- a/_site/docs/latest/embedding/sdk/introduction.html +++ b/_site/docs/latest/embedding/sdk/introduction.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/embedding/sdk/next-js.html b/_site/docs/latest/embedding/sdk/next-js.html index bd9f826095..037afda821 100644 --- a/_site/docs/latest/embedding/sdk/next-js.html +++ b/_site/docs/latest/embedding/sdk/next-js.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/embedding/sdk/plugins.html b/_site/docs/latest/embedding/sdk/plugins.html index 71f2b5c9ba..a7a6f8885a 100644 --- a/_site/docs/latest/embedding/sdk/plugins.html +++ b/_site/docs/latest/embedding/sdk/plugins.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/embedding/sdk/questions.html b/_site/docs/latest/embedding/sdk/questions.html index 6eadd93d10..3e33121ddf 100644 --- a/_site/docs/latest/embedding/sdk/questions.html +++ b/_site/docs/latest/embedding/sdk/questions.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/embedding/sdk/quickstart-cli.html b/_site/docs/latest/embedding/sdk/quickstart-cli.html index e1a04e68f0..bd0e312571 100644 --- a/_site/docs/latest/embedding/sdk/quickstart-cli.html +++ b/_site/docs/latest/embedding/sdk/quickstart-cli.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/embedding/sdk/quickstart-with-sample-app.html b/_site/docs/latest/embedding/sdk/quickstart-with-sample-app.html index 88c84949e2..c4fe6291b4 100644 --- a/_site/docs/latest/embedding/sdk/quickstart-with-sample-app.html +++ b/_site/docs/latest/embedding/sdk/quickstart-with-sample-app.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/embedding/sdk/quickstart.html b/_site/docs/latest/embedding/sdk/quickstart.html index 9f5510e873..3b06313665 100644 --- a/_site/docs/latest/embedding/sdk/quickstart.html +++ b/_site/docs/latest/embedding/sdk/quickstart.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/embedding/sdk/upgrade.html b/_site/docs/latest/embedding/sdk/upgrade.html index 061552b551..6a5231fa71 100644 --- a/_site/docs/latest/embedding/sdk/upgrade.html +++ b/_site/docs/latest/embedding/sdk/upgrade.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/embedding/sdk/version.html b/_site/docs/latest/embedding/sdk/version.html index 91a4637610..e54a853f3b 100644 --- a/_site/docs/latest/embedding/sdk/version.html +++ b/_site/docs/latest/embedding/sdk/version.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/embedding/securing-embeds.html b/_site/docs/latest/embedding/securing-embeds.html index e5ae85f715..285d837a14 100644 --- a/_site/docs/latest/embedding/securing-embeds.html +++ b/_site/docs/latest/embedding/securing-embeds.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/embedding/start.html b/_site/docs/latest/embedding/start.html index cd11444a08..50e306ca9d 100644 --- a/_site/docs/latest/embedding/start.html +++ b/_site/docs/latest/embedding/start.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/embedding/static-embedding-parameters.html b/_site/docs/latest/embedding/static-embedding-parameters.html index d3eb15d169..1ce0b7c0da 100644 --- a/_site/docs/latest/embedding/static-embedding-parameters.html +++ b/_site/docs/latest/embedding/static-embedding-parameters.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/embedding/static-embedding.html b/_site/docs/latest/embedding/static-embedding.html index a34f57d5a2..5b252cebe1 100644 --- a/_site/docs/latest/embedding/static-embedding.html +++ b/_site/docs/latest/embedding/static-embedding.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/embedding/translations.html b/_site/docs/latest/embedding/translations.html index 819011ba65..45f571688b 100644 --- a/_site/docs/latest/embedding/translations.html +++ b/_site/docs/latest/embedding/translations.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/exploration-and-organization/collections.html b/_site/docs/latest/exploration-and-organization/collections.html index df5c3b6f9a..42ba269984 100644 --- a/_site/docs/latest/exploration-and-organization/collections.html +++ b/_site/docs/latest/exploration-and-organization/collections.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/exploration-and-organization/content-verification.html b/_site/docs/latest/exploration-and-organization/content-verification.html index e0f01cb4b3..4506932466 100644 --- a/_site/docs/latest/exploration-and-organization/content-verification.html +++ b/_site/docs/latest/exploration-and-organization/content-verification.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/exploration-and-organization/data-model-reference.html b/_site/docs/latest/exploration-and-organization/data-model-reference.html index 2df22f1b65..7011741e9a 100644 --- a/_site/docs/latest/exploration-and-organization/data-model-reference.html +++ b/_site/docs/latest/exploration-and-organization/data-model-reference.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/exploration-and-organization/delete-and-restore.html b/_site/docs/latest/exploration-and-organization/delete-and-restore.html index 21b47d22d5..573c8ae302 100644 --- a/_site/docs/latest/exploration-and-organization/delete-and-restore.html +++ b/_site/docs/latest/exploration-and-organization/delete-and-restore.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/exploration-and-organization/events-and-timelines.html b/_site/docs/latest/exploration-and-organization/events-and-timelines.html index 001aca522d..4ba4e2d635 100644 --- a/_site/docs/latest/exploration-and-organization/events-and-timelines.html +++ b/_site/docs/latest/exploration-and-organization/events-and-timelines.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/exploration-and-organization/exploration.html b/_site/docs/latest/exploration-and-organization/exploration.html index 1888dc2ac6..3cd67a6e0f 100644 --- a/_site/docs/latest/exploration-and-organization/exploration.html +++ b/_site/docs/latest/exploration-and-organization/exploration.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/exploration-and-organization/history.html b/_site/docs/latest/exploration-and-organization/history.html index b7da8bbf90..86da38c198 100644 --- a/_site/docs/latest/exploration-and-organization/history.html +++ b/_site/docs/latest/exploration-and-organization/history.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/exploration-and-organization/keyboard-shortcuts.html b/_site/docs/latest/exploration-and-organization/keyboard-shortcuts.html index eb03a05d15..86808fea06 100644 --- a/_site/docs/latest/exploration-and-organization/keyboard-shortcuts.html +++ b/_site/docs/latest/exploration-and-organization/keyboard-shortcuts.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/exploration-and-organization/start.html b/_site/docs/latest/exploration-and-organization/start.html index cce22fdf29..c700b65fdc 100644 --- a/_site/docs/latest/exploration-and-organization/start.html +++ b/_site/docs/latest/exploration-and-organization/start.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/exploration-and-organization/uploads.html b/_site/docs/latest/exploration-and-organization/uploads.html index 63f71b8731..70f26381a1 100644 --- a/_site/docs/latest/exploration-and-organization/uploads.html +++ b/_site/docs/latest/exploration-and-organization/uploads.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/exploration-and-organization/x-rays.html b/_site/docs/latest/exploration-and-organization/x-rays.html index 32f3a81644..3277bf8512 100644 --- a/_site/docs/latest/exploration-and-organization/x-rays.html +++ b/_site/docs/latest/exploration-and-organization/x-rays.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/index.html b/_site/docs/latest/index.html index b9fabe5e12..49333920d3 100644 --- a/_site/docs/latest/index.html +++ b/_site/docs/latest/index.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + @@ -5307,26 +5305,24 @@
Other resources
- + diff --git a/_site/docs/latest/installation-and-operation/accessibility.html b/_site/docs/latest/installation-and-operation/accessibility.html index a01ca3e291..e59555c68c 100644 --- a/_site/docs/latest/installation-and-operation/accessibility.html +++ b/_site/docs/latest/installation-and-operation/accessibility.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/installation-and-operation/activating-the-enterprise-edition.html b/_site/docs/latest/installation-and-operation/activating-the-enterprise-edition.html index 0f9625a188..43b92b4f5d 100644 --- a/_site/docs/latest/installation-and-operation/activating-the-enterprise-edition.html +++ b/_site/docs/latest/installation-and-operation/activating-the-enterprise-edition.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/installation-and-operation/backing-up-metabase-application-data.html b/_site/docs/latest/installation-and-operation/backing-up-metabase-application-data.html index ed2a5745a2..90ccf2c6cd 100644 --- a/_site/docs/latest/installation-and-operation/backing-up-metabase-application-data.html +++ b/_site/docs/latest/installation-and-operation/backing-up-metabase-application-data.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/installation-and-operation/commands.html b/_site/docs/latest/installation-and-operation/commands.html index 5d693e9e20..648bd3c0a0 100644 --- a/_site/docs/latest/installation-and-operation/commands.html +++ b/_site/docs/latest/installation-and-operation/commands.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/installation-and-operation/configuring-application-database.html b/_site/docs/latest/installation-and-operation/configuring-application-database.html index 4102b3f91b..fa3850a1d5 100644 --- a/_site/docs/latest/installation-and-operation/configuring-application-database.html +++ b/_site/docs/latest/installation-and-operation/configuring-application-database.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/installation-and-operation/creating-RDS-database-on-AWS.html b/_site/docs/latest/installation-and-operation/creating-RDS-database-on-AWS.html index e68600ce21..dec0878ba2 100644 --- a/_site/docs/latest/installation-and-operation/creating-RDS-database-on-AWS.html +++ b/_site/docs/latest/installation-and-operation/creating-RDS-database-on-AWS.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/installation-and-operation/development-instance.html b/_site/docs/latest/installation-and-operation/development-instance.html index 0e1fdee8fc..bc604ab757 100644 --- a/_site/docs/latest/installation-and-operation/development-instance.html +++ b/_site/docs/latest/installation-and-operation/development-instance.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/installation-and-operation/information-collection.html b/_site/docs/latest/installation-and-operation/information-collection.html index d38e52e704..2ce918dfe4 100644 --- a/_site/docs/latest/installation-and-operation/information-collection.html +++ b/_site/docs/latest/installation-and-operation/information-collection.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/installation-and-operation/installing-metabase.html b/_site/docs/latest/installation-and-operation/installing-metabase.html index 0ba63384e5..7bc3e5017e 100644 --- a/_site/docs/latest/installation-and-operation/installing-metabase.html +++ b/_site/docs/latest/installation-and-operation/installing-metabase.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/installation-and-operation/migrating-from-h2.html b/_site/docs/latest/installation-and-operation/migrating-from-h2.html index a4f15af1fc..aa00ae077a 100644 --- a/_site/docs/latest/installation-and-operation/migrating-from-h2.html +++ b/_site/docs/latest/installation-and-operation/migrating-from-h2.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/installation-and-operation/monitoring-metabase.html b/_site/docs/latest/installation-and-operation/monitoring-metabase.html index b2309c7bd8..c6a21a364b 100644 --- a/_site/docs/latest/installation-and-operation/monitoring-metabase.html +++ b/_site/docs/latest/installation-and-operation/monitoring-metabase.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/installation-and-operation/observability-with-prometheus.html b/_site/docs/latest/installation-and-operation/observability-with-prometheus.html index 17cf5f7915..a07c22d041 100644 --- a/_site/docs/latest/installation-and-operation/observability-with-prometheus.html +++ b/_site/docs/latest/installation-and-operation/observability-with-prometheus.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/installation-and-operation/privacy.html b/_site/docs/latest/installation-and-operation/privacy.html index 98d88e165b..ee78858ca4 100644 --- a/_site/docs/latest/installation-and-operation/privacy.html +++ b/_site/docs/latest/installation-and-operation/privacy.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/installation-and-operation/remote-sync.html b/_site/docs/latest/installation-and-operation/remote-sync.html index 07eef910f4..df87b09a97 100644 --- a/_site/docs/latest/installation-and-operation/remote-sync.html +++ b/_site/docs/latest/installation-and-operation/remote-sync.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/installation-and-operation/running-metabase-as-service.html b/_site/docs/latest/installation-and-operation/running-metabase-as-service.html index 2c1b867270..1e94f2c2f3 100644 --- a/_site/docs/latest/installation-and-operation/running-metabase-as-service.html +++ b/_site/docs/latest/installation-and-operation/running-metabase-as-service.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/installation-and-operation/running-metabase-on-azure.html b/_site/docs/latest/installation-and-operation/running-metabase-on-azure.html index 6a277aaa9f..2484d3a88a 100644 --- a/_site/docs/latest/installation-and-operation/running-metabase-on-azure.html +++ b/_site/docs/latest/installation-and-operation/running-metabase-on-azure.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/installation-and-operation/running-metabase-on-docker.html b/_site/docs/latest/installation-and-operation/running-metabase-on-docker.html index c657203dba..a9f75113db 100644 --- a/_site/docs/latest/installation-and-operation/running-metabase-on-docker.html +++ b/_site/docs/latest/installation-and-operation/running-metabase-on-docker.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/installation-and-operation/running-metabase-on-elastic-beanstalk.html b/_site/docs/latest/installation-and-operation/running-metabase-on-elastic-beanstalk.html index 47219d20ca..ba9b8a43c9 100644 --- a/_site/docs/latest/installation-and-operation/running-metabase-on-elastic-beanstalk.html +++ b/_site/docs/latest/installation-and-operation/running-metabase-on-elastic-beanstalk.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/installation-and-operation/running-metabase-on-podman.html b/_site/docs/latest/installation-and-operation/running-metabase-on-podman.html index 77efecfa92..7adb224a68 100644 --- a/_site/docs/latest/installation-and-operation/running-metabase-on-podman.html +++ b/_site/docs/latest/installation-and-operation/running-metabase-on-podman.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/installation-and-operation/running-the-metabase-jar-file.html b/_site/docs/latest/installation-and-operation/running-the-metabase-jar-file.html index 863f8f4da7..45013f6b08 100644 --- a/_site/docs/latest/installation-and-operation/running-the-metabase-jar-file.html +++ b/_site/docs/latest/installation-and-operation/running-the-metabase-jar-file.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/installation-and-operation/serialization.html b/_site/docs/latest/installation-and-operation/serialization.html index 7fb8bbc7e0..43e9052b73 100644 --- a/_site/docs/latest/installation-and-operation/serialization.html +++ b/_site/docs/latest/installation-and-operation/serialization.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/installation-and-operation/start.html b/_site/docs/latest/installation-and-operation/start.html index eba990d4cc..c9d30b13e9 100644 --- a/_site/docs/latest/installation-and-operation/start.html +++ b/_site/docs/latest/installation-and-operation/start.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/installation-and-operation/supported-browsers.html b/_site/docs/latest/installation-and-operation/supported-browsers.html index 38571e3d7b..86676e2107 100644 --- a/_site/docs/latest/installation-and-operation/supported-browsers.html +++ b/_site/docs/latest/installation-and-operation/supported-browsers.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/installation-and-operation/upgrading-metabase.html b/_site/docs/latest/installation-and-operation/upgrading-metabase.html index c203e9b35b..86a150b6b2 100644 --- a/_site/docs/latest/installation-and-operation/upgrading-metabase.html +++ b/_site/docs/latest/installation-and-operation/upgrading-metabase.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/paid-features/index.html b/_site/docs/latest/paid-features/index.html index ea05e8561a..56c38573c5 100644 --- a/_site/docs/latest/paid-features/index.html +++ b/_site/docs/latest/paid-features/index.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/people-and-groups/account-settings.html b/_site/docs/latest/people-and-groups/account-settings.html index b00e75ee4c..99ce7fdfe1 100644 --- a/_site/docs/latest/people-and-groups/account-settings.html +++ b/_site/docs/latest/people-and-groups/account-settings.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/people-and-groups/api-keys.html b/_site/docs/latest/people-and-groups/api-keys.html index ce82d134bb..4df0b0f663 100644 --- a/_site/docs/latest/people-and-groups/api-keys.html +++ b/_site/docs/latest/people-and-groups/api-keys.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/people-and-groups/authenticating-with-jwt.html b/_site/docs/latest/people-and-groups/authenticating-with-jwt.html index cb098cb1c8..7f1a57ec02 100644 --- a/_site/docs/latest/people-and-groups/authenticating-with-jwt.html +++ b/_site/docs/latest/people-and-groups/authenticating-with-jwt.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/people-and-groups/authenticating-with-saml.html b/_site/docs/latest/people-and-groups/authenticating-with-saml.html index 2a0b743e40..a7331eecc3 100644 --- a/_site/docs/latest/people-and-groups/authenticating-with-saml.html +++ b/_site/docs/latest/people-and-groups/authenticating-with-saml.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/people-and-groups/changing-password-complexity.html b/_site/docs/latest/people-and-groups/changing-password-complexity.html index 6976a79883..7d585576f9 100644 --- a/_site/docs/latest/people-and-groups/changing-password-complexity.html +++ b/_site/docs/latest/people-and-groups/changing-password-complexity.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/people-and-groups/changing-session-expiration.html b/_site/docs/latest/people-and-groups/changing-session-expiration.html index af2e6af07a..823cd52d93 100644 --- a/_site/docs/latest/people-and-groups/changing-session-expiration.html +++ b/_site/docs/latest/people-and-groups/changing-session-expiration.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/people-and-groups/google-sign-in.html b/_site/docs/latest/people-and-groups/google-sign-in.html index 4e635cae79..c629300600 100644 --- a/_site/docs/latest/people-and-groups/google-sign-in.html +++ b/_site/docs/latest/people-and-groups/google-sign-in.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/people-and-groups/ldap.html b/_site/docs/latest/people-and-groups/ldap.html index 47993f6fc7..f5844c3eb2 100644 --- a/_site/docs/latest/people-and-groups/ldap.html +++ b/_site/docs/latest/people-and-groups/ldap.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/people-and-groups/managing.html b/_site/docs/latest/people-and-groups/managing.html index f66c5e2736..843f752a73 100644 --- a/_site/docs/latest/people-and-groups/managing.html +++ b/_site/docs/latest/people-and-groups/managing.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/people-and-groups/saml-auth0.html b/_site/docs/latest/people-and-groups/saml-auth0.html index 0302325ec5..124de3ee1e 100644 --- a/_site/docs/latest/people-and-groups/saml-auth0.html +++ b/_site/docs/latest/people-and-groups/saml-auth0.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/people-and-groups/saml-azure.html b/_site/docs/latest/people-and-groups/saml-azure.html index 87e5ffc338..64f937c34a 100644 --- a/_site/docs/latest/people-and-groups/saml-azure.html +++ b/_site/docs/latest/people-and-groups/saml-azure.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/people-and-groups/saml-google.html b/_site/docs/latest/people-and-groups/saml-google.html index 8ba049596b..5c7386b0c6 100644 --- a/_site/docs/latest/people-and-groups/saml-google.html +++ b/_site/docs/latest/people-and-groups/saml-google.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/people-and-groups/saml-keycloak.html b/_site/docs/latest/people-and-groups/saml-keycloak.html index c235949b4f..783a50db0b 100644 --- a/_site/docs/latest/people-and-groups/saml-keycloak.html +++ b/_site/docs/latest/people-and-groups/saml-keycloak.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/people-and-groups/saml-okta.html b/_site/docs/latest/people-and-groups/saml-okta.html index 8f78879ac9..7ab000195d 100644 --- a/_site/docs/latest/people-and-groups/saml-okta.html +++ b/_site/docs/latest/people-and-groups/saml-okta.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/people-and-groups/start.html b/_site/docs/latest/people-and-groups/start.html index 4288776cd3..97d4230f5f 100644 --- a/_site/docs/latest/people-and-groups/start.html +++ b/_site/docs/latest/people-and-groups/start.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/people-and-groups/user-provisioning.html b/_site/docs/latest/people-and-groups/user-provisioning.html index 9c190ff9b3..a241a718bd 100644 --- a/_site/docs/latest/people-and-groups/user-provisioning.html +++ b/_site/docs/latest/people-and-groups/user-provisioning.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/permissions/application.html b/_site/docs/latest/permissions/application.html index 6fdf6bcb13..f6cddb7e90 100644 --- a/_site/docs/latest/permissions/application.html +++ b/_site/docs/latest/permissions/application.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/permissions/collections.html b/_site/docs/latest/permissions/collections.html index 938d43c866..081cdfb9b6 100644 --- a/_site/docs/latest/permissions/collections.html +++ b/_site/docs/latest/permissions/collections.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/permissions/data.html b/_site/docs/latest/permissions/data.html index 174b2587be..feff7ab11e 100644 --- a/_site/docs/latest/permissions/data.html +++ b/_site/docs/latest/permissions/data.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/permissions/database-routing.html b/_site/docs/latest/permissions/database-routing.html index c789eafed8..c68789deff 100644 --- a/_site/docs/latest/permissions/database-routing.html +++ b/_site/docs/latest/permissions/database-routing.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/permissions/embedding.html b/_site/docs/latest/permissions/embedding.html index b8cd41af43..b721344f59 100644 --- a/_site/docs/latest/permissions/embedding.html +++ b/_site/docs/latest/permissions/embedding.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/permissions/impersonation.html b/_site/docs/latest/permissions/impersonation.html index cbf0e11e7a..0761e9ba77 100644 --- a/_site/docs/latest/permissions/impersonation.html +++ b/_site/docs/latest/permissions/impersonation.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/permissions/introduction.html b/_site/docs/latest/permissions/introduction.html index bca5482c59..732a79c6ff 100644 --- a/_site/docs/latest/permissions/introduction.html +++ b/_site/docs/latest/permissions/introduction.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/permissions/no-self-service-deprecation.html b/_site/docs/latest/permissions/no-self-service-deprecation.html index a67051d666..2c7e9fe67b 100644 --- a/_site/docs/latest/permissions/no-self-service-deprecation.html +++ b/_site/docs/latest/permissions/no-self-service-deprecation.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/permissions/notifications.html b/_site/docs/latest/permissions/notifications.html index 0e4caac331..edee21dea4 100644 --- a/_site/docs/latest/permissions/notifications.html +++ b/_site/docs/latest/permissions/notifications.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/permissions/row-and-column-security-examples.html b/_site/docs/latest/permissions/row-and-column-security-examples.html index 8afd931bab..da9f476bef 100644 --- a/_site/docs/latest/permissions/row-and-column-security-examples.html +++ b/_site/docs/latest/permissions/row-and-column-security-examples.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/permissions/row-and-column-security.html b/_site/docs/latest/permissions/row-and-column-security.html index a152dadae4..cf4b9dddff 100644 --- a/_site/docs/latest/permissions/row-and-column-security.html +++ b/_site/docs/latest/permissions/row-and-column-security.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/permissions/snippets.html b/_site/docs/latest/permissions/snippets.html index 6a00ec3650..64085bd0db 100644 --- a/_site/docs/latest/permissions/snippets.html +++ b/_site/docs/latest/permissions/snippets.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/permissions/start.html b/_site/docs/latest/permissions/start.html index d8a9e0380a..3e26aba7d2 100644 --- a/_site/docs/latest/permissions/start.html +++ b/_site/docs/latest/permissions/start.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/questions/alerts.html b/_site/docs/latest/questions/alerts.html index a182e89c87..f06b6e52a4 100644 --- a/_site/docs/latest/questions/alerts.html +++ b/_site/docs/latest/questions/alerts.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/questions/exporting-results.html b/_site/docs/latest/questions/exporting-results.html index e85dabcde5..19313b4645 100644 --- a/_site/docs/latest/questions/exporting-results.html +++ b/_site/docs/latest/questions/exporting-results.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/questions/introduction.html b/_site/docs/latest/questions/introduction.html index 4add9b057d..c2ec0c1cb0 100644 --- a/_site/docs/latest/questions/introduction.html +++ b/_site/docs/latest/questions/introduction.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/questions/native-editor/basic-sql-parameters.html b/_site/docs/latest/questions/native-editor/basic-sql-parameters.html index 30c79eddb4..f41b6edd98 100644 --- a/_site/docs/latest/questions/native-editor/basic-sql-parameters.html +++ b/_site/docs/latest/questions/native-editor/basic-sql-parameters.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/questions/native-editor/field-filters.html b/_site/docs/latest/questions/native-editor/field-filters.html index 9a415b188d..378fcdc58b 100644 --- a/_site/docs/latest/questions/native-editor/field-filters.html +++ b/_site/docs/latest/questions/native-editor/field-filters.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/questions/native-editor/filter-widgets.html b/_site/docs/latest/questions/native-editor/filter-widgets.html index 45f31ecbce..1cc174426b 100644 --- a/_site/docs/latest/questions/native-editor/filter-widgets.html +++ b/_site/docs/latest/questions/native-editor/filter-widgets.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/questions/native-editor/optional-variables.html b/_site/docs/latest/questions/native-editor/optional-variables.html index 74f17afe29..d3bb9bcbc6 100644 --- a/_site/docs/latest/questions/native-editor/optional-variables.html +++ b/_site/docs/latest/questions/native-editor/optional-variables.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/questions/native-editor/referencing-saved-questions-in-queries.html b/_site/docs/latest/questions/native-editor/referencing-saved-questions-in-queries.html index fddd5eadb4..b61474418a 100644 --- a/_site/docs/latest/questions/native-editor/referencing-saved-questions-in-queries.html +++ b/_site/docs/latest/questions/native-editor/referencing-saved-questions-in-queries.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/questions/native-editor/snippets.html b/_site/docs/latest/questions/native-editor/snippets.html index ac53f64cb1..a214efc061 100644 --- a/_site/docs/latest/questions/native-editor/snippets.html +++ b/_site/docs/latest/questions/native-editor/snippets.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/questions/native-editor/sql-parameters.html b/_site/docs/latest/questions/native-editor/sql-parameters.html index bd1b5964fe..a7c5d46680 100644 --- a/_site/docs/latest/questions/native-editor/sql-parameters.html +++ b/_site/docs/latest/questions/native-editor/sql-parameters.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/questions/native-editor/time-grouping-parameters.html b/_site/docs/latest/questions/native-editor/time-grouping-parameters.html index 83bd324eb9..c634d9a8ac 100644 --- a/_site/docs/latest/questions/native-editor/time-grouping-parameters.html +++ b/_site/docs/latest/questions/native-editor/time-grouping-parameters.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/questions/native-editor/writing-sql.html b/_site/docs/latest/questions/native-editor/writing-sql.html index 4ad3b2a2e1..cf453431ad 100644 --- a/_site/docs/latest/questions/native-editor/writing-sql.html +++ b/_site/docs/latest/questions/native-editor/writing-sql.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/questions/query-builder/editor.html b/_site/docs/latest/questions/query-builder/editor.html index e4240ff128..a0bfb049f9 100644 --- a/_site/docs/latest/questions/query-builder/editor.html +++ b/_site/docs/latest/questions/query-builder/editor.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/questions/query-builder/expressions-list.html b/_site/docs/latest/questions/query-builder/expressions-list.html index 4f9a40df33..1badec0ac0 100644 --- a/_site/docs/latest/questions/query-builder/expressions-list.html +++ b/_site/docs/latest/questions/query-builder/expressions-list.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/questions/query-builder/expressions.html b/_site/docs/latest/questions/query-builder/expressions.html index a491ed53c8..46d8a7c4d4 100644 --- a/_site/docs/latest/questions/query-builder/expressions.html +++ b/_site/docs/latest/questions/query-builder/expressions.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/questions/query-builder/expressions/case.html b/_site/docs/latest/questions/query-builder/expressions/case.html index ece63105fe..eef73a794f 100644 --- a/_site/docs/latest/questions/query-builder/expressions/case.html +++ b/_site/docs/latest/questions/query-builder/expressions/case.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/questions/query-builder/expressions/coalesce.html b/_site/docs/latest/questions/query-builder/expressions/coalesce.html index 758d17787c..50471335e6 100644 --- a/_site/docs/latest/questions/query-builder/expressions/coalesce.html +++ b/_site/docs/latest/questions/query-builder/expressions/coalesce.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/questions/query-builder/expressions/concat.html b/_site/docs/latest/questions/query-builder/expressions/concat.html index 11d9661c8e..b5b0722a82 100644 --- a/_site/docs/latest/questions/query-builder/expressions/concat.html +++ b/_site/docs/latest/questions/query-builder/expressions/concat.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/questions/query-builder/expressions/converttimezone.html b/_site/docs/latest/questions/query-builder/expressions/converttimezone.html index 77cbcb5fc9..528651159c 100644 --- a/_site/docs/latest/questions/query-builder/expressions/converttimezone.html +++ b/_site/docs/latest/questions/query-builder/expressions/converttimezone.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/questions/query-builder/expressions/countif.html b/_site/docs/latest/questions/query-builder/expressions/countif.html index 7b490950af..a20ed4a910 100644 --- a/_site/docs/latest/questions/query-builder/expressions/countif.html +++ b/_site/docs/latest/questions/query-builder/expressions/countif.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/questions/query-builder/expressions/cumulative.html b/_site/docs/latest/questions/query-builder/expressions/cumulative.html index 2b32f6c6dd..f45fdc48fa 100644 --- a/_site/docs/latest/questions/query-builder/expressions/cumulative.html +++ b/_site/docs/latest/questions/query-builder/expressions/cumulative.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/questions/query-builder/expressions/datetimeadd.html b/_site/docs/latest/questions/query-builder/expressions/datetimeadd.html index 3db8c5f5ce..137903babb 100644 --- a/_site/docs/latest/questions/query-builder/expressions/datetimeadd.html +++ b/_site/docs/latest/questions/query-builder/expressions/datetimeadd.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/questions/query-builder/expressions/datetimediff.html b/_site/docs/latest/questions/query-builder/expressions/datetimediff.html index 11b98c2c09..bbe41aa5c6 100644 --- a/_site/docs/latest/questions/query-builder/expressions/datetimediff.html +++ b/_site/docs/latest/questions/query-builder/expressions/datetimediff.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/questions/query-builder/expressions/datetimesubtract.html b/_site/docs/latest/questions/query-builder/expressions/datetimesubtract.html index 12e8f43ae1..df0c3308c6 100644 --- a/_site/docs/latest/questions/query-builder/expressions/datetimesubtract.html +++ b/_site/docs/latest/questions/query-builder/expressions/datetimesubtract.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/questions/query-builder/expressions/in.html b/_site/docs/latest/questions/query-builder/expressions/in.html index 08838dd6ad..5a166485ec 100644 --- a/_site/docs/latest/questions/query-builder/expressions/in.html +++ b/_site/docs/latest/questions/query-builder/expressions/in.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/questions/query-builder/expressions/isempty.html b/_site/docs/latest/questions/query-builder/expressions/isempty.html index 1e81d08ce3..697a98fde7 100644 --- a/_site/docs/latest/questions/query-builder/expressions/isempty.html +++ b/_site/docs/latest/questions/query-builder/expressions/isempty.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/questions/query-builder/expressions/isnull.html b/_site/docs/latest/questions/query-builder/expressions/isnull.html index 0b7ec09195..21d2930bfe 100644 --- a/_site/docs/latest/questions/query-builder/expressions/isnull.html +++ b/_site/docs/latest/questions/query-builder/expressions/isnull.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/questions/query-builder/expressions/now.html b/_site/docs/latest/questions/query-builder/expressions/now.html index 2d71b9d4e5..f19ceca9e8 100644 --- a/_site/docs/latest/questions/query-builder/expressions/now.html +++ b/_site/docs/latest/questions/query-builder/expressions/now.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/questions/query-builder/expressions/offset.html b/_site/docs/latest/questions/query-builder/expressions/offset.html index 9fde4109d2..f5637ff4b4 100644 --- a/_site/docs/latest/questions/query-builder/expressions/offset.html +++ b/_site/docs/latest/questions/query-builder/expressions/offset.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/questions/query-builder/expressions/regexextract.html b/_site/docs/latest/questions/query-builder/expressions/regexextract.html index 034626cfa3..8f3c6e1748 100644 --- a/_site/docs/latest/questions/query-builder/expressions/regexextract.html +++ b/_site/docs/latest/questions/query-builder/expressions/regexextract.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/questions/query-builder/expressions/substring.html b/_site/docs/latest/questions/query-builder/expressions/substring.html index fb50d58494..d016872509 100644 --- a/_site/docs/latest/questions/query-builder/expressions/substring.html +++ b/_site/docs/latest/questions/query-builder/expressions/substring.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/questions/query-builder/expressions/sumif.html b/_site/docs/latest/questions/query-builder/expressions/sumif.html index 8dfa2b1f33..8693f7455a 100644 --- a/_site/docs/latest/questions/query-builder/expressions/sumif.html +++ b/_site/docs/latest/questions/query-builder/expressions/sumif.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/questions/query-builder/expressions/week.html b/_site/docs/latest/questions/query-builder/expressions/week.html index 5e88b9d78f..9f5a3a1d00 100644 --- a/_site/docs/latest/questions/query-builder/expressions/week.html +++ b/_site/docs/latest/questions/query-builder/expressions/week.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/questions/query-builder/filters.html b/_site/docs/latest/questions/query-builder/filters.html index 062f7e440a..60c52e421d 100644 --- a/_site/docs/latest/questions/query-builder/filters.html +++ b/_site/docs/latest/questions/query-builder/filters.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/questions/query-builder/join.html b/_site/docs/latest/questions/query-builder/join.html index 3a215563a6..e4778a2933 100644 --- a/_site/docs/latest/questions/query-builder/join.html +++ b/_site/docs/latest/questions/query-builder/join.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/questions/query-builder/summarizing-and-grouping.html b/_site/docs/latest/questions/query-builder/summarizing-and-grouping.html index 3b8dd997aa..5c59540e78 100644 --- a/_site/docs/latest/questions/query-builder/summarizing-and-grouping.html +++ b/_site/docs/latest/questions/query-builder/summarizing-and-grouping.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/questions/start.html b/_site/docs/latest/questions/start.html index a852459cfb..b8f46aea9c 100644 --- a/_site/docs/latest/questions/start.html +++ b/_site/docs/latest/questions/start.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/questions/visualizations/combo-chart.html b/_site/docs/latest/questions/visualizations/combo-chart.html index 3bb6bca035..b1fb7ad574 100644 --- a/_site/docs/latest/questions/visualizations/combo-chart.html +++ b/_site/docs/latest/questions/visualizations/combo-chart.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/questions/visualizations/country-codes.html b/_site/docs/latest/questions/visualizations/country-codes.html index c0a63db5c0..52daa03f44 100644 --- a/_site/docs/latest/questions/visualizations/country-codes.html +++ b/_site/docs/latest/questions/visualizations/country-codes.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/questions/visualizations/detail.html b/_site/docs/latest/questions/visualizations/detail.html index be75bcc0f4..4d557b2930 100644 --- a/_site/docs/latest/questions/visualizations/detail.html +++ b/_site/docs/latest/questions/visualizations/detail.html @@ -1555,26 +1555,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/questions/visualizations/funnel.html b/_site/docs/latest/questions/visualizations/funnel.html index 084782414b..1dee85758a 100644 --- a/_site/docs/latest/questions/visualizations/funnel.html +++ b/_site/docs/latest/questions/visualizations/funnel.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/questions/visualizations/gauge.html b/_site/docs/latest/questions/visualizations/gauge.html index b52d3249b1..ef16991f38 100644 --- a/_site/docs/latest/questions/visualizations/gauge.html +++ b/_site/docs/latest/questions/visualizations/gauge.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/questions/visualizations/line-bar-and-area-charts.html b/_site/docs/latest/questions/visualizations/line-bar-and-area-charts.html index 4f2f8e3e5b..5432732625 100644 --- a/_site/docs/latest/questions/visualizations/line-bar-and-area-charts.html +++ b/_site/docs/latest/questions/visualizations/line-bar-and-area-charts.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/questions/visualizations/map.html b/_site/docs/latest/questions/visualizations/map.html index 7159ddadb6..7314ec5c55 100644 --- a/_site/docs/latest/questions/visualizations/map.html +++ b/_site/docs/latest/questions/visualizations/map.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/questions/visualizations/numbers.html b/_site/docs/latest/questions/visualizations/numbers.html index c77d5e2406..9829d12b59 100644 --- a/_site/docs/latest/questions/visualizations/numbers.html +++ b/_site/docs/latest/questions/visualizations/numbers.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/questions/visualizations/pie-or-donut-chart.html b/_site/docs/latest/questions/visualizations/pie-or-donut-chart.html index 8023c3768e..e03b7f5cff 100644 --- a/_site/docs/latest/questions/visualizations/pie-or-donut-chart.html +++ b/_site/docs/latest/questions/visualizations/pie-or-donut-chart.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/questions/visualizations/pivot-table.html b/_site/docs/latest/questions/visualizations/pivot-table.html index e7bc03305a..c05027d2ef 100644 --- a/_site/docs/latest/questions/visualizations/pivot-table.html +++ b/_site/docs/latest/questions/visualizations/pivot-table.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/questions/visualizations/progress-bar.html b/_site/docs/latest/questions/visualizations/progress-bar.html index e86f3e53ee..6b4667e6fb 100644 --- a/_site/docs/latest/questions/visualizations/progress-bar.html +++ b/_site/docs/latest/questions/visualizations/progress-bar.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/questions/visualizations/sankey.html b/_site/docs/latest/questions/visualizations/sankey.html index 05db9d816c..b2025d4aca 100644 --- a/_site/docs/latest/questions/visualizations/sankey.html +++ b/_site/docs/latest/questions/visualizations/sankey.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/questions/visualizations/scatterplot-or-bubble-chart.html b/_site/docs/latest/questions/visualizations/scatterplot-or-bubble-chart.html index dc7f7307f8..e834acbf88 100644 --- a/_site/docs/latest/questions/visualizations/scatterplot-or-bubble-chart.html +++ b/_site/docs/latest/questions/visualizations/scatterplot-or-bubble-chart.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/questions/visualizations/table.html b/_site/docs/latest/questions/visualizations/table.html index 87c84f306d..a2f96f0a4d 100644 --- a/_site/docs/latest/questions/visualizations/table.html +++ b/_site/docs/latest/questions/visualizations/table.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/questions/visualizations/tooltips.html b/_site/docs/latest/questions/visualizations/tooltips.html index 225fc90f48..65006f3e0c 100644 --- a/_site/docs/latest/questions/visualizations/tooltips.html +++ b/_site/docs/latest/questions/visualizations/tooltips.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/questions/visualizations/trend.html b/_site/docs/latest/questions/visualizations/trend.html index ef196bb14f..58a50673c7 100644 --- a/_site/docs/latest/questions/visualizations/trend.html +++ b/_site/docs/latest/questions/visualizations/trend.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/questions/visualizations/visualizing-results.html b/_site/docs/latest/questions/visualizations/visualizing-results.html index a0fdbd53a8..24cefffb4b 100644 --- a/_site/docs/latest/questions/visualizations/visualizing-results.html +++ b/_site/docs/latest/questions/visualizations/visualizing-results.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/questions/visualizations/waterfall-chart.html b/_site/docs/latest/questions/visualizations/waterfall-chart.html index 637e8be472..e141813186 100644 --- a/_site/docs/latest/questions/visualizations/waterfall-chart.html +++ b/_site/docs/latest/questions/visualizations/waterfall-chart.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/troubleshooting-guide/bigquery-drive.html b/_site/docs/latest/troubleshooting-guide/bigquery-drive.html index 47eca95a65..209c30d990 100644 --- a/_site/docs/latest/troubleshooting-guide/bigquery-drive.html +++ b/_site/docs/latest/troubleshooting-guide/bigquery-drive.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/troubleshooting-guide/bugs.html b/_site/docs/latest/troubleshooting-guide/bugs.html index 6ab9340b9f..e25637613b 100644 --- a/_site/docs/latest/troubleshooting-guide/bugs.html +++ b/_site/docs/latest/troubleshooting-guide/bugs.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/troubleshooting-guide/cant-log-in.html b/_site/docs/latest/troubleshooting-guide/cant-log-in.html index 103f40dae0..d4baa11288 100644 --- a/_site/docs/latest/troubleshooting-guide/cant-log-in.html +++ b/_site/docs/latest/troubleshooting-guide/cant-log-in.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/troubleshooting-guide/cant-see-tables.html b/_site/docs/latest/troubleshooting-guide/cant-see-tables.html index 1068263d70..47237029c5 100644 --- a/_site/docs/latest/troubleshooting-guide/cant-see-tables.html +++ b/_site/docs/latest/troubleshooting-guide/cant-see-tables.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/troubleshooting-guide/cant-send-email.html b/_site/docs/latest/troubleshooting-guide/cant-send-email.html index a3b95761ac..7a793c316f 100644 --- a/_site/docs/latest/troubleshooting-guide/cant-send-email.html +++ b/_site/docs/latest/troubleshooting-guide/cant-send-email.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/troubleshooting-guide/cant-view-or-edit.html b/_site/docs/latest/troubleshooting-guide/cant-view-or-edit.html index fd160dfe63..ea51ad2510 100644 --- a/_site/docs/latest/troubleshooting-guide/cant-view-or-edit.html +++ b/_site/docs/latest/troubleshooting-guide/cant-view-or-edit.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/troubleshooting-guide/create-har-file.html b/_site/docs/latest/troubleshooting-guide/create-har-file.html index f25e51bf4f..1ed01987de 100644 --- a/_site/docs/latest/troubleshooting-guide/create-har-file.html +++ b/_site/docs/latest/troubleshooting-guide/create-har-file.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/troubleshooting-guide/data-permissions.html b/_site/docs/latest/troubleshooting-guide/data-permissions.html index df916b5ac8..ee639616e4 100644 --- a/_site/docs/latest/troubleshooting-guide/data-permissions.html +++ b/_site/docs/latest/troubleshooting-guide/data-permissions.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/troubleshooting-guide/db-connection.html b/_site/docs/latest/troubleshooting-guide/db-connection.html index fdc39322e5..80767a4c6f 100644 --- a/_site/docs/latest/troubleshooting-guide/db-connection.html +++ b/_site/docs/latest/troubleshooting-guide/db-connection.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/troubleshooting-guide/db-performance.html b/_site/docs/latest/troubleshooting-guide/db-performance.html index 6ac4ea4a4c..3bb7c2e61e 100644 --- a/_site/docs/latest/troubleshooting-guide/db-performance.html +++ b/_site/docs/latest/troubleshooting-guide/db-performance.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/troubleshooting-guide/diagnostic-info.html b/_site/docs/latest/troubleshooting-guide/diagnostic-info.html index 3392250677..d4c8397024 100644 --- a/_site/docs/latest/troubleshooting-guide/diagnostic-info.html +++ b/_site/docs/latest/troubleshooting-guide/diagnostic-info.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/troubleshooting-guide/docker.html b/_site/docs/latest/troubleshooting-guide/docker.html index a0233797a7..3acf7efc8f 100644 --- a/_site/docs/latest/troubleshooting-guide/docker.html +++ b/_site/docs/latest/troubleshooting-guide/docker.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/troubleshooting-guide/error-message.html b/_site/docs/latest/troubleshooting-guide/error-message.html index d4d7026b93..f18e8565fe 100644 --- a/_site/docs/latest/troubleshooting-guide/error-message.html +++ b/_site/docs/latest/troubleshooting-guide/error-message.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/troubleshooting-guide/filters.html b/_site/docs/latest/troubleshooting-guide/filters.html index f20b4c6046..d299373068 100644 --- a/_site/docs/latest/troubleshooting-guide/filters.html +++ b/_site/docs/latest/troubleshooting-guide/filters.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/troubleshooting-guide/index.html b/_site/docs/latest/troubleshooting-guide/index.html index f158f1a457..5ec4631ce5 100644 --- a/_site/docs/latest/troubleshooting-guide/index.html +++ b/_site/docs/latest/troubleshooting-guide/index.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/troubleshooting-guide/known-issues.html b/_site/docs/latest/troubleshooting-guide/known-issues.html index b2bc865d6a..1855424816 100644 --- a/_site/docs/latest/troubleshooting-guide/known-issues.html +++ b/_site/docs/latest/troubleshooting-guide/known-issues.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/troubleshooting-guide/ldap.html b/_site/docs/latest/troubleshooting-guide/ldap.html index 2f5700a974..310ef51651 100644 --- a/_site/docs/latest/troubleshooting-guide/ldap.html +++ b/_site/docs/latest/troubleshooting-guide/ldap.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/troubleshooting-guide/linked-filters.html b/_site/docs/latest/troubleshooting-guide/linked-filters.html index 1dde400a9e..047bc1fbb0 100644 --- a/_site/docs/latest/troubleshooting-guide/linked-filters.html +++ b/_site/docs/latest/troubleshooting-guide/linked-filters.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/troubleshooting-guide/loading-from-h2.html b/_site/docs/latest/troubleshooting-guide/loading-from-h2.html index 3b019f4ec7..c3e48ee6a1 100644 --- a/_site/docs/latest/troubleshooting-guide/loading-from-h2.html +++ b/_site/docs/latest/troubleshooting-guide/loading-from-h2.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/troubleshooting-guide/models.html b/_site/docs/latest/troubleshooting-guide/models.html index e9969756f7..2ee71e5605 100644 --- a/_site/docs/latest/troubleshooting-guide/models.html +++ b/_site/docs/latest/troubleshooting-guide/models.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/troubleshooting-guide/my-dashboard-is-slow.html b/_site/docs/latest/troubleshooting-guide/my-dashboard-is-slow.html index 16debd905e..2e16cb1d88 100644 --- a/_site/docs/latest/troubleshooting-guide/my-dashboard-is-slow.html +++ b/_site/docs/latest/troubleshooting-guide/my-dashboard-is-slow.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/troubleshooting-guide/notifications.html b/_site/docs/latest/troubleshooting-guide/notifications.html index f0a2db84b6..a96be7e208 100644 --- a/_site/docs/latest/troubleshooting-guide/notifications.html +++ b/_site/docs/latest/troubleshooting-guide/notifications.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/troubleshooting-guide/permissions.html b/_site/docs/latest/troubleshooting-guide/permissions.html index 3692c0ad7c..bbcceb7fa8 100644 --- a/_site/docs/latest/troubleshooting-guide/permissions.html +++ b/_site/docs/latest/troubleshooting-guide/permissions.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/troubleshooting-guide/proxies.html b/_site/docs/latest/troubleshooting-guide/proxies.html index 9ab9e3206a..1fbdb559e0 100644 --- a/_site/docs/latest/troubleshooting-guide/proxies.html +++ b/_site/docs/latest/troubleshooting-guide/proxies.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/troubleshooting-guide/requesting-new-features.html b/_site/docs/latest/troubleshooting-guide/requesting-new-features.html index 93bbc2d297..d0162377d4 100644 --- a/_site/docs/latest/troubleshooting-guide/requesting-new-features.html +++ b/_site/docs/latest/troubleshooting-guide/requesting-new-features.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/troubleshooting-guide/row-and-column-security.html b/_site/docs/latest/troubleshooting-guide/row-and-column-security.html index 23dedfcbb6..3bb25dc82c 100644 --- a/_site/docs/latest/troubleshooting-guide/row-and-column-security.html +++ b/_site/docs/latest/troubleshooting-guide/row-and-column-security.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/troubleshooting-guide/running.html b/_site/docs/latest/troubleshooting-guide/running.html index 762fb5f780..4893ccaf92 100644 --- a/_site/docs/latest/troubleshooting-guide/running.html +++ b/_site/docs/latest/troubleshooting-guide/running.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/troubleshooting-guide/saml.html b/_site/docs/latest/troubleshooting-guide/saml.html index c64565e374..bd4d2122b7 100644 --- a/_site/docs/latest/troubleshooting-guide/saml.html +++ b/_site/docs/latest/troubleshooting-guide/saml.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/troubleshooting-guide/server-logs.html b/_site/docs/latest/troubleshooting-guide/server-logs.html index 773554d077..b426ab7e77 100644 --- a/_site/docs/latest/troubleshooting-guide/server-logs.html +++ b/_site/docs/latest/troubleshooting-guide/server-logs.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/troubleshooting-guide/sql.html b/_site/docs/latest/troubleshooting-guide/sql.html index d39abf84ed..341aa90839 100644 --- a/_site/docs/latest/troubleshooting-guide/sql.html +++ b/_site/docs/latest/troubleshooting-guide/sql.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/troubleshooting-guide/sync-fingerprint-scan.html b/_site/docs/latest/troubleshooting-guide/sync-fingerprint-scan.html index bbb133911f..5d2ca19e72 100644 --- a/_site/docs/latest/troubleshooting-guide/sync-fingerprint-scan.html +++ b/_site/docs/latest/troubleshooting-guide/sync-fingerprint-scan.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/troubleshooting-guide/timeout.html b/_site/docs/latest/troubleshooting-guide/timeout.html index f986b18f79..5b3f6a7a94 100644 --- a/_site/docs/latest/troubleshooting-guide/timeout.html +++ b/_site/docs/latest/troubleshooting-guide/timeout.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/troubleshooting-guide/timezones.html b/_site/docs/latest/troubleshooting-guide/timezones.html index 9b9c1db782..4afbed75c7 100644 --- a/_site/docs/latest/troubleshooting-guide/timezones.html +++ b/_site/docs/latest/troubleshooting-guide/timezones.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/troubleshooting-guide/visualization.html b/_site/docs/latest/troubleshooting-guide/visualization.html index 007f38845f..65e9d7cc6a 100644 --- a/_site/docs/latest/troubleshooting-guide/visualization.html +++ b/_site/docs/latest/troubleshooting-guide/visualization.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/usage-and-performance-tools/audit.html b/_site/docs/latest/usage-and-performance-tools/audit.html index 14cdcdc5e2..ffa721b855 100644 --- a/_site/docs/latest/usage-and-performance-tools/audit.html +++ b/_site/docs/latest/usage-and-performance-tools/audit.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/usage-and-performance-tools/start.html b/_site/docs/latest/usage-and-performance-tools/start.html index bcd2260c33..9295dfc11b 100644 --- a/_site/docs/latest/usage-and-performance-tools/start.html +++ b/_site/docs/latest/usage-and-performance-tools/start.html @@ -1563,26 +1563,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/usage-and-performance-tools/tools.html b/_site/docs/latest/usage-and-performance-tools/tools.html index d34b18fa0c..b5917bd452 100644 --- a/_site/docs/latest/usage-and-performance-tools/tools.html +++ b/_site/docs/latest/usage-and-performance-tools/tools.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/usage-and-performance-tools/usage-analytics.html b/_site/docs/latest/usage-and-performance-tools/usage-analytics.html index 3c7fa26a00..1fd86059d5 100644 --- a/_site/docs/latest/usage-and-performance-tools/usage-analytics.html +++ b/_site/docs/latest/usage-and-performance-tools/usage-analytics.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/util/README.html b/_site/docs/latest/util/README.html index 9ef33219df..cb14451b6b 100644 --- a/_site/docs/latest/util/README.html +++ b/_site/docs/latest/util/README.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/latest/util/resources/introduction.html b/_site/docs/latest/util/resources/introduction.html index 7d169c81ba..7c58623362 100644 --- a/_site/docs/latest/util/resources/introduction.html +++ b/_site/docs/latest/util/resources/introduction.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/CONTRIBUTING.html b/_site/docs/v0.57/CONTRIBUTING.html index 882d8c90e0..c16f376283 100644 --- a/_site/docs/v0.57/CONTRIBUTING.html +++ b/_site/docs/v0.57/CONTRIBUTING.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/actions/basic.html b/_site/docs/v0.57/actions/basic.html index ddcb622592..6cca0e4080 100644 --- a/_site/docs/v0.57/actions/basic.html +++ b/_site/docs/v0.57/actions/basic.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/actions/custom.html b/_site/docs/v0.57/actions/custom.html index fa447baad1..7aab73d717 100644 --- a/_site/docs/v0.57/actions/custom.html +++ b/_site/docs/v0.57/actions/custom.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/actions/introduction.html b/_site/docs/v0.57/actions/introduction.html index 4f42f8dc4f..78ce738c53 100644 --- a/_site/docs/v0.57/actions/introduction.html +++ b/_site/docs/v0.57/actions/introduction.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/actions/start.html b/_site/docs/v0.57/actions/start.html index 9fd29b836d..6d33a2e055 100644 --- a/_site/docs/v0.57/actions/start.html +++ b/_site/docs/v0.57/actions/start.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/ai/metabot.html b/_site/docs/v0.57/ai/metabot.html index 99f40d0842..d4a05ab8a8 100644 --- a/_site/docs/v0.57/ai/metabot.html +++ b/_site/docs/v0.57/ai/metabot.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/ai/settings.html b/_site/docs/v0.57/ai/settings.html index b1dfdfe8f7..4651ed70a8 100644 --- a/_site/docs/v0.57/ai/settings.html +++ b/_site/docs/v0.57/ai/settings.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/ai/start.html b/_site/docs/v0.57/ai/start.html index 89f27e1b3c..f78bafc70b 100644 --- a/_site/docs/v0.57/ai/start.html +++ b/_site/docs/v0.57/ai/start.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/configuring-metabase/appearance.html b/_site/docs/v0.57/configuring-metabase/appearance.html index aef40d7cc7..4f9ed1b741 100644 --- a/_site/docs/v0.57/configuring-metabase/appearance.html +++ b/_site/docs/v0.57/configuring-metabase/appearance.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/configuring-metabase/caching.html b/_site/docs/v0.57/configuring-metabase/caching.html index 2d2ba463e8..9667458207 100644 --- a/_site/docs/v0.57/configuring-metabase/caching.html +++ b/_site/docs/v0.57/configuring-metabase/caching.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/configuring-metabase/config-file.html b/_site/docs/v0.57/configuring-metabase/config-file.html index f5ec5cd18f..688b6c74eb 100644 --- a/_site/docs/v0.57/configuring-metabase/config-file.html +++ b/_site/docs/v0.57/configuring-metabase/config-file.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/configuring-metabase/config-template.html b/_site/docs/v0.57/configuring-metabase/config-template.html index a6f7baf04c..259a5ed985 100644 --- a/_site/docs/v0.57/configuring-metabase/config-template.html +++ b/_site/docs/v0.57/configuring-metabase/config-template.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/configuring-metabase/custom-maps.html b/_site/docs/v0.57/configuring-metabase/custom-maps.html index 1a3ffc0812..6c082e358a 100644 --- a/_site/docs/v0.57/configuring-metabase/custom-maps.html +++ b/_site/docs/v0.57/configuring-metabase/custom-maps.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/configuring-metabase/customizing-jetty-webserver.html b/_site/docs/v0.57/configuring-metabase/customizing-jetty-webserver.html index bdad4980ac..d7ace2deb9 100644 --- a/_site/docs/v0.57/configuring-metabase/customizing-jetty-webserver.html +++ b/_site/docs/v0.57/configuring-metabase/customizing-jetty-webserver.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/configuring-metabase/email.html b/_site/docs/v0.57/configuring-metabase/email.html index 30ce790d5b..c331168bfc 100644 --- a/_site/docs/v0.57/configuring-metabase/email.html +++ b/_site/docs/v0.57/configuring-metabase/email.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/configuring-metabase/environment-variables.html b/_site/docs/v0.57/configuring-metabase/environment-variables.html index 1d2d4cf390..54add41d41 100644 --- a/_site/docs/v0.57/configuring-metabase/environment-variables.html +++ b/_site/docs/v0.57/configuring-metabase/environment-variables.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/configuring-metabase/fonts.html b/_site/docs/v0.57/configuring-metabase/fonts.html index 87d4051e12..98733fffe3 100644 --- a/_site/docs/v0.57/configuring-metabase/fonts.html +++ b/_site/docs/v0.57/configuring-metabase/fonts.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/configuring-metabase/localization.html b/_site/docs/v0.57/configuring-metabase/localization.html index c87fc48684..b709c707de 100644 --- a/_site/docs/v0.57/configuring-metabase/localization.html +++ b/_site/docs/v0.57/configuring-metabase/localization.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/configuring-metabase/log-configuration.html b/_site/docs/v0.57/configuring-metabase/log-configuration.html index d30fa1d462..0468c127eb 100644 --- a/_site/docs/v0.57/configuring-metabase/log-configuration.html +++ b/_site/docs/v0.57/configuring-metabase/log-configuration.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/configuring-metabase/setting-up-metabase.html b/_site/docs/v0.57/configuring-metabase/setting-up-metabase.html index 823c64246a..10364f171e 100644 --- a/_site/docs/v0.57/configuring-metabase/setting-up-metabase.html +++ b/_site/docs/v0.57/configuring-metabase/setting-up-metabase.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/configuring-metabase/settings.html b/_site/docs/v0.57/configuring-metabase/settings.html index a2abb25dbb..5e5b45b6e7 100644 --- a/_site/docs/v0.57/configuring-metabase/settings.html +++ b/_site/docs/v0.57/configuring-metabase/settings.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/configuring-metabase/slack.html b/_site/docs/v0.57/configuring-metabase/slack.html index 5901fbb95d..81afee0844 100644 --- a/_site/docs/v0.57/configuring-metabase/slack.html +++ b/_site/docs/v0.57/configuring-metabase/slack.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/configuring-metabase/start.html b/_site/docs/v0.57/configuring-metabase/start.html index 417a6b1d49..3d886166d2 100644 --- a/_site/docs/v0.57/configuring-metabase/start.html +++ b/_site/docs/v0.57/configuring-metabase/start.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/configuring-metabase/timezones.html b/_site/docs/v0.57/configuring-metabase/timezones.html index beffd0a1a6..3e70948537 100644 --- a/_site/docs/v0.57/configuring-metabase/timezones.html +++ b/_site/docs/v0.57/configuring-metabase/timezones.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/configuring-metabase/webhooks.html b/_site/docs/v0.57/configuring-metabase/webhooks.html index 919fd57b8b..b180841636 100644 --- a/_site/docs/v0.57/configuring-metabase/webhooks.html +++ b/_site/docs/v0.57/configuring-metabase/webhooks.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/dashboards/actions.html b/_site/docs/v0.57/dashboards/actions.html index d24f99433c..4ed625d81f 100644 --- a/_site/docs/v0.57/dashboards/actions.html +++ b/_site/docs/v0.57/dashboards/actions.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/dashboards/filters.html b/_site/docs/v0.57/dashboards/filters.html index 8dbc837ba4..b819a9f8a0 100644 --- a/_site/docs/v0.57/dashboards/filters.html +++ b/_site/docs/v0.57/dashboards/filters.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/dashboards/interactive.html b/_site/docs/v0.57/dashboards/interactive.html index 1d89e0db2d..bb976385ca 100644 --- a/_site/docs/v0.57/dashboards/interactive.html +++ b/_site/docs/v0.57/dashboards/interactive.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/dashboards/introduction.html b/_site/docs/v0.57/dashboards/introduction.html index 4fb0b9181c..39e9862d50 100644 --- a/_site/docs/v0.57/dashboards/introduction.html +++ b/_site/docs/v0.57/dashboards/introduction.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/dashboards/linked-filters.html b/_site/docs/v0.57/dashboards/linked-filters.html index c5ace30532..b4c2111db0 100644 --- a/_site/docs/v0.57/dashboards/linked-filters.html +++ b/_site/docs/v0.57/dashboards/linked-filters.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/dashboards/multiple-series.html b/_site/docs/v0.57/dashboards/multiple-series.html index b0dc058d5d..c1ed8f9a74 100644 --- a/_site/docs/v0.57/dashboards/multiple-series.html +++ b/_site/docs/v0.57/dashboards/multiple-series.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/dashboards/start.html b/_site/docs/v0.57/dashboards/start.html index a17b490714..2b488b34bf 100644 --- a/_site/docs/v0.57/dashboards/start.html +++ b/_site/docs/v0.57/dashboards/start.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/dashboards/subscriptions.html b/_site/docs/v0.57/dashboards/subscriptions.html index 9213abe39b..e1954a982b 100644 --- a/_site/docs/v0.57/dashboards/subscriptions.html +++ b/_site/docs/v0.57/dashboards/subscriptions.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/data-modeling/editable-tables.html b/_site/docs/v0.57/data-modeling/editable-tables.html index 052dcd5c3b..82d6614d54 100644 --- a/_site/docs/v0.57/data-modeling/editable-tables.html +++ b/_site/docs/v0.57/data-modeling/editable-tables.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/data-modeling/formatting.html b/_site/docs/v0.57/data-modeling/formatting.html index 309341aae7..bf2252fc30 100644 --- a/_site/docs/v0.57/data-modeling/formatting.html +++ b/_site/docs/v0.57/data-modeling/formatting.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/data-modeling/json-unfolding.html b/_site/docs/v0.57/data-modeling/json-unfolding.html index 57afe27377..9882e5f0ba 100644 --- a/_site/docs/v0.57/data-modeling/json-unfolding.html +++ b/_site/docs/v0.57/data-modeling/json-unfolding.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/data-modeling/legacy-metrics.html b/_site/docs/v0.57/data-modeling/legacy-metrics.html index f4ce5ccac9..919f6aa41a 100644 --- a/_site/docs/v0.57/data-modeling/legacy-metrics.html +++ b/_site/docs/v0.57/data-modeling/legacy-metrics.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/data-modeling/metadata-editing.html b/_site/docs/v0.57/data-modeling/metadata-editing.html index 08e0e1ee4c..cc7a9b9650 100644 --- a/_site/docs/v0.57/data-modeling/metadata-editing.html +++ b/_site/docs/v0.57/data-modeling/metadata-editing.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/data-modeling/metrics.html b/_site/docs/v0.57/data-modeling/metrics.html index 8617b35eb8..115f947d57 100644 --- a/_site/docs/v0.57/data-modeling/metrics.html +++ b/_site/docs/v0.57/data-modeling/metrics.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/data-modeling/model-persistence.html b/_site/docs/v0.57/data-modeling/model-persistence.html index a8f43188bd..382bc4e734 100644 --- a/_site/docs/v0.57/data-modeling/model-persistence.html +++ b/_site/docs/v0.57/data-modeling/model-persistence.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/data-modeling/models.html b/_site/docs/v0.57/data-modeling/models.html index f11a79458b..383073ded3 100644 --- a/_site/docs/v0.57/data-modeling/models.html +++ b/_site/docs/v0.57/data-modeling/models.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/data-modeling/segments.html b/_site/docs/v0.57/data-modeling/segments.html index 1c883c5fff..102849a135 100644 --- a/_site/docs/v0.57/data-modeling/segments.html +++ b/_site/docs/v0.57/data-modeling/segments.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/data-modeling/semantic-types.html b/_site/docs/v0.57/data-modeling/semantic-types.html index 608002a44d..6a78fed3cf 100644 --- a/_site/docs/v0.57/data-modeling/semantic-types.html +++ b/_site/docs/v0.57/data-modeling/semantic-types.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/data-modeling/start.html b/_site/docs/v0.57/data-modeling/start.html index 96600f7086..97ee7e9a7e 100644 --- a/_site/docs/v0.57/data-modeling/start.html +++ b/_site/docs/v0.57/data-modeling/start.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/databases/connecting.html b/_site/docs/v0.57/databases/connecting.html index fec65e9085..227855d566 100644 --- a/_site/docs/v0.57/databases/connecting.html +++ b/_site/docs/v0.57/databases/connecting.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/databases/connections/athena.html b/_site/docs/v0.57/databases/connections/athena.html index 88944b6ea5..288b979fed 100644 --- a/_site/docs/v0.57/databases/connections/athena.html +++ b/_site/docs/v0.57/databases/connections/athena.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/databases/connections/aws-rds.html b/_site/docs/v0.57/databases/connections/aws-rds.html index e38a6c9c05..01e48c7879 100644 --- a/_site/docs/v0.57/databases/connections/aws-rds.html +++ b/_site/docs/v0.57/databases/connections/aws-rds.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/databases/connections/bigquery.html b/_site/docs/v0.57/databases/connections/bigquery.html index af1d97dd4a..4bfb1e8304 100644 --- a/_site/docs/v0.57/databases/connections/bigquery.html +++ b/_site/docs/v0.57/databases/connections/bigquery.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/databases/connections/clickhouse.html b/_site/docs/v0.57/databases/connections/clickhouse.html index 93f47159a8..fc1478511d 100644 --- a/_site/docs/v0.57/databases/connections/clickhouse.html +++ b/_site/docs/v0.57/databases/connections/clickhouse.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/databases/connections/databricks.html b/_site/docs/v0.57/databases/connections/databricks.html index 7d3fe6621a..789f539898 100644 --- a/_site/docs/v0.57/databases/connections/databricks.html +++ b/_site/docs/v0.57/databases/connections/databricks.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/databases/connections/druid.html b/_site/docs/v0.57/databases/connections/druid.html index fb1f0e4157..39f0d9dc7b 100644 --- a/_site/docs/v0.57/databases/connections/druid.html +++ b/_site/docs/v0.57/databases/connections/druid.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/databases/connections/mariadb.html b/_site/docs/v0.57/databases/connections/mariadb.html index a8e584af76..05e31be39d 100644 --- a/_site/docs/v0.57/databases/connections/mariadb.html +++ b/_site/docs/v0.57/databases/connections/mariadb.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/databases/connections/mongodb.html b/_site/docs/v0.57/databases/connections/mongodb.html index b983c8861b..0915b75cd2 100644 --- a/_site/docs/v0.57/databases/connections/mongodb.html +++ b/_site/docs/v0.57/databases/connections/mongodb.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/databases/connections/mysql.html b/_site/docs/v0.57/databases/connections/mysql.html index fd3e524617..80c365c72f 100644 --- a/_site/docs/v0.57/databases/connections/mysql.html +++ b/_site/docs/v0.57/databases/connections/mysql.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/databases/connections/oracle.html b/_site/docs/v0.57/databases/connections/oracle.html index 63cff211b1..7a8e48e29b 100644 --- a/_site/docs/v0.57/databases/connections/oracle.html +++ b/_site/docs/v0.57/databases/connections/oracle.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/databases/connections/postgresql.html b/_site/docs/v0.57/databases/connections/postgresql.html index f626c7e9c6..ba11411268 100644 --- a/_site/docs/v0.57/databases/connections/postgresql.html +++ b/_site/docs/v0.57/databases/connections/postgresql.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/databases/connections/presto.html b/_site/docs/v0.57/databases/connections/presto.html index 1e4488261b..7aae845030 100644 --- a/_site/docs/v0.57/databases/connections/presto.html +++ b/_site/docs/v0.57/databases/connections/presto.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/databases/connections/redshift.html b/_site/docs/v0.57/databases/connections/redshift.html index 68a8354834..2edc5d3862 100644 --- a/_site/docs/v0.57/databases/connections/redshift.html +++ b/_site/docs/v0.57/databases/connections/redshift.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/databases/connections/snowflake.html b/_site/docs/v0.57/databases/connections/snowflake.html index ea7d963adb..ecad6e641c 100644 --- a/_site/docs/v0.57/databases/connections/snowflake.html +++ b/_site/docs/v0.57/databases/connections/snowflake.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/databases/connections/sparksql.html b/_site/docs/v0.57/databases/connections/sparksql.html index 5af6175cfd..e4e1f9ccae 100644 --- a/_site/docs/v0.57/databases/connections/sparksql.html +++ b/_site/docs/v0.57/databases/connections/sparksql.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/databases/connections/sql-server.html b/_site/docs/v0.57/databases/connections/sql-server.html index ae759e974b..b0977f42a7 100644 --- a/_site/docs/v0.57/databases/connections/sql-server.html +++ b/_site/docs/v0.57/databases/connections/sql-server.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/databases/connections/sqlite.html b/_site/docs/v0.57/databases/connections/sqlite.html index ba51e04ffb..081b58e858 100644 --- a/_site/docs/v0.57/databases/connections/sqlite.html +++ b/_site/docs/v0.57/databases/connections/sqlite.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/databases/connections/starburst.html b/_site/docs/v0.57/databases/connections/starburst.html index 679fd6358f..e2b245d68b 100644 --- a/_site/docs/v0.57/databases/connections/starburst.html +++ b/_site/docs/v0.57/databases/connections/starburst.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/databases/connections/vertica.html b/_site/docs/v0.57/databases/connections/vertica.html index 4549c08827..8de943caec 100644 --- a/_site/docs/v0.57/databases/connections/vertica.html +++ b/_site/docs/v0.57/databases/connections/vertica.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/databases/danger-zone.html b/_site/docs/v0.57/databases/danger-zone.html index 7eb8a1b81b..febc2678b3 100644 --- a/_site/docs/v0.57/databases/danger-zone.html +++ b/_site/docs/v0.57/databases/danger-zone.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/databases/encrypting-details-at-rest.html b/_site/docs/v0.57/databases/encrypting-details-at-rest.html index 86123bd544..efff6715d5 100644 --- a/_site/docs/v0.57/databases/encrypting-details-at-rest.html +++ b/_site/docs/v0.57/databases/encrypting-details-at-rest.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/databases/ssh-tunnel.html b/_site/docs/v0.57/databases/ssh-tunnel.html index 1807cacd7d..38700cb66d 100644 --- a/_site/docs/v0.57/databases/ssh-tunnel.html +++ b/_site/docs/v0.57/databases/ssh-tunnel.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/databases/ssl-certificates.html b/_site/docs/v0.57/databases/ssl-certificates.html index fe8eaf22b1..57e6cd506c 100644 --- a/_site/docs/v0.57/databases/ssl-certificates.html +++ b/_site/docs/v0.57/databases/ssl-certificates.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/databases/start.html b/_site/docs/v0.57/databases/start.html index 7a69ad4948..cddc634f7a 100644 --- a/_site/docs/v0.57/databases/start.html +++ b/_site/docs/v0.57/databases/start.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/databases/sync-scan.html b/_site/docs/v0.57/databases/sync-scan.html index fdd09adce0..bd783be968 100644 --- a/_site/docs/v0.57/databases/sync-scan.html +++ b/_site/docs/v0.57/databases/sync-scan.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/databases/uploads.html b/_site/docs/v0.57/databases/uploads.html index 57ddb8c32a..1bb9baca45 100644 --- a/_site/docs/v0.57/databases/uploads.html +++ b/_site/docs/v0.57/databases/uploads.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/databases/users-roles-privileges.html b/_site/docs/v0.57/databases/users-roles-privileges.html index 3708214b94..eb0501991b 100644 --- a/_site/docs/v0.57/databases/users-roles-privileges.html +++ b/_site/docs/v0.57/databases/users-roles-privileges.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/developers-guide/api-changelog.html b/_site/docs/v0.57/developers-guide/api-changelog.html index c4606fbdc1..61d3dc0541 100644 --- a/_site/docs/v0.57/developers-guide/api-changelog.html +++ b/_site/docs/v0.57/developers-guide/api-changelog.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/developers-guide/build.html b/_site/docs/v0.57/developers-guide/build.html index face53a21f..e5428dd7a4 100644 --- a/_site/docs/v0.57/developers-guide/build.html +++ b/_site/docs/v0.57/developers-guide/build.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/developers-guide/clojure.html b/_site/docs/v0.57/developers-guide/clojure.html index c51d056565..52bad3c396 100644 --- a/_site/docs/v0.57/developers-guide/clojure.html +++ b/_site/docs/v0.57/developers-guide/clojure.html @@ -1553,26 +1553,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/developers-guide/code-reviews.html b/_site/docs/v0.57/developers-guide/code-reviews.html index 5f49e59d2f..e09ed453e1 100644 --- a/_site/docs/v0.57/developers-guide/code-reviews.html +++ b/_site/docs/v0.57/developers-guide/code-reviews.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/developers-guide/community-drivers.html b/_site/docs/v0.57/developers-guide/community-drivers.html index 06a469dc0b..b54f382b51 100644 --- a/_site/docs/v0.57/developers-guide/community-drivers.html +++ b/_site/docs/v0.57/developers-guide/community-drivers.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/developers-guide/dev-branch-docker.html b/_site/docs/v0.57/developers-guide/dev-branch-docker.html index aef4410819..0bb053b25f 100644 --- a/_site/docs/v0.57/developers-guide/dev-branch-docker.html +++ b/_site/docs/v0.57/developers-guide/dev-branch-docker.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/developers-guide/devenv.html b/_site/docs/v0.57/developers-guide/devenv.html index 7c124a17d8..c423921472 100644 --- a/_site/docs/v0.57/developers-guide/devenv.html +++ b/_site/docs/v0.57/developers-guide/devenv.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/developers-guide/docs.html b/_site/docs/v0.57/developers-guide/docs.html index de0ab508fb..0cf18e7399 100644 --- a/_site/docs/v0.57/developers-guide/docs.html +++ b/_site/docs/v0.57/developers-guide/docs.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/developers-guide/driver-changelog.html b/_site/docs/v0.57/developers-guide/driver-changelog.html index 99342c59fc..e99d1ca482 100644 --- a/_site/docs/v0.57/developers-guide/driver-changelog.html +++ b/_site/docs/v0.57/developers-guide/driver-changelog.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/developers-guide/drivers/basics.html b/_site/docs/v0.57/developers-guide/drivers/basics.html index 3bb20b858b..c762a920ac 100644 --- a/_site/docs/v0.57/developers-guide/drivers/basics.html +++ b/_site/docs/v0.57/developers-guide/drivers/basics.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/developers-guide/drivers/driver-tests.html b/_site/docs/v0.57/developers-guide/drivers/driver-tests.html index 2db3854501..ac18d5175c 100644 --- a/_site/docs/v0.57/developers-guide/drivers/driver-tests.html +++ b/_site/docs/v0.57/developers-guide/drivers/driver-tests.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/developers-guide/drivers/multimethods.html b/_site/docs/v0.57/developers-guide/drivers/multimethods.html index e8d8afed11..48370a7c5b 100644 --- a/_site/docs/v0.57/developers-guide/drivers/multimethods.html +++ b/_site/docs/v0.57/developers-guide/drivers/multimethods.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/developers-guide/drivers/plugins.html b/_site/docs/v0.57/developers-guide/drivers/plugins.html index 23638436b3..7f115ffa9c 100644 --- a/_site/docs/v0.57/developers-guide/drivers/plugins.html +++ b/_site/docs/v0.57/developers-guide/drivers/plugins.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/developers-guide/drivers/start.html b/_site/docs/v0.57/developers-guide/drivers/start.html index 5fa0496808..2d7f029486 100644 --- a/_site/docs/v0.57/developers-guide/drivers/start.html +++ b/_site/docs/v0.57/developers-guide/drivers/start.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/developers-guide/e2e-tests.html b/_site/docs/v0.57/developers-guide/e2e-tests.html index d714635977..e378bb9592 100644 --- a/_site/docs/v0.57/developers-guide/e2e-tests.html +++ b/_site/docs/v0.57/developers-guide/e2e-tests.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/developers-guide/emacs.html b/_site/docs/v0.57/developers-guide/emacs.html index 4335cf5401..3e09ffbc3a 100644 --- a/_site/docs/v0.57/developers-guide/emacs.html +++ b/_site/docs/v0.57/developers-guide/emacs.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/developers-guide/frontend.html b/_site/docs/v0.57/developers-guide/frontend.html index 56130beee8..8d6e66b20d 100644 --- a/_site/docs/v0.57/developers-guide/frontend.html +++ b/_site/docs/v0.57/developers-guide/frontend.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/developers-guide/internationalization.html b/_site/docs/v0.57/developers-guide/internationalization.html index d9e4b8a372..ebee657503 100644 --- a/_site/docs/v0.57/developers-guide/internationalization.html +++ b/_site/docs/v0.57/developers-guide/internationalization.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/developers-guide/mage.html b/_site/docs/v0.57/developers-guide/mage.html index abb64e6e06..955a224501 100644 --- a/_site/docs/v0.57/developers-guide/mage.html +++ b/_site/docs/v0.57/developers-guide/mage.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/developers-guide/mbql-library-changelog.html b/_site/docs/v0.57/developers-guide/mbql-library-changelog.html index 4c52c54b5c..404bb3f9df 100644 --- a/_site/docs/v0.57/developers-guide/mbql-library-changelog.html +++ b/_site/docs/v0.57/developers-guide/mbql-library-changelog.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/developers-guide/security-token-scanner.html b/_site/docs/v0.57/developers-guide/security-token-scanner.html index e50df43262..4fe5a961d7 100644 --- a/_site/docs/v0.57/developers-guide/security-token-scanner.html +++ b/_site/docs/v0.57/developers-guide/security-token-scanner.html @@ -1541,26 +1541,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/developers-guide/start.html b/_site/docs/v0.57/developers-guide/start.html index 7bad6391bd..bf2e0d864d 100644 --- a/_site/docs/v0.57/developers-guide/start.html +++ b/_site/docs/v0.57/developers-guide/start.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/developers-guide/versioning.html b/_site/docs/v0.57/developers-guide/versioning.html index 2fa5514fb1..b236e24944 100644 --- a/_site/docs/v0.57/developers-guide/versioning.html +++ b/_site/docs/v0.57/developers-guide/versioning.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/developers-guide/visual-studio-code.html b/_site/docs/v0.57/developers-guide/visual-studio-code.html index bde78c15ef..2c39bd00fa 100644 --- a/_site/docs/v0.57/developers-guide/visual-studio-code.html +++ b/_site/docs/v0.57/developers-guide/visual-studio-code.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/developers-guide/visual-tests.html b/_site/docs/v0.57/developers-guide/visual-tests.html index 7b3daff978..e591717832 100644 --- a/_site/docs/v0.57/developers-guide/visual-tests.html +++ b/_site/docs/v0.57/developers-guide/visual-tests.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/documents/introduction.html b/_site/docs/v0.57/documents/introduction.html index 86632b3704..c119333bd3 100644 --- a/_site/docs/v0.57/documents/introduction.html +++ b/_site/docs/v0.57/documents/introduction.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/documents/start.html b/_site/docs/v0.57/documents/start.html index 455fa68dd8..6686e53d3a 100644 --- a/_site/docs/v0.57/documents/start.html +++ b/_site/docs/v0.57/documents/start.html @@ -1557,26 +1557,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/embedding/embedded-analytics-js.html b/_site/docs/v0.57/embedding/embedded-analytics-js.html index 72d6b0243a..cc284fe3fa 100644 --- a/_site/docs/v0.57/embedding/embedded-analytics-js.html +++ b/_site/docs/v0.57/embedding/embedded-analytics-js.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/embedding/interactive-embedding-quick-start-guide.html b/_site/docs/v0.57/embedding/interactive-embedding-quick-start-guide.html index 21b08a9d76..a4ec8fdb9e 100644 --- a/_site/docs/v0.57/embedding/interactive-embedding-quick-start-guide.html +++ b/_site/docs/v0.57/embedding/interactive-embedding-quick-start-guide.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/embedding/interactive-embedding.html b/_site/docs/v0.57/embedding/interactive-embedding.html index e836e2716c..97c579105f 100644 --- a/_site/docs/v0.57/embedding/interactive-embedding.html +++ b/_site/docs/v0.57/embedding/interactive-embedding.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/embedding/interactive-ui-components.html b/_site/docs/v0.57/embedding/interactive-ui-components.html index c14ead8b76..da88874d63 100644 --- a/_site/docs/v0.57/embedding/interactive-ui-components.html +++ b/_site/docs/v0.57/embedding/interactive-ui-components.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/embedding/introduction.html b/_site/docs/v0.57/embedding/introduction.html index 2fed68930a..f5eb849144 100644 --- a/_site/docs/v0.57/embedding/introduction.html +++ b/_site/docs/v0.57/embedding/introduction.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/embedding/public-links.html b/_site/docs/v0.57/embedding/public-links.html index ff8fc67372..be2df3cb4b 100644 --- a/_site/docs/v0.57/embedding/public-links.html +++ b/_site/docs/v0.57/embedding/public-links.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/embedding/sdk/ai-chat.html b/_site/docs/v0.57/embedding/sdk/ai-chat.html index 02a833b9b1..91405cb2db 100644 --- a/_site/docs/v0.57/embedding/sdk/ai-chat.html +++ b/_site/docs/v0.57/embedding/sdk/ai-chat.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/embedding/sdk/appearance.html b/_site/docs/v0.57/embedding/sdk/appearance.html index 3a5ffe3769..a40eff5535 100644 --- a/_site/docs/v0.57/embedding/sdk/appearance.html +++ b/_site/docs/v0.57/embedding/sdk/appearance.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/embedding/sdk/authentication.html b/_site/docs/v0.57/embedding/sdk/authentication.html index 08a3688e1d..6c1a900d52 100644 --- a/_site/docs/v0.57/embedding/sdk/authentication.html +++ b/_site/docs/v0.57/embedding/sdk/authentication.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/embedding/sdk/collections.html b/_site/docs/v0.57/embedding/sdk/collections.html index dd5ee77e5b..caf90ac4f7 100644 --- a/_site/docs/v0.57/embedding/sdk/collections.html +++ b/_site/docs/v0.57/embedding/sdk/collections.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/embedding/sdk/config.html b/_site/docs/v0.57/embedding/sdk/config.html index 72181f8dd3..115c9c83c7 100644 --- a/_site/docs/v0.57/embedding/sdk/config.html +++ b/_site/docs/v0.57/embedding/sdk/config.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/embedding/sdk/dashboards.html b/_site/docs/v0.57/embedding/sdk/dashboards.html index 2d9bc60029..7681600bd3 100644 --- a/_site/docs/v0.57/embedding/sdk/dashboards.html +++ b/_site/docs/v0.57/embedding/sdk/dashboards.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/embedding/sdk/introduction.html b/_site/docs/v0.57/embedding/sdk/introduction.html index d638ae8676..282ed1e2fd 100644 --- a/_site/docs/v0.57/embedding/sdk/introduction.html +++ b/_site/docs/v0.57/embedding/sdk/introduction.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/embedding/sdk/next-js.html b/_site/docs/v0.57/embedding/sdk/next-js.html index e7cc2a2455..aa5d3042fd 100644 --- a/_site/docs/v0.57/embedding/sdk/next-js.html +++ b/_site/docs/v0.57/embedding/sdk/next-js.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/embedding/sdk/plugins.html b/_site/docs/v0.57/embedding/sdk/plugins.html index e8bd38b4c1..3529d99466 100644 --- a/_site/docs/v0.57/embedding/sdk/plugins.html +++ b/_site/docs/v0.57/embedding/sdk/plugins.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/embedding/sdk/questions.html b/_site/docs/v0.57/embedding/sdk/questions.html index cf9cf5650d..ce752c6ba7 100644 --- a/_site/docs/v0.57/embedding/sdk/questions.html +++ b/_site/docs/v0.57/embedding/sdk/questions.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/embedding/sdk/quickstart-cli.html b/_site/docs/v0.57/embedding/sdk/quickstart-cli.html index 92d0ffbc1c..a95dc50985 100644 --- a/_site/docs/v0.57/embedding/sdk/quickstart-cli.html +++ b/_site/docs/v0.57/embedding/sdk/quickstart-cli.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/embedding/sdk/quickstart-with-sample-app.html b/_site/docs/v0.57/embedding/sdk/quickstart-with-sample-app.html index 71f612eb76..627a0ce6f6 100644 --- a/_site/docs/v0.57/embedding/sdk/quickstart-with-sample-app.html +++ b/_site/docs/v0.57/embedding/sdk/quickstart-with-sample-app.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/embedding/sdk/quickstart.html b/_site/docs/v0.57/embedding/sdk/quickstart.html index 2225c4bf64..f6715f3e7b 100644 --- a/_site/docs/v0.57/embedding/sdk/quickstart.html +++ b/_site/docs/v0.57/embedding/sdk/quickstart.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/embedding/sdk/upgrade.html b/_site/docs/v0.57/embedding/sdk/upgrade.html index 6043eea7cc..22f5e07b33 100644 --- a/_site/docs/v0.57/embedding/sdk/upgrade.html +++ b/_site/docs/v0.57/embedding/sdk/upgrade.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/embedding/sdk/version.html b/_site/docs/v0.57/embedding/sdk/version.html index 854003f1a1..af319b3865 100644 --- a/_site/docs/v0.57/embedding/sdk/version.html +++ b/_site/docs/v0.57/embedding/sdk/version.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/embedding/securing-embeds.html b/_site/docs/v0.57/embedding/securing-embeds.html index 7ae043c20e..e2c3f41416 100644 --- a/_site/docs/v0.57/embedding/securing-embeds.html +++ b/_site/docs/v0.57/embedding/securing-embeds.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/embedding/start.html b/_site/docs/v0.57/embedding/start.html index 2e0567f0ce..0e84610ac0 100644 --- a/_site/docs/v0.57/embedding/start.html +++ b/_site/docs/v0.57/embedding/start.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/embedding/static-embedding-parameters.html b/_site/docs/v0.57/embedding/static-embedding-parameters.html index ff4099254e..4434b74235 100644 --- a/_site/docs/v0.57/embedding/static-embedding-parameters.html +++ b/_site/docs/v0.57/embedding/static-embedding-parameters.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/embedding/static-embedding.html b/_site/docs/v0.57/embedding/static-embedding.html index 530edc15a4..bbac4f3075 100644 --- a/_site/docs/v0.57/embedding/static-embedding.html +++ b/_site/docs/v0.57/embedding/static-embedding.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/embedding/translations.html b/_site/docs/v0.57/embedding/translations.html index 43131e9776..b707c9a311 100644 --- a/_site/docs/v0.57/embedding/translations.html +++ b/_site/docs/v0.57/embedding/translations.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/exploration-and-organization/collections.html b/_site/docs/v0.57/exploration-and-organization/collections.html index be878c7b80..dec7892b0e 100644 --- a/_site/docs/v0.57/exploration-and-organization/collections.html +++ b/_site/docs/v0.57/exploration-and-organization/collections.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/exploration-and-organization/content-verification.html b/_site/docs/v0.57/exploration-and-organization/content-verification.html index 6fda1ab5de..add05b1888 100644 --- a/_site/docs/v0.57/exploration-and-organization/content-verification.html +++ b/_site/docs/v0.57/exploration-and-organization/content-verification.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/exploration-and-organization/data-model-reference.html b/_site/docs/v0.57/exploration-and-organization/data-model-reference.html index 22e340f193..44db77e076 100644 --- a/_site/docs/v0.57/exploration-and-organization/data-model-reference.html +++ b/_site/docs/v0.57/exploration-and-organization/data-model-reference.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/exploration-and-organization/delete-and-restore.html b/_site/docs/v0.57/exploration-and-organization/delete-and-restore.html index 535dfa9d6d..4d86159bc3 100644 --- a/_site/docs/v0.57/exploration-and-organization/delete-and-restore.html +++ b/_site/docs/v0.57/exploration-and-organization/delete-and-restore.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/exploration-and-organization/events-and-timelines.html b/_site/docs/v0.57/exploration-and-organization/events-and-timelines.html index 5efdbfef0f..24fa45194f 100644 --- a/_site/docs/v0.57/exploration-and-organization/events-and-timelines.html +++ b/_site/docs/v0.57/exploration-and-organization/events-and-timelines.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/exploration-and-organization/exploration.html b/_site/docs/v0.57/exploration-and-organization/exploration.html index 2f97630b53..fe9fe9bb8a 100644 --- a/_site/docs/v0.57/exploration-and-organization/exploration.html +++ b/_site/docs/v0.57/exploration-and-organization/exploration.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/exploration-and-organization/history.html b/_site/docs/v0.57/exploration-and-organization/history.html index e5b0d8dab8..b44fe3309d 100644 --- a/_site/docs/v0.57/exploration-and-organization/history.html +++ b/_site/docs/v0.57/exploration-and-organization/history.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/exploration-and-organization/keyboard-shortcuts.html b/_site/docs/v0.57/exploration-and-organization/keyboard-shortcuts.html index 0622500b5f..bd8184dae3 100644 --- a/_site/docs/v0.57/exploration-and-organization/keyboard-shortcuts.html +++ b/_site/docs/v0.57/exploration-and-organization/keyboard-shortcuts.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/exploration-and-organization/start.html b/_site/docs/v0.57/exploration-and-organization/start.html index 7faeccb36e..22aed3ee20 100644 --- a/_site/docs/v0.57/exploration-and-organization/start.html +++ b/_site/docs/v0.57/exploration-and-organization/start.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/exploration-and-organization/uploads.html b/_site/docs/v0.57/exploration-and-organization/uploads.html index 34d1706425..055c9ae2f8 100644 --- a/_site/docs/v0.57/exploration-and-organization/uploads.html +++ b/_site/docs/v0.57/exploration-and-organization/uploads.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/exploration-and-organization/x-rays.html b/_site/docs/v0.57/exploration-and-organization/x-rays.html index 7fef9b8001..5ba6f9e2da 100644 --- a/_site/docs/v0.57/exploration-and-organization/x-rays.html +++ b/_site/docs/v0.57/exploration-and-organization/x-rays.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/index.html b/_site/docs/v0.57/index.html index c09fd94478..bf134715ae 100644 --- a/_site/docs/v0.57/index.html +++ b/_site/docs/v0.57/index.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + @@ -5309,26 +5307,24 @@
Other resources
- + diff --git a/_site/docs/v0.57/installation-and-operation/accessibility.html b/_site/docs/v0.57/installation-and-operation/accessibility.html index 882d28dc87..b0214e1303 100644 --- a/_site/docs/v0.57/installation-and-operation/accessibility.html +++ b/_site/docs/v0.57/installation-and-operation/accessibility.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/installation-and-operation/activating-the-enterprise-edition.html b/_site/docs/v0.57/installation-and-operation/activating-the-enterprise-edition.html index d648d00f15..07565a462c 100644 --- a/_site/docs/v0.57/installation-and-operation/activating-the-enterprise-edition.html +++ b/_site/docs/v0.57/installation-and-operation/activating-the-enterprise-edition.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/installation-and-operation/backing-up-metabase-application-data.html b/_site/docs/v0.57/installation-and-operation/backing-up-metabase-application-data.html index 02dab3d5cf..a85b40d6c4 100644 --- a/_site/docs/v0.57/installation-and-operation/backing-up-metabase-application-data.html +++ b/_site/docs/v0.57/installation-and-operation/backing-up-metabase-application-data.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/installation-and-operation/commands.html b/_site/docs/v0.57/installation-and-operation/commands.html index 9b74f2d419..816ec9f7a3 100644 --- a/_site/docs/v0.57/installation-and-operation/commands.html +++ b/_site/docs/v0.57/installation-and-operation/commands.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/installation-and-operation/configuring-application-database.html b/_site/docs/v0.57/installation-and-operation/configuring-application-database.html index 1411ba0b73..364a0b4e77 100644 --- a/_site/docs/v0.57/installation-and-operation/configuring-application-database.html +++ b/_site/docs/v0.57/installation-and-operation/configuring-application-database.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/installation-and-operation/creating-RDS-database-on-AWS.html b/_site/docs/v0.57/installation-and-operation/creating-RDS-database-on-AWS.html index 18d0dc76ee..aeee6ec506 100644 --- a/_site/docs/v0.57/installation-and-operation/creating-RDS-database-on-AWS.html +++ b/_site/docs/v0.57/installation-and-operation/creating-RDS-database-on-AWS.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/installation-and-operation/development-instance.html b/_site/docs/v0.57/installation-and-operation/development-instance.html index d62e1fd4a5..a98ff41573 100644 --- a/_site/docs/v0.57/installation-and-operation/development-instance.html +++ b/_site/docs/v0.57/installation-and-operation/development-instance.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/installation-and-operation/information-collection.html b/_site/docs/v0.57/installation-and-operation/information-collection.html index 805bbc021f..7167deef61 100644 --- a/_site/docs/v0.57/installation-and-operation/information-collection.html +++ b/_site/docs/v0.57/installation-and-operation/information-collection.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/installation-and-operation/installing-metabase.html b/_site/docs/v0.57/installation-and-operation/installing-metabase.html index ed4f06aa83..bd7d095767 100644 --- a/_site/docs/v0.57/installation-and-operation/installing-metabase.html +++ b/_site/docs/v0.57/installation-and-operation/installing-metabase.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/installation-and-operation/migrating-from-h2.html b/_site/docs/v0.57/installation-and-operation/migrating-from-h2.html index e9b8c3302b..2dbd9458f2 100644 --- a/_site/docs/v0.57/installation-and-operation/migrating-from-h2.html +++ b/_site/docs/v0.57/installation-and-operation/migrating-from-h2.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/installation-and-operation/monitoring-metabase.html b/_site/docs/v0.57/installation-and-operation/monitoring-metabase.html index b6c497fb57..a144543084 100644 --- a/_site/docs/v0.57/installation-and-operation/monitoring-metabase.html +++ b/_site/docs/v0.57/installation-and-operation/monitoring-metabase.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/installation-and-operation/observability-with-prometheus.html b/_site/docs/v0.57/installation-and-operation/observability-with-prometheus.html index 8ffc6cdeed..e46ef1cad3 100644 --- a/_site/docs/v0.57/installation-and-operation/observability-with-prometheus.html +++ b/_site/docs/v0.57/installation-and-operation/observability-with-prometheus.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/installation-and-operation/privacy.html b/_site/docs/v0.57/installation-and-operation/privacy.html index fe9a2a4b86..6cd573e24b 100644 --- a/_site/docs/v0.57/installation-and-operation/privacy.html +++ b/_site/docs/v0.57/installation-and-operation/privacy.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/installation-and-operation/remote-sync.html b/_site/docs/v0.57/installation-and-operation/remote-sync.html index d9ebbec5ac..8be448c379 100644 --- a/_site/docs/v0.57/installation-and-operation/remote-sync.html +++ b/_site/docs/v0.57/installation-and-operation/remote-sync.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/installation-and-operation/running-metabase-as-service.html b/_site/docs/v0.57/installation-and-operation/running-metabase-as-service.html index 06312e36af..e04c14fefd 100644 --- a/_site/docs/v0.57/installation-and-operation/running-metabase-as-service.html +++ b/_site/docs/v0.57/installation-and-operation/running-metabase-as-service.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/installation-and-operation/running-metabase-on-azure.html b/_site/docs/v0.57/installation-and-operation/running-metabase-on-azure.html index 43dae246b0..a70dfff8cd 100644 --- a/_site/docs/v0.57/installation-and-operation/running-metabase-on-azure.html +++ b/_site/docs/v0.57/installation-and-operation/running-metabase-on-azure.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/installation-and-operation/running-metabase-on-docker.html b/_site/docs/v0.57/installation-and-operation/running-metabase-on-docker.html index 338d7f6df9..36e1ce4d36 100644 --- a/_site/docs/v0.57/installation-and-operation/running-metabase-on-docker.html +++ b/_site/docs/v0.57/installation-and-operation/running-metabase-on-docker.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/installation-and-operation/running-metabase-on-elastic-beanstalk.html b/_site/docs/v0.57/installation-and-operation/running-metabase-on-elastic-beanstalk.html index 1504a9d96d..698768da55 100644 --- a/_site/docs/v0.57/installation-and-operation/running-metabase-on-elastic-beanstalk.html +++ b/_site/docs/v0.57/installation-and-operation/running-metabase-on-elastic-beanstalk.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/installation-and-operation/running-metabase-on-podman.html b/_site/docs/v0.57/installation-and-operation/running-metabase-on-podman.html index 6aecbb75d2..ac85cd5a89 100644 --- a/_site/docs/v0.57/installation-and-operation/running-metabase-on-podman.html +++ b/_site/docs/v0.57/installation-and-operation/running-metabase-on-podman.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/installation-and-operation/running-the-metabase-jar-file.html b/_site/docs/v0.57/installation-and-operation/running-the-metabase-jar-file.html index abdbccb41b..92749e8193 100644 --- a/_site/docs/v0.57/installation-and-operation/running-the-metabase-jar-file.html +++ b/_site/docs/v0.57/installation-and-operation/running-the-metabase-jar-file.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/installation-and-operation/serialization.html b/_site/docs/v0.57/installation-and-operation/serialization.html index b4295d2295..1b0b6841a7 100644 --- a/_site/docs/v0.57/installation-and-operation/serialization.html +++ b/_site/docs/v0.57/installation-and-operation/serialization.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/installation-and-operation/start.html b/_site/docs/v0.57/installation-and-operation/start.html index 91f01927bd..9a22ad1cdc 100644 --- a/_site/docs/v0.57/installation-and-operation/start.html +++ b/_site/docs/v0.57/installation-and-operation/start.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/installation-and-operation/supported-browsers.html b/_site/docs/v0.57/installation-and-operation/supported-browsers.html index ce26fbb71b..bbeeeef9f3 100644 --- a/_site/docs/v0.57/installation-and-operation/supported-browsers.html +++ b/_site/docs/v0.57/installation-and-operation/supported-browsers.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/installation-and-operation/upgrading-metabase.html b/_site/docs/v0.57/installation-and-operation/upgrading-metabase.html index 0dc2b9677b..3070ba9565 100644 --- a/_site/docs/v0.57/installation-and-operation/upgrading-metabase.html +++ b/_site/docs/v0.57/installation-and-operation/upgrading-metabase.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/people-and-groups/account-settings.html b/_site/docs/v0.57/people-and-groups/account-settings.html index 34ed6da2ea..d1cdcc3449 100644 --- a/_site/docs/v0.57/people-and-groups/account-settings.html +++ b/_site/docs/v0.57/people-and-groups/account-settings.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/people-and-groups/api-keys.html b/_site/docs/v0.57/people-and-groups/api-keys.html index 48a5078c3f..78dc3e6633 100644 --- a/_site/docs/v0.57/people-and-groups/api-keys.html +++ b/_site/docs/v0.57/people-and-groups/api-keys.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/people-and-groups/authenticating-with-jwt.html b/_site/docs/v0.57/people-and-groups/authenticating-with-jwt.html index e53f504963..adc5615aa8 100644 --- a/_site/docs/v0.57/people-and-groups/authenticating-with-jwt.html +++ b/_site/docs/v0.57/people-and-groups/authenticating-with-jwt.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/people-and-groups/authenticating-with-saml.html b/_site/docs/v0.57/people-and-groups/authenticating-with-saml.html index 5dd15adab9..c27ceab613 100644 --- a/_site/docs/v0.57/people-and-groups/authenticating-with-saml.html +++ b/_site/docs/v0.57/people-and-groups/authenticating-with-saml.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/people-and-groups/changing-password-complexity.html b/_site/docs/v0.57/people-and-groups/changing-password-complexity.html index 9beb61be3d..2db7ed6229 100644 --- a/_site/docs/v0.57/people-and-groups/changing-password-complexity.html +++ b/_site/docs/v0.57/people-and-groups/changing-password-complexity.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/people-and-groups/changing-session-expiration.html b/_site/docs/v0.57/people-and-groups/changing-session-expiration.html index 33feda995c..e47e133fb1 100644 --- a/_site/docs/v0.57/people-and-groups/changing-session-expiration.html +++ b/_site/docs/v0.57/people-and-groups/changing-session-expiration.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/people-and-groups/google-sign-in.html b/_site/docs/v0.57/people-and-groups/google-sign-in.html index 0893de2a34..4684bc2090 100644 --- a/_site/docs/v0.57/people-and-groups/google-sign-in.html +++ b/_site/docs/v0.57/people-and-groups/google-sign-in.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/people-and-groups/ldap.html b/_site/docs/v0.57/people-and-groups/ldap.html index 2a6a20f924..c0deccc391 100644 --- a/_site/docs/v0.57/people-and-groups/ldap.html +++ b/_site/docs/v0.57/people-and-groups/ldap.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/people-and-groups/managing.html b/_site/docs/v0.57/people-and-groups/managing.html index 3be285327b..1b4a8f35b2 100644 --- a/_site/docs/v0.57/people-and-groups/managing.html +++ b/_site/docs/v0.57/people-and-groups/managing.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/people-and-groups/saml-auth0.html b/_site/docs/v0.57/people-and-groups/saml-auth0.html index 422ccede70..77a9eb4e05 100644 --- a/_site/docs/v0.57/people-and-groups/saml-auth0.html +++ b/_site/docs/v0.57/people-and-groups/saml-auth0.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/people-and-groups/saml-azure.html b/_site/docs/v0.57/people-and-groups/saml-azure.html index 5b277360f1..1a207eca07 100644 --- a/_site/docs/v0.57/people-and-groups/saml-azure.html +++ b/_site/docs/v0.57/people-and-groups/saml-azure.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/people-and-groups/saml-google.html b/_site/docs/v0.57/people-and-groups/saml-google.html index af94f7ddd1..5569bf1e3a 100644 --- a/_site/docs/v0.57/people-and-groups/saml-google.html +++ b/_site/docs/v0.57/people-and-groups/saml-google.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/people-and-groups/saml-keycloak.html b/_site/docs/v0.57/people-and-groups/saml-keycloak.html index 5230cba2df..18fb1a246c 100644 --- a/_site/docs/v0.57/people-and-groups/saml-keycloak.html +++ b/_site/docs/v0.57/people-and-groups/saml-keycloak.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/people-and-groups/saml-okta.html b/_site/docs/v0.57/people-and-groups/saml-okta.html index 63c5dca275..0c13cbf11e 100644 --- a/_site/docs/v0.57/people-and-groups/saml-okta.html +++ b/_site/docs/v0.57/people-and-groups/saml-okta.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/people-and-groups/start.html b/_site/docs/v0.57/people-and-groups/start.html index e33dc9b6ef..26df73f8ae 100644 --- a/_site/docs/v0.57/people-and-groups/start.html +++ b/_site/docs/v0.57/people-and-groups/start.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/people-and-groups/user-provisioning.html b/_site/docs/v0.57/people-and-groups/user-provisioning.html index e58b9a3bf4..a223a6be94 100644 --- a/_site/docs/v0.57/people-and-groups/user-provisioning.html +++ b/_site/docs/v0.57/people-and-groups/user-provisioning.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/permissions/application.html b/_site/docs/v0.57/permissions/application.html index ce60ee4327..3341d3d09d 100644 --- a/_site/docs/v0.57/permissions/application.html +++ b/_site/docs/v0.57/permissions/application.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/permissions/collections.html b/_site/docs/v0.57/permissions/collections.html index b08f84dd61..e63ac74131 100644 --- a/_site/docs/v0.57/permissions/collections.html +++ b/_site/docs/v0.57/permissions/collections.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/permissions/data.html b/_site/docs/v0.57/permissions/data.html index 399a92eb7c..a5302aa5a2 100644 --- a/_site/docs/v0.57/permissions/data.html +++ b/_site/docs/v0.57/permissions/data.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/permissions/database-routing.html b/_site/docs/v0.57/permissions/database-routing.html index 0794374aba..a61448cd2a 100644 --- a/_site/docs/v0.57/permissions/database-routing.html +++ b/_site/docs/v0.57/permissions/database-routing.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/permissions/embedding.html b/_site/docs/v0.57/permissions/embedding.html index ae157f0a53..c4ca877e8c 100644 --- a/_site/docs/v0.57/permissions/embedding.html +++ b/_site/docs/v0.57/permissions/embedding.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/permissions/impersonation.html b/_site/docs/v0.57/permissions/impersonation.html index bf1a40ec6e..47415afaf4 100644 --- a/_site/docs/v0.57/permissions/impersonation.html +++ b/_site/docs/v0.57/permissions/impersonation.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/permissions/introduction.html b/_site/docs/v0.57/permissions/introduction.html index c175dee934..095ae21f2f 100644 --- a/_site/docs/v0.57/permissions/introduction.html +++ b/_site/docs/v0.57/permissions/introduction.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/permissions/no-self-service-deprecation.html b/_site/docs/v0.57/permissions/no-self-service-deprecation.html index c7f5fba5e2..91dcfd5eef 100644 --- a/_site/docs/v0.57/permissions/no-self-service-deprecation.html +++ b/_site/docs/v0.57/permissions/no-self-service-deprecation.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/permissions/notifications.html b/_site/docs/v0.57/permissions/notifications.html index 8ca2569ca6..c4d49419d3 100644 --- a/_site/docs/v0.57/permissions/notifications.html +++ b/_site/docs/v0.57/permissions/notifications.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/permissions/row-and-column-security-examples.html b/_site/docs/v0.57/permissions/row-and-column-security-examples.html index bc9c405c6a..781a74db0d 100644 --- a/_site/docs/v0.57/permissions/row-and-column-security-examples.html +++ b/_site/docs/v0.57/permissions/row-and-column-security-examples.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/permissions/row-and-column-security.html b/_site/docs/v0.57/permissions/row-and-column-security.html index ed61abd5e4..1ae52f71e3 100644 --- a/_site/docs/v0.57/permissions/row-and-column-security.html +++ b/_site/docs/v0.57/permissions/row-and-column-security.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/permissions/snippets.html b/_site/docs/v0.57/permissions/snippets.html index b1eefc80a8..8090f5e5ab 100644 --- a/_site/docs/v0.57/permissions/snippets.html +++ b/_site/docs/v0.57/permissions/snippets.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/permissions/start.html b/_site/docs/v0.57/permissions/start.html index e52b52b9d9..2437bebca0 100644 --- a/_site/docs/v0.57/permissions/start.html +++ b/_site/docs/v0.57/permissions/start.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/questions/alerts.html b/_site/docs/v0.57/questions/alerts.html index d34ddd565e..c8405eff43 100644 --- a/_site/docs/v0.57/questions/alerts.html +++ b/_site/docs/v0.57/questions/alerts.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/questions/exporting-results.html b/_site/docs/v0.57/questions/exporting-results.html index b41d3e26bb..d8fe48f747 100644 --- a/_site/docs/v0.57/questions/exporting-results.html +++ b/_site/docs/v0.57/questions/exporting-results.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/questions/introduction.html b/_site/docs/v0.57/questions/introduction.html index 884bd043e7..978f7c6ba1 100644 --- a/_site/docs/v0.57/questions/introduction.html +++ b/_site/docs/v0.57/questions/introduction.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/questions/native-editor/basic-sql-parameters.html b/_site/docs/v0.57/questions/native-editor/basic-sql-parameters.html index 8305266589..0cf59e9105 100644 --- a/_site/docs/v0.57/questions/native-editor/basic-sql-parameters.html +++ b/_site/docs/v0.57/questions/native-editor/basic-sql-parameters.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/questions/native-editor/field-filters.html b/_site/docs/v0.57/questions/native-editor/field-filters.html index 5fff259ef5..009a7ea9c3 100644 --- a/_site/docs/v0.57/questions/native-editor/field-filters.html +++ b/_site/docs/v0.57/questions/native-editor/field-filters.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/questions/native-editor/filter-widgets.html b/_site/docs/v0.57/questions/native-editor/filter-widgets.html index f109936d4e..af933d7baf 100644 --- a/_site/docs/v0.57/questions/native-editor/filter-widgets.html +++ b/_site/docs/v0.57/questions/native-editor/filter-widgets.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/questions/native-editor/optional-variables.html b/_site/docs/v0.57/questions/native-editor/optional-variables.html index 5392c56e39..75095b67ad 100644 --- a/_site/docs/v0.57/questions/native-editor/optional-variables.html +++ b/_site/docs/v0.57/questions/native-editor/optional-variables.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/questions/native-editor/referencing-saved-questions-in-queries.html b/_site/docs/v0.57/questions/native-editor/referencing-saved-questions-in-queries.html index a324e88bb9..c3d8674b25 100644 --- a/_site/docs/v0.57/questions/native-editor/referencing-saved-questions-in-queries.html +++ b/_site/docs/v0.57/questions/native-editor/referencing-saved-questions-in-queries.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/questions/native-editor/snippets.html b/_site/docs/v0.57/questions/native-editor/snippets.html index 40b23377a9..889d98d94a 100644 --- a/_site/docs/v0.57/questions/native-editor/snippets.html +++ b/_site/docs/v0.57/questions/native-editor/snippets.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/questions/native-editor/sql-parameters.html b/_site/docs/v0.57/questions/native-editor/sql-parameters.html index 1cb445e08d..0fffb4993a 100644 --- a/_site/docs/v0.57/questions/native-editor/sql-parameters.html +++ b/_site/docs/v0.57/questions/native-editor/sql-parameters.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/questions/native-editor/time-grouping-parameters.html b/_site/docs/v0.57/questions/native-editor/time-grouping-parameters.html index f37e5b46fe..2830207027 100644 --- a/_site/docs/v0.57/questions/native-editor/time-grouping-parameters.html +++ b/_site/docs/v0.57/questions/native-editor/time-grouping-parameters.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/questions/native-editor/writing-sql.html b/_site/docs/v0.57/questions/native-editor/writing-sql.html index 787f06fb5d..afaa74749d 100644 --- a/_site/docs/v0.57/questions/native-editor/writing-sql.html +++ b/_site/docs/v0.57/questions/native-editor/writing-sql.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/questions/query-builder/editor.html b/_site/docs/v0.57/questions/query-builder/editor.html index a8375db560..5dbaee68d8 100644 --- a/_site/docs/v0.57/questions/query-builder/editor.html +++ b/_site/docs/v0.57/questions/query-builder/editor.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/questions/query-builder/expressions-list.html b/_site/docs/v0.57/questions/query-builder/expressions-list.html index 083d5f8382..31f749f044 100644 --- a/_site/docs/v0.57/questions/query-builder/expressions-list.html +++ b/_site/docs/v0.57/questions/query-builder/expressions-list.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/questions/query-builder/expressions.html b/_site/docs/v0.57/questions/query-builder/expressions.html index 04644a2b32..45c378b528 100644 --- a/_site/docs/v0.57/questions/query-builder/expressions.html +++ b/_site/docs/v0.57/questions/query-builder/expressions.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/questions/query-builder/expressions/case.html b/_site/docs/v0.57/questions/query-builder/expressions/case.html index b498fc25c3..b1f1b1b1eb 100644 --- a/_site/docs/v0.57/questions/query-builder/expressions/case.html +++ b/_site/docs/v0.57/questions/query-builder/expressions/case.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/questions/query-builder/expressions/coalesce.html b/_site/docs/v0.57/questions/query-builder/expressions/coalesce.html index 3c5dd2655f..e6aeb75539 100644 --- a/_site/docs/v0.57/questions/query-builder/expressions/coalesce.html +++ b/_site/docs/v0.57/questions/query-builder/expressions/coalesce.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/questions/query-builder/expressions/concat.html b/_site/docs/v0.57/questions/query-builder/expressions/concat.html index 60031eac99..4b61eb92b7 100644 --- a/_site/docs/v0.57/questions/query-builder/expressions/concat.html +++ b/_site/docs/v0.57/questions/query-builder/expressions/concat.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/questions/query-builder/expressions/converttimezone.html b/_site/docs/v0.57/questions/query-builder/expressions/converttimezone.html index b5df95f9b4..5d7987e22a 100644 --- a/_site/docs/v0.57/questions/query-builder/expressions/converttimezone.html +++ b/_site/docs/v0.57/questions/query-builder/expressions/converttimezone.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/questions/query-builder/expressions/countif.html b/_site/docs/v0.57/questions/query-builder/expressions/countif.html index dde4b0d2ef..f2869a1f62 100644 --- a/_site/docs/v0.57/questions/query-builder/expressions/countif.html +++ b/_site/docs/v0.57/questions/query-builder/expressions/countif.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/questions/query-builder/expressions/cumulative.html b/_site/docs/v0.57/questions/query-builder/expressions/cumulative.html index b445bb4ebb..99ce2affe3 100644 --- a/_site/docs/v0.57/questions/query-builder/expressions/cumulative.html +++ b/_site/docs/v0.57/questions/query-builder/expressions/cumulative.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/questions/query-builder/expressions/datetimeadd.html b/_site/docs/v0.57/questions/query-builder/expressions/datetimeadd.html index 6f3c99e3a8..1385ef3002 100644 --- a/_site/docs/v0.57/questions/query-builder/expressions/datetimeadd.html +++ b/_site/docs/v0.57/questions/query-builder/expressions/datetimeadd.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/questions/query-builder/expressions/datetimediff.html b/_site/docs/v0.57/questions/query-builder/expressions/datetimediff.html index e359b3a381..ab8970ec9c 100644 --- a/_site/docs/v0.57/questions/query-builder/expressions/datetimediff.html +++ b/_site/docs/v0.57/questions/query-builder/expressions/datetimediff.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/questions/query-builder/expressions/datetimesubtract.html b/_site/docs/v0.57/questions/query-builder/expressions/datetimesubtract.html index 566e2bc95c..dc12658e49 100644 --- a/_site/docs/v0.57/questions/query-builder/expressions/datetimesubtract.html +++ b/_site/docs/v0.57/questions/query-builder/expressions/datetimesubtract.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/questions/query-builder/expressions/in.html b/_site/docs/v0.57/questions/query-builder/expressions/in.html index 3bd2957108..d8812a051e 100644 --- a/_site/docs/v0.57/questions/query-builder/expressions/in.html +++ b/_site/docs/v0.57/questions/query-builder/expressions/in.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/questions/query-builder/expressions/isempty.html b/_site/docs/v0.57/questions/query-builder/expressions/isempty.html index 44dbef54b7..e2a4e2d3ae 100644 --- a/_site/docs/v0.57/questions/query-builder/expressions/isempty.html +++ b/_site/docs/v0.57/questions/query-builder/expressions/isempty.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/questions/query-builder/expressions/isnull.html b/_site/docs/v0.57/questions/query-builder/expressions/isnull.html index a5d810fe65..bfb6fa4bf9 100644 --- a/_site/docs/v0.57/questions/query-builder/expressions/isnull.html +++ b/_site/docs/v0.57/questions/query-builder/expressions/isnull.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/questions/query-builder/expressions/now.html b/_site/docs/v0.57/questions/query-builder/expressions/now.html index 31e966e31b..6bba74b675 100644 --- a/_site/docs/v0.57/questions/query-builder/expressions/now.html +++ b/_site/docs/v0.57/questions/query-builder/expressions/now.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/questions/query-builder/expressions/offset.html b/_site/docs/v0.57/questions/query-builder/expressions/offset.html index e48e9bfd98..77ba5b1537 100644 --- a/_site/docs/v0.57/questions/query-builder/expressions/offset.html +++ b/_site/docs/v0.57/questions/query-builder/expressions/offset.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/questions/query-builder/expressions/regexextract.html b/_site/docs/v0.57/questions/query-builder/expressions/regexextract.html index c418a5c8aa..6f7dc77ce5 100644 --- a/_site/docs/v0.57/questions/query-builder/expressions/regexextract.html +++ b/_site/docs/v0.57/questions/query-builder/expressions/regexextract.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/questions/query-builder/expressions/substring.html b/_site/docs/v0.57/questions/query-builder/expressions/substring.html index 9625e81fa5..4bdb7c661e 100644 --- a/_site/docs/v0.57/questions/query-builder/expressions/substring.html +++ b/_site/docs/v0.57/questions/query-builder/expressions/substring.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/questions/query-builder/expressions/sumif.html b/_site/docs/v0.57/questions/query-builder/expressions/sumif.html index e11786cb8e..eff3d67b1b 100644 --- a/_site/docs/v0.57/questions/query-builder/expressions/sumif.html +++ b/_site/docs/v0.57/questions/query-builder/expressions/sumif.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/questions/query-builder/expressions/week.html b/_site/docs/v0.57/questions/query-builder/expressions/week.html index 585b120379..3685191a66 100644 --- a/_site/docs/v0.57/questions/query-builder/expressions/week.html +++ b/_site/docs/v0.57/questions/query-builder/expressions/week.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/questions/query-builder/filters.html b/_site/docs/v0.57/questions/query-builder/filters.html index 7800729415..6f94bce0c8 100644 --- a/_site/docs/v0.57/questions/query-builder/filters.html +++ b/_site/docs/v0.57/questions/query-builder/filters.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/questions/query-builder/join.html b/_site/docs/v0.57/questions/query-builder/join.html index 5eff6f1b8a..6145f02af4 100644 --- a/_site/docs/v0.57/questions/query-builder/join.html +++ b/_site/docs/v0.57/questions/query-builder/join.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/questions/query-builder/summarizing-and-grouping.html b/_site/docs/v0.57/questions/query-builder/summarizing-and-grouping.html index 1905ae6737..f287151109 100644 --- a/_site/docs/v0.57/questions/query-builder/summarizing-and-grouping.html +++ b/_site/docs/v0.57/questions/query-builder/summarizing-and-grouping.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/questions/start.html b/_site/docs/v0.57/questions/start.html index 9587d7584e..422117e826 100644 --- a/_site/docs/v0.57/questions/start.html +++ b/_site/docs/v0.57/questions/start.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/questions/visualizations/combo-chart.html b/_site/docs/v0.57/questions/visualizations/combo-chart.html index e0c2b048d6..077240245c 100644 --- a/_site/docs/v0.57/questions/visualizations/combo-chart.html +++ b/_site/docs/v0.57/questions/visualizations/combo-chart.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/questions/visualizations/country-codes.html b/_site/docs/v0.57/questions/visualizations/country-codes.html index f77086db01..23ba1d5f03 100644 --- a/_site/docs/v0.57/questions/visualizations/country-codes.html +++ b/_site/docs/v0.57/questions/visualizations/country-codes.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/questions/visualizations/detail.html b/_site/docs/v0.57/questions/visualizations/detail.html index 7d7b92378e..5926f02b05 100644 --- a/_site/docs/v0.57/questions/visualizations/detail.html +++ b/_site/docs/v0.57/questions/visualizations/detail.html @@ -1557,26 +1557,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/questions/visualizations/funnel.html b/_site/docs/v0.57/questions/visualizations/funnel.html index aaa202e8d0..f0f45038be 100644 --- a/_site/docs/v0.57/questions/visualizations/funnel.html +++ b/_site/docs/v0.57/questions/visualizations/funnel.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/questions/visualizations/gauge.html b/_site/docs/v0.57/questions/visualizations/gauge.html index d5a133ba50..ca8343a506 100644 --- a/_site/docs/v0.57/questions/visualizations/gauge.html +++ b/_site/docs/v0.57/questions/visualizations/gauge.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/questions/visualizations/line-bar-and-area-charts.html b/_site/docs/v0.57/questions/visualizations/line-bar-and-area-charts.html index 677bd4669e..5db3e38e19 100644 --- a/_site/docs/v0.57/questions/visualizations/line-bar-and-area-charts.html +++ b/_site/docs/v0.57/questions/visualizations/line-bar-and-area-charts.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/questions/visualizations/map.html b/_site/docs/v0.57/questions/visualizations/map.html index ce2f0a2d5b..546a43c87e 100644 --- a/_site/docs/v0.57/questions/visualizations/map.html +++ b/_site/docs/v0.57/questions/visualizations/map.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/questions/visualizations/numbers.html b/_site/docs/v0.57/questions/visualizations/numbers.html index 11d84edbb0..b8ee1a1a3e 100644 --- a/_site/docs/v0.57/questions/visualizations/numbers.html +++ b/_site/docs/v0.57/questions/visualizations/numbers.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/questions/visualizations/pie-or-donut-chart.html b/_site/docs/v0.57/questions/visualizations/pie-or-donut-chart.html index 792abc2ccf..6668e89bdd 100644 --- a/_site/docs/v0.57/questions/visualizations/pie-or-donut-chart.html +++ b/_site/docs/v0.57/questions/visualizations/pie-or-donut-chart.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/questions/visualizations/pivot-table.html b/_site/docs/v0.57/questions/visualizations/pivot-table.html index 760db97d68..c64a22bfdb 100644 --- a/_site/docs/v0.57/questions/visualizations/pivot-table.html +++ b/_site/docs/v0.57/questions/visualizations/pivot-table.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/questions/visualizations/progress-bar.html b/_site/docs/v0.57/questions/visualizations/progress-bar.html index 904ab8a87e..08569b703f 100644 --- a/_site/docs/v0.57/questions/visualizations/progress-bar.html +++ b/_site/docs/v0.57/questions/visualizations/progress-bar.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/questions/visualizations/sankey.html b/_site/docs/v0.57/questions/visualizations/sankey.html index 3816828f52..12348d3f78 100644 --- a/_site/docs/v0.57/questions/visualizations/sankey.html +++ b/_site/docs/v0.57/questions/visualizations/sankey.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/questions/visualizations/scatterplot-or-bubble-chart.html b/_site/docs/v0.57/questions/visualizations/scatterplot-or-bubble-chart.html index 4d72b9bf0c..914cf86791 100644 --- a/_site/docs/v0.57/questions/visualizations/scatterplot-or-bubble-chart.html +++ b/_site/docs/v0.57/questions/visualizations/scatterplot-or-bubble-chart.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/questions/visualizations/table.html b/_site/docs/v0.57/questions/visualizations/table.html index 0f40b7e65f..69f52d82f4 100644 --- a/_site/docs/v0.57/questions/visualizations/table.html +++ b/_site/docs/v0.57/questions/visualizations/table.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/questions/visualizations/tooltips.html b/_site/docs/v0.57/questions/visualizations/tooltips.html index 62c502db5c..1acae56aac 100644 --- a/_site/docs/v0.57/questions/visualizations/tooltips.html +++ b/_site/docs/v0.57/questions/visualizations/tooltips.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/questions/visualizations/trend.html b/_site/docs/v0.57/questions/visualizations/trend.html index 5aec295d20..4e5ab6c1e6 100644 --- a/_site/docs/v0.57/questions/visualizations/trend.html +++ b/_site/docs/v0.57/questions/visualizations/trend.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/questions/visualizations/visualizing-results.html b/_site/docs/v0.57/questions/visualizations/visualizing-results.html index 2d6a86ae5e..b06182075c 100644 --- a/_site/docs/v0.57/questions/visualizations/visualizing-results.html +++ b/_site/docs/v0.57/questions/visualizations/visualizing-results.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/questions/visualizations/waterfall-chart.html b/_site/docs/v0.57/questions/visualizations/waterfall-chart.html index 501a6172a5..cbfe180977 100644 --- a/_site/docs/v0.57/questions/visualizations/waterfall-chart.html +++ b/_site/docs/v0.57/questions/visualizations/waterfall-chart.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/troubleshooting-guide/bigquery-drive.html b/_site/docs/v0.57/troubleshooting-guide/bigquery-drive.html index 1bbe275212..e43b3b7772 100644 --- a/_site/docs/v0.57/troubleshooting-guide/bigquery-drive.html +++ b/_site/docs/v0.57/troubleshooting-guide/bigquery-drive.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/troubleshooting-guide/bugs.html b/_site/docs/v0.57/troubleshooting-guide/bugs.html index 56a0eb2ba5..ccf7c531e2 100644 --- a/_site/docs/v0.57/troubleshooting-guide/bugs.html +++ b/_site/docs/v0.57/troubleshooting-guide/bugs.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/troubleshooting-guide/cant-log-in.html b/_site/docs/v0.57/troubleshooting-guide/cant-log-in.html index d0495dc441..89bfd87047 100644 --- a/_site/docs/v0.57/troubleshooting-guide/cant-log-in.html +++ b/_site/docs/v0.57/troubleshooting-guide/cant-log-in.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/troubleshooting-guide/cant-see-tables.html b/_site/docs/v0.57/troubleshooting-guide/cant-see-tables.html index 4740c7bd60..7106d7bf4c 100644 --- a/_site/docs/v0.57/troubleshooting-guide/cant-see-tables.html +++ b/_site/docs/v0.57/troubleshooting-guide/cant-see-tables.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/troubleshooting-guide/cant-send-email.html b/_site/docs/v0.57/troubleshooting-guide/cant-send-email.html index fe33a28006..a71a63fa2e 100644 --- a/_site/docs/v0.57/troubleshooting-guide/cant-send-email.html +++ b/_site/docs/v0.57/troubleshooting-guide/cant-send-email.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/troubleshooting-guide/cant-view-or-edit.html b/_site/docs/v0.57/troubleshooting-guide/cant-view-or-edit.html index 44009068ea..1ee218403b 100644 --- a/_site/docs/v0.57/troubleshooting-guide/cant-view-or-edit.html +++ b/_site/docs/v0.57/troubleshooting-guide/cant-view-or-edit.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/troubleshooting-guide/create-har-file.html b/_site/docs/v0.57/troubleshooting-guide/create-har-file.html index 257fda042f..f38c42feaa 100644 --- a/_site/docs/v0.57/troubleshooting-guide/create-har-file.html +++ b/_site/docs/v0.57/troubleshooting-guide/create-har-file.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/troubleshooting-guide/data-permissions.html b/_site/docs/v0.57/troubleshooting-guide/data-permissions.html index 78f2f5235f..86f06f1aea 100644 --- a/_site/docs/v0.57/troubleshooting-guide/data-permissions.html +++ b/_site/docs/v0.57/troubleshooting-guide/data-permissions.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/troubleshooting-guide/db-connection.html b/_site/docs/v0.57/troubleshooting-guide/db-connection.html index 95b2cdf1a9..6561d06046 100644 --- a/_site/docs/v0.57/troubleshooting-guide/db-connection.html +++ b/_site/docs/v0.57/troubleshooting-guide/db-connection.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/troubleshooting-guide/db-performance.html b/_site/docs/v0.57/troubleshooting-guide/db-performance.html index 1b59eaa3ac..9e7b1ac8b2 100644 --- a/_site/docs/v0.57/troubleshooting-guide/db-performance.html +++ b/_site/docs/v0.57/troubleshooting-guide/db-performance.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/troubleshooting-guide/diagnostic-info.html b/_site/docs/v0.57/troubleshooting-guide/diagnostic-info.html index 5b6dbed9dd..9d9287e592 100644 --- a/_site/docs/v0.57/troubleshooting-guide/diagnostic-info.html +++ b/_site/docs/v0.57/troubleshooting-guide/diagnostic-info.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/troubleshooting-guide/docker.html b/_site/docs/v0.57/troubleshooting-guide/docker.html index 4024737a4f..2b838921db 100644 --- a/_site/docs/v0.57/troubleshooting-guide/docker.html +++ b/_site/docs/v0.57/troubleshooting-guide/docker.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/troubleshooting-guide/error-message.html b/_site/docs/v0.57/troubleshooting-guide/error-message.html index 534016c7c4..dac5960900 100644 --- a/_site/docs/v0.57/troubleshooting-guide/error-message.html +++ b/_site/docs/v0.57/troubleshooting-guide/error-message.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/troubleshooting-guide/filters.html b/_site/docs/v0.57/troubleshooting-guide/filters.html index 660fcf0a9b..93ff815c85 100644 --- a/_site/docs/v0.57/troubleshooting-guide/filters.html +++ b/_site/docs/v0.57/troubleshooting-guide/filters.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/troubleshooting-guide/index.html b/_site/docs/v0.57/troubleshooting-guide/index.html index 81fcbf2029..48db8d0b86 100644 --- a/_site/docs/v0.57/troubleshooting-guide/index.html +++ b/_site/docs/v0.57/troubleshooting-guide/index.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/troubleshooting-guide/known-issues.html b/_site/docs/v0.57/troubleshooting-guide/known-issues.html index 57a0935355..6746a511c3 100644 --- a/_site/docs/v0.57/troubleshooting-guide/known-issues.html +++ b/_site/docs/v0.57/troubleshooting-guide/known-issues.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/troubleshooting-guide/ldap.html b/_site/docs/v0.57/troubleshooting-guide/ldap.html index 231074e6f1..ba4b8811b3 100644 --- a/_site/docs/v0.57/troubleshooting-guide/ldap.html +++ b/_site/docs/v0.57/troubleshooting-guide/ldap.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/troubleshooting-guide/linked-filters.html b/_site/docs/v0.57/troubleshooting-guide/linked-filters.html index ea9d2ff60e..548df1cd75 100644 --- a/_site/docs/v0.57/troubleshooting-guide/linked-filters.html +++ b/_site/docs/v0.57/troubleshooting-guide/linked-filters.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/troubleshooting-guide/loading-from-h2.html b/_site/docs/v0.57/troubleshooting-guide/loading-from-h2.html index c76e3ef351..ce8d8a9102 100644 --- a/_site/docs/v0.57/troubleshooting-guide/loading-from-h2.html +++ b/_site/docs/v0.57/troubleshooting-guide/loading-from-h2.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/troubleshooting-guide/models.html b/_site/docs/v0.57/troubleshooting-guide/models.html index f584b411f5..598487e3d7 100644 --- a/_site/docs/v0.57/troubleshooting-guide/models.html +++ b/_site/docs/v0.57/troubleshooting-guide/models.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/troubleshooting-guide/my-dashboard-is-slow.html b/_site/docs/v0.57/troubleshooting-guide/my-dashboard-is-slow.html index e601e34bc1..e96ad3a4ea 100644 --- a/_site/docs/v0.57/troubleshooting-guide/my-dashboard-is-slow.html +++ b/_site/docs/v0.57/troubleshooting-guide/my-dashboard-is-slow.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/troubleshooting-guide/notifications.html b/_site/docs/v0.57/troubleshooting-guide/notifications.html index ff934012b2..5d3dfd6700 100644 --- a/_site/docs/v0.57/troubleshooting-guide/notifications.html +++ b/_site/docs/v0.57/troubleshooting-guide/notifications.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/troubleshooting-guide/permissions.html b/_site/docs/v0.57/troubleshooting-guide/permissions.html index 8b3f32e2b4..cc4d3fb38a 100644 --- a/_site/docs/v0.57/troubleshooting-guide/permissions.html +++ b/_site/docs/v0.57/troubleshooting-guide/permissions.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/troubleshooting-guide/proxies.html b/_site/docs/v0.57/troubleshooting-guide/proxies.html index 11ee82c76d..8a8432621e 100644 --- a/_site/docs/v0.57/troubleshooting-guide/proxies.html +++ b/_site/docs/v0.57/troubleshooting-guide/proxies.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/troubleshooting-guide/requesting-new-features.html b/_site/docs/v0.57/troubleshooting-guide/requesting-new-features.html index c8d122c26b..7860ee65f2 100644 --- a/_site/docs/v0.57/troubleshooting-guide/requesting-new-features.html +++ b/_site/docs/v0.57/troubleshooting-guide/requesting-new-features.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/troubleshooting-guide/row-and-column-security.html b/_site/docs/v0.57/troubleshooting-guide/row-and-column-security.html index c678be94ab..d6d429ba7e 100644 --- a/_site/docs/v0.57/troubleshooting-guide/row-and-column-security.html +++ b/_site/docs/v0.57/troubleshooting-guide/row-and-column-security.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/troubleshooting-guide/running.html b/_site/docs/v0.57/troubleshooting-guide/running.html index 292d41b60b..707d9bb2a8 100644 --- a/_site/docs/v0.57/troubleshooting-guide/running.html +++ b/_site/docs/v0.57/troubleshooting-guide/running.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/troubleshooting-guide/saml.html b/_site/docs/v0.57/troubleshooting-guide/saml.html index b7dcf9fa14..2062c2c320 100644 --- a/_site/docs/v0.57/troubleshooting-guide/saml.html +++ b/_site/docs/v0.57/troubleshooting-guide/saml.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/troubleshooting-guide/server-logs.html b/_site/docs/v0.57/troubleshooting-guide/server-logs.html index ae5f3af927..a27f06398a 100644 --- a/_site/docs/v0.57/troubleshooting-guide/server-logs.html +++ b/_site/docs/v0.57/troubleshooting-guide/server-logs.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/troubleshooting-guide/sql.html b/_site/docs/v0.57/troubleshooting-guide/sql.html index f14061edef..53d7ff4073 100644 --- a/_site/docs/v0.57/troubleshooting-guide/sql.html +++ b/_site/docs/v0.57/troubleshooting-guide/sql.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/troubleshooting-guide/sync-fingerprint-scan.html b/_site/docs/v0.57/troubleshooting-guide/sync-fingerprint-scan.html index eefdd55e9d..52cfde5622 100644 --- a/_site/docs/v0.57/troubleshooting-guide/sync-fingerprint-scan.html +++ b/_site/docs/v0.57/troubleshooting-guide/sync-fingerprint-scan.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/troubleshooting-guide/timeout.html b/_site/docs/v0.57/troubleshooting-guide/timeout.html index 534a720e75..5ddaa1749d 100644 --- a/_site/docs/v0.57/troubleshooting-guide/timeout.html +++ b/_site/docs/v0.57/troubleshooting-guide/timeout.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/troubleshooting-guide/timezones.html b/_site/docs/v0.57/troubleshooting-guide/timezones.html index 6e204fc9fc..a73f758904 100644 --- a/_site/docs/v0.57/troubleshooting-guide/timezones.html +++ b/_site/docs/v0.57/troubleshooting-guide/timezones.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/troubleshooting-guide/visualization.html b/_site/docs/v0.57/troubleshooting-guide/visualization.html index d9adee5a1b..7b34429e42 100644 --- a/_site/docs/v0.57/troubleshooting-guide/visualization.html +++ b/_site/docs/v0.57/troubleshooting-guide/visualization.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/usage-and-performance-tools/audit.html b/_site/docs/v0.57/usage-and-performance-tools/audit.html index c82cc8a021..47e6c6b98d 100644 --- a/_site/docs/v0.57/usage-and-performance-tools/audit.html +++ b/_site/docs/v0.57/usage-and-performance-tools/audit.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/usage-and-performance-tools/start.html b/_site/docs/v0.57/usage-and-performance-tools/start.html index 382492794d..0712b65a68 100644 --- a/_site/docs/v0.57/usage-and-performance-tools/start.html +++ b/_site/docs/v0.57/usage-and-performance-tools/start.html @@ -1565,26 +1565,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/usage-and-performance-tools/tools.html b/_site/docs/v0.57/usage-and-performance-tools/tools.html index 0fe9c8acbc..bbe9d1a697 100644 --- a/_site/docs/v0.57/usage-and-performance-tools/tools.html +++ b/_site/docs/v0.57/usage-and-performance-tools/tools.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/usage-and-performance-tools/usage-analytics.html b/_site/docs/v0.57/usage-and-performance-tools/usage-analytics.html index addcc3b11d..7a83f4b2a3 100644 --- a/_site/docs/v0.57/usage-and-performance-tools/usage-analytics.html +++ b/_site/docs/v0.57/usage-and-performance-tools/usage-analytics.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- + diff --git a/_site/docs/v0.57/util/resources/introduction.html b/_site/docs/v0.57/util/resources/introduction.html index a159f25552..77adafa00c 100644 --- a/_site/docs/v0.57/util/resources/introduction.html +++ b/_site/docs/v0.57/util/resources/introduction.html @@ -1543,26 +1543,24 @@
Embedded Analytics
- +