This is an automated email from the ASF dual-hosted git repository.
hainenber pushed a change to branch feat/migrate-from-prettier-to-oxfmt
in repository https://gitbox.apache.org/repos/asf/superset.git
from af9729a8614 feat(build): migrate from Prettier to Oxfmt for performant
code formatting
add 1bbc63099b6 feat(build): migrate from Prettier to Oxfmt for `docs`
No new revisions were added by this update.
Summary of changes:
docs/.claude/instructions.md | 23 +-
docs/.oxfmtrc.json | 9 +
docs/DOCS_CLAUDE.md | 130 +-
docs/README.md | 13 +
docs/admin_docs/configuration/alerts-reports.mdx | 36 +-
.../configuration/async-queries-celery.mdx | 3 +-
docs/admin_docs/configuration/aws-iam.mdx | 18 +-
docs/admin_docs/configuration/cache.mdx | 3 +-
.../configuration/configuring-superset.mdx | 8 +-
.../admin_docs/configuration/country-map-tools.mdx | 8 +-
docs/admin_docs/configuration/feature-flags.mdx | 27 +-
.../importing-exporting-datasources.mdx | 12 +-
docs/admin_docs/configuration/map-tiles.mdx | 4 +
docs/admin_docs/configuration/mcp-server.mdx | 176 +-
.../configuration/networking-settings.mdx | 20 +-
docs/admin_docs/configuration/sql-templating.mdx | 16 +-
docs/admin_docs/configuration/theming.mdx | 8 +-
docs/admin_docs/installation/architecture.mdx | 2 +-
docs/admin_docs/installation/docker-builds.mdx | 3 +-
docs/admin_docs/installation/docker-compose.mdx | 76 +-
.../installation/installation-methods.mdx | 2 +-
docs/admin_docs/installation/kubernetes.mdx | 22 +-
docs/admin_docs/installation/pypi.mdx | 8 +-
.../admin_docs/installation/upgrading-superset.mdx | 1 +
docs/admin_docs/security/cves.mdx | 127 +-
docs/admin_docs/security/securing_superset.mdx | 112 +-
docs/admin_docs/security/security.mdx | 60 +-
.../version-6.1.0/configuration/alerts-reports.mdx | 36 +-
.../configuration/async-queries-celery.mdx | 3 +-
.../version-6.1.0/configuration/aws-iam.mdx | 34 +-
.../version-6.1.0/configuration/cache.mdx | 3 +-
.../configuration/configuring-superset.mdx | 8 +-
.../configuration/country-map-tools.mdx | 8 +-
.../version-6.1.0/configuration/feature-flags.mdx | 27 +-
.../importing-exporting-datasources.mdx | 12 +-
.../version-6.1.0/configuration/map-tiles.mdx | 4 +
.../version-6.1.0/configuration/mcp-server.mdx | 172 +-
.../configuration/networking-settings.mdx | 20 +-
.../version-6.1.0/configuration/sql-templating.mdx | 17 +-
.../version-6.1.0/configuration/theming.mdx | 8 +-
.../version-6.1.0/installation/architecture.mdx | 2 +-
.../version-6.1.0/installation/docker-builds.mdx | 3 +-
.../version-6.1.0/installation/docker-compose.mdx | 76 +-
.../installation/installation-methods.mdx | 2 +-
.../version-6.1.0/installation/kubernetes.mdx | 18 +-
.../version-6.1.0/installation/pypi.mdx | 9 +-
.../installation/upgrading-superset.mdx | 1 +
.../version-6.1.0/security/cves.mdx | 127 +-
.../version-6.1.0/security/securing_superset.mdx | 96 +-
.../version-6.1.0/security/security.mdx | 60 +-
docs/admin_docs_versions.json | 4 +-
docs/components/chart-components/bar-chart.md | 26 +-
docs/components/index.md | 2 +
docs/components/layout-components/grid.md | 36 +-
docs/components/test.mdx | 9 +-
docs/components/ui-components/button.mdx | 58 +-
.../version-6.1.0/chart-components/bar-chart.md | 26 +-
.../version-6.1.0/index.md | 2 +
.../version-6.1.0/layout-components/grid.md | 36 +-
.../version-6.1.0/test.mdx | 9 +-
.../version-6.1.0/ui-components/button.mdx | 58 +-
docs/components_versions.json | 4 +-
docs/developer_docs/api.mdx | 704 +--
docs/developer_docs/contributing/code-review.md | 38 +
.../contributing/development-setup.md | 36 +-
docs/developer_docs/contributing/guidelines.md | 19 +-
docs/developer_docs/contributing/howtos.md | 50 +-
.../developer_docs/contributing/issue-reporting.md | 47 +
docs/developer_docs/contributing/overview.md | 2 +-
.../contributing/pkg-resources-migration.md | 4 +
.../developer_docs/contributing/release-process.md | 55 +-
docs/developer_docs/contributing/resources.md | 3 +
docs/developer_docs/contributing/submitting-pr.md | 31 +-
docs/developer_docs/extensions/architecture.md | 4 +-
.../developer_docs/extensions/components/alert.mdx | 93 +-
.../developer_docs/extensions/components/index.mdx | 8 +-
.../extensions/contribution-types.md | 1 +
docs/developer_docs/extensions/dependencies.md | 8 +-
docs/developer_docs/extensions/deployment.md | 2 +-
docs/developer_docs/extensions/development.md | 1 +
.../extensions/extension-points/chat.md | 48 +-
.../extensions/extension-points/editors.md | 28 +-
.../extensions/extension-points/sqllab.md | 6 +-
docs/developer_docs/extensions/mcp.md | 9 +
docs/developer_docs/extensions/registry.md | 4 +-
docs/developer_docs/extensions/storage.md | 21 +-
docs/developer_docs/extensions/tasks.md | 77 +-
.../developer_docs/guidelines/design-guidelines.md | 19 +-
.../guidelines/frontend-style-guidelines.md | 2 +-
.../frontend/component-style-guidelines.md | 23 +-
.../frontend/emotion-styling-guidelines.md | 52 +-
docs/developer_docs/index.md | 15 +
docs/developer_docs/sidebars.js | 4 +-
docs/developer_docs/testing/backend-testing.md | 12 +-
docs/developer_docs/testing/ci-cd.md | 3 +-
docs/developer_docs/testing/frontend-testing.md | 2 +-
docs/developer_docs/testing/overview.md | 21 +-
docs/developer_docs/testing/storybook.md | 3 +-
docs/developer_docs/testing/testing-guidelines.md | 12 +-
.../version-6.1.0/api.mdx | 704 +--
.../api/add-tags-to-an-object.ParamsDetails.json | 17 +-
.../api/add-tags-to-an-object.RequestSchema.json | 23 +-
.../api/add-tags-to-an-object.StatusCodes.json | 59 +-
.../api/add-tags-to-an-object.api.mdx | 41 +-
.../version-6.1.0/api/advanced-data-type.tag.mdx | 12 +-
.../version-6.1.0/api/annotation-layers.tag.mdx | 36 +-
...rmation-in-a-single-endpoint.ParamsDetails.json | 10 +-
...rmation-in-a-single-endpoint.RequestSchema.json | 2 +-
...formation-in-a-single-endpoint.StatusCodes.json | 307 +-
...elated-information-in-a-single-endpoint.api.mdx | 41 +-
.../api/async-events-rest-api.tag.mdx | 10 +-
.../version-6.1.0/api/available-domains.tag.mdx | 10 +-
...eate-tags-and-tagged-objects.RequestSchema.json | 35 +-
...create-tags-and-tagged-objects.StatusCodes.json | 88 +-
.../bulk-create-tags-and-tagged-objects.api.mdx | 41 +-
...ulk-delete-annotation-layers.ParamsDetails.json | 25 +-
...ulk-delete-annotation-layers.RequestSchema.json | 2 +-
.../bulk-delete-annotation-layers.StatusCodes.json | 69 +-
.../api/bulk-delete-annotation-layers.api.mdx | 41 +-
.../api/bulk-delete-charts.ParamsDetails.json | 18 +-
.../api/bulk-delete-charts.RequestSchema.json | 2 +-
.../api/bulk-delete-charts.StatusCodes.json | 83 +-
.../version-6.1.0/api/bulk-delete-charts.api.mdx | 41 +-
.../bulk-delete-css-templates.ParamsDetails.json | 18 +-
.../bulk-delete-css-templates.RequestSchema.json | 2 +-
.../api/bulk-delete-css-templates.StatusCodes.json | 69 +-
.../api/bulk-delete-css-templates.api.mdx | 41 +-
.../api/bulk-delete-dashboards.ParamsDetails.json | 18 +-
.../api/bulk-delete-dashboards.RequestSchema.json | 2 +-
.../api/bulk-delete-dashboards.StatusCodes.json | 83 +-
.../api/bulk-delete-dashboards.api.mdx | 41 +-
.../api/bulk-delete-datasets.ParamsDetails.json | 18 +-
.../api/bulk-delete-datasets.RequestSchema.json | 2 +-
.../api/bulk-delete-datasets.StatusCodes.json | 95 +-
.../version-6.1.0/api/bulk-delete-datasets.api.mdx | 41 +-
...bulk-delete-report-schedules.ParamsDetails.json | 18 +-
...bulk-delete-report-schedules.RequestSchema.json | 2 +-
.../bulk-delete-report-schedules.StatusCodes.json | 83 +-
.../api/bulk-delete-report-schedules.api.mdx | 41 +-
.../api/bulk-delete-rls-rules.ParamsDetails.json | 18 +-
.../api/bulk-delete-rls-rules.RequestSchema.json | 2 +-
.../api/bulk-delete-rls-rules.StatusCodes.json | 83 +-
.../api/bulk-delete-rls-rules.api.mdx | 41 +-
.../bulk-delete-saved-queries.ParamsDetails.json | 18 +-
.../bulk-delete-saved-queries.RequestSchema.json | 2 +-
.../api/bulk-delete-saved-queries.StatusCodes.json | 69 +-
.../api/bulk-delete-saved-queries.api.mdx | 41 +-
.../api/bulk-delete-tags.ParamsDetails.json | 18 +-
.../api/bulk-delete-tags.RequestSchema.json | 2 +-
.../api/bulk-delete-tags.StatusCodes.json | 83 +-
.../version-6.1.0/api/bulk-delete-tags.api.mdx | 41 +-
.../api/bulk-delete-themes.ParamsDetails.json | 18 +-
.../api/bulk-delete-themes.RequestSchema.json | 2 +-
.../api/bulk-delete-themes.StatusCodes.json | 69 +-
.../version-6.1.0/api/bulk-delete-themes.api.mdx | 41 +-
.../version-6.1.0/api/cache-rest-api.tag.mdx | 8 +-
.../api/change-a-database.ParamsDetails.json | 11 +-
.../api/change-a-database.RequestSchema.json | 154 +-
.../api/change-a-database.StatusCodes.json | 244 +-
.../version-6.1.0/api/change-a-database.api.mdx | 41 +-
.../version-6.1.0/api/charts.tag.mdx | 48 +-
...ited-charts-for-current-user.ParamsDetails.json | 18 +-
...ited-charts-for-current-user.RequestSchema.json | 2 +-
...orited-charts-for-current-user.StatusCodes.json | 86 +-
...check-favorited-charts-for-current-user.api.mdx | 41 +-
...-dashboards-for-current-user.ParamsDetails.json | 18 +-
...-dashboards-for-current-user.RequestSchema.json | 2 +-
...ed-dashboards-for-current-user.StatusCodes.json | 86 +-
...k-favorited-dashboards-for-current-user.api.mdx | 41 +-
.../clear-the-system-dark-theme.RequestSchema.json | 2 +-
.../clear-the-system-dark-theme.StatusCodes.json | 57 +-
.../api/clear-the-system-dark-theme.api.mdx | 35 +-
...ear-the-system-default-theme.RequestSchema.json | 2 +-
...clear-the-system-default-theme.StatusCodes.json | 57 +-
.../api/clear-the-system-default-theme.api.mdx | 35 +-
...ot-chart-pk-cache-screenshot.ParamsDetails.json | 28 +-
...ot-chart-pk-cache-screenshot.RequestSchema.json | 2 +-
...shot-chart-pk-cache-screenshot.StatusCodes.json | 131 +-
...-a-screenshot-chart-pk-cache-screenshot.api.mdx | 41 +-
...k-cache-dashboard-screenshot.ParamsDetails.json | 11 +-
...k-cache-dashboard-screenshot.RequestSchema.json | 41 +-
...-pk-cache-dashboard-screenshot.StatusCodes.json | 94 +-
...dashboard-pk-cache-dashboard-screenshot.api.mdx | 43 +-
...opy-of-an-existing-dashboard.ParamsDetails.json | 12 +-
...opy-of-an-existing-dashboard.RequestSchema.json | 43 +-
...-copy-of-an-existing-dashboard.StatusCodes.json | 86 +-
.../create-a-copy-of-an-existing-dashboard.api.mdx | 41 +-
.../api/create-a-css-template.RequestSchema.json | 25 +-
.../api/create-a-css-template.StatusCodes.json | 84 +-
.../api/create-a-css-template.api.mdx | 41 +-
...te-a-dashboards-filter-state.ParamsDetails.json | 12 +-
...te-a-dashboards-filter-state.RequestSchema.json | 91 +-
...eate-a-dashboards-filter-state.StatusCodes.json | 72 +-
.../api/create-a-dashboards-filter-state.api.mdx | 33 +-
.../api/create-a-new-chart.RequestSchema.json | 117 +-
.../api/create-a-new-chart.StatusCodes.json | 203 +-
.../version-6.1.0/api/create-a-new-chart.api.mdx | 41 +-
.../api/create-a-new-dashboard.RequestSchema.json | 96 +-
.../api/create-a-new-dashboard.StatusCodes.json | 164 +-
.../api/create-a-new-dashboard.api.mdx | 41 +-
...ew-dashboards-permanent-link.ParamsDetails.json | 11 +-
...ew-dashboards-permanent-link.RequestSchema.json | 127 +-
...-new-dashboards-permanent-link.StatusCodes.json | 73 +-
.../create-a-new-dashboards-permanent-link.api.mdx | 33 +-
.../api/create-a-new-database.RequestSchema.json | 154 +-
.../api/create-a-new-database.StatusCodes.json | 218 +-
.../api/create-a-new-database.api.mdx | 41 +-
.../api/create-a-new-dataset.RequestSchema.json | 59 +-
.../api/create-a-new-dataset.StatusCodes.json | 128 +-
.../version-6.1.0/api/create-a-new-dataset.api.mdx | 41 +-
.../api/create-a-new-form-data.ParamsDetails.json | 6 +-
.../api/create-a-new-form-data.RequestSchema.json | 38 +-
.../api/create-a-new-form-data.StatusCodes.json | 72 +-
.../api/create-a-new-form-data.api.mdx | 41 +-
...anent-link-explore-permalink.RequestSchema.json | 29 +-
...rmanent-link-explore-permalink.StatusCodes.json | 73 +-
...-a-new-permanent-link-explore-permalink.api.mdx | 41 +-
...manent-link-sqllab-permalink.RequestSchema.json | 29 +-
...ermanent-link-sqllab-permalink.StatusCodes.json | 73 +-
...e-a-new-permanent-link-sqllab-permalink.api.mdx | 41 +-
.../api/create-a-new-rls-rule.RequestSchema.json | 61 +-
.../api/create-a-new-rls-rule.StatusCodes.json | 143 +-
.../api/create-a-new-rls-rule.api.mdx | 41 +-
.../create-a-report-schedule.RequestSchema.json | 781 ++-
.../api/create-a-report-schedule.StatusCodes.json | 853 ++-
.../api/create-a-report-schedule.api.mdx | 41 +-
.../api/create-a-saved-query.RequestSchema.json | 36 +-
.../api/create-a-saved-query.StatusCodes.json | 107 +-
.../version-6.1.0/api/create-a-saved-query.api.mdx | 41 +-
.../api/create-a-tag.RequestSchema.json | 30 +-
.../api/create-a-tag.StatusCodes.json | 89 +-
.../version-6.1.0/api/create-a-tag.api.mdx | 41 +-
.../api/create-a-theme.RequestSchema.json | 22 +-
.../api/create-a-theme.StatusCodes.json | 81 +-
.../version-6.1.0/api/create-a-theme.api.mdx | 41 +-
...notation-layer-pk-annotation.ParamsDetails.json | 12 +-
...notation-layer-pk-annotation.RequestSchema.json | 52 +-
...annotation-layer-pk-annotation.StatusCodes.json | 113 +-
...on-layer-annotation-layer-pk-annotation.api.mdx | 41 +-
...ation-layer-annotation-layer.RequestSchema.json | 31 +-
...otation-layer-annotation-layer.StatusCodes.json | 92 +-
...te-an-annotation-layer-annotation-layer.api.mdx | 41 +-
.../api/create-log.RequestSchema.json | 18 +-
.../version-6.1.0/api/create-log.StatusCodes.json | 74 +-
.../version-6.1.0/api/create-log.api.mdx | 41 +-
.../api/create-security-groups.RequestSchema.json | 56 +-
.../api/create-security-groups.StatusCodes.json | 113 +-
.../api/create-security-groups.api.mdx | 41 +-
.../api/create-security-login.RequestSchema.json | 43 +-
.../api/create-security-login.StatusCodes.json | 58 +-
.../api/create-security-login.api.mdx | 41 +-
...curity-permissions-resources.RequestSchema.json | 18 +-
...security-permissions-resources.StatusCodes.json | 77 +-
.../create-security-permissions-resources.api.mdx | 41 +-
.../api/create-security-refresh.RequestSchema.json | 2 +-
.../api/create-security-refresh.StatusCodes.json | 48 +-
.../api/create-security-refresh.api.mdx | 35 +-
.../create-security-resources.RequestSchema.json | 19 +-
.../api/create-security-resources.StatusCodes.json | 77 +-
.../api/create-security-resources.api.mdx | 41 +-
...roles-by-role-id-permissions.ParamsDetails.json | 11 +-
...roles-by-role-id-permissions.RequestSchema.json | 25 +-
...y-roles-by-role-id-permissions.StatusCodes.json | 94 +-
...e-security-roles-by-role-id-permissions.api.mdx | 41 +-
.../api/create-security-roles.RequestSchema.json | 19 +-
.../api/create-security-roles.StatusCodes.json | 75 +-
.../api/create-security-roles.api.mdx | 41 +-
...-security-user-registrations.RequestSchema.json | 18 +-
...te-security-user-registrations.StatusCodes.json | 74 +-
.../api/create-security-user-registrations.api.mdx | 41 +-
.../api/create-security-users.RequestSchema.json | 68 +-
.../api/create-security-users.StatusCodes.json | 142 +-
.../api/create-security-users.api.mdx | 41 +-
.../create-tag-by-pk-favorites.ParamsDetails.json | 11 +-
.../create-tag-by-pk-favorites.RequestSchema.json | 2 +-
.../create-tag-by-pk-favorites.StatusCodes.json | 69 +-
.../api/create-tag-by-pk-favorites.api.mdx | 41 +-
.../version-6.1.0/api/css-templates.tag.mdx | 24 +-
.../version-6.1.0/api/current-user.tag.mdx | 14 +-
.../api/dashboard-filter-state.tag.mdx | 14 +-
.../api/dashboard-permanent-link.tag.mdx | 12 +-
.../version-6.1.0/api/dashboards.tag.mdx | 64 +-
.../version-6.1.0/api/database.tag.mdx | 68 +-
.../version-6.1.0/api/datasets.tag.mdx | 46 +-
.../version-6.1.0/api/datasources.tag.mdx | 12 +-
.../api/delete-a-chart.ParamsDetails.json | 11 +-
.../api/delete-a-chart.RequestSchema.json | 2 +-
.../api/delete-a-chart.StatusCodes.json | 83 +-
.../version-6.1.0/api/delete-a-chart.api.mdx | 41 +-
.../api/delete-a-css-template.ParamsDetails.json | 11 +-
.../api/delete-a-css-template.RequestSchema.json | 2 +-
.../api/delete-a-css-template.StatusCodes.json | 57 +-
.../api/delete-a-css-template.api.mdx | 41 +-
.../api/delete-a-dashboard.ParamsDetails.json | 11 +-
.../api/delete-a-dashboard.RequestSchema.json | 2 +-
.../api/delete-a-dashboard.StatusCodes.json | 83 +-
.../version-6.1.0/api/delete-a-dashboard.api.mdx | 41 +-
...oards-embedded-configuration.ParamsDetails.json | 12 +-
...oards-embedded-configuration.RequestSchema.json | 2 +-
...hboards-embedded-configuration.StatusCodes.json | 43 +-
...ete-a-dashboards-embedded-configuration.api.mdx | 33 +-
...ashboards-filter-state-value.ParamsDetails.json | 18 +-
...ashboards-filter-state-value.RequestSchema.json | 2 +-
...-dashboards-filter-state-value.StatusCodes.json | 86 +-
.../delete-a-dashboards-filter-state-value.api.mdx | 33 +-
.../api/delete-a-database.ParamsDetails.json | 11 +-
.../api/delete-a-database.RequestSchema.json | 2 +-
.../api/delete-a-database.StatusCodes.json | 83 +-
.../version-6.1.0/api/delete-a-database.api.mdx | 41 +-
.../api/delete-a-dataset-column.ParamsDetails.json | 19 +-
.../api/delete-a-dataset-column.RequestSchema.json | 2 +-
.../api/delete-a-dataset-column.StatusCodes.json | 83 +-
.../api/delete-a-dataset-column.api.mdx | 41 +-
.../api/delete-a-dataset-metric.ParamsDetails.json | 19 +-
.../api/delete-a-dataset-metric.RequestSchema.json | 2 +-
.../api/delete-a-dataset-metric.StatusCodes.json | 83 +-
.../api/delete-a-dataset-metric.api.mdx | 41 +-
.../api/delete-a-dataset.ParamsDetails.json | 11 +-
.../api/delete-a-dataset.RequestSchema.json | 2 +-
.../api/delete-a-dataset.StatusCodes.json | 83 +-
.../version-6.1.0/api/delete-a-dataset.api.mdx | 41 +-
.../api/delete-a-form-data.ParamsDetails.json | 12 +-
.../api/delete-a-form-data.RequestSchema.json | 2 +-
.../api/delete-a-form-data.StatusCodes.json | 86 +-
.../version-6.1.0/api/delete-a-form-data.api.mdx | 41 +-
.../delete-a-report-schedule.ParamsDetails.json | 12 +-
.../delete-a-report-schedule.RequestSchema.json | 2 +-
.../api/delete-a-report-schedule.StatusCodes.json | 71 +-
.../api/delete-a-report-schedule.api.mdx | 41 +-
.../api/delete-a-saved-query.ParamsDetails.json | 11 +-
.../api/delete-a-saved-query.RequestSchema.json | 2 +-
.../api/delete-a-saved-query.StatusCodes.json | 57 +-
.../version-6.1.0/api/delete-a-saved-query.api.mdx | 41 +-
.../api/delete-a-tag.ParamsDetails.json | 11 +-
.../api/delete-a-tag.RequestSchema.json | 2 +-
.../api/delete-a-tag.StatusCodes.json | 57 +-
.../version-6.1.0/api/delete-a-tag.api.mdx | 41 +-
.../api/delete-a-tagged-object.ParamsDetails.json | 23 +-
.../api/delete-a-tagged-object.RequestSchema.json | 2 +-
.../api/delete-a-tagged-object.StatusCodes.json | 83 +-
.../api/delete-a-tagged-object.api.mdx | 41 +-
.../api/delete-a-theme.ParamsDetails.json | 11 +-
.../api/delete-a-theme.RequestSchema.json | 2 +-
.../api/delete-a-theme.StatusCodes.json | 83 +-
.../version-6.1.0/api/delete-a-theme.api.mdx | 41 +-
.../api/delete-an-rls.ParamsDetails.json | 11 +-
.../api/delete-an-rls.RequestSchema.json | 2 +-
.../api/delete-an-rls.StatusCodes.json | 57 +-
.../version-6.1.0/api/delete-an-rls.api.mdx | 41 +-
...-pk-annotation-annotation-id.ParamsDetails.json | 19 +-
...-pk-annotation-annotation-id.RequestSchema.json | 2 +-
...er-pk-annotation-annotation-id.StatusCodes.json | 57 +-
...ation-layer-pk-annotation-annotation-id.api.mdx | 43 +-
...on-layer-annotation-layer-pk.ParamsDetails.json | 12 +-
...on-layer-annotation-layer-pk.RequestSchema.json | 2 +-
...tion-layer-annotation-layer-pk.StatusCodes.json | 57 +-
...te-annotation-layer-annotation-layer-pk.api.mdx | 41 +-
...n-layers-in-a-bulk-operation.ParamsDetails.json | 18 +-
...n-layers-in-a-bulk-operation.RequestSchema.json | 2 +-
...ion-layers-in-a-bulk-operation.StatusCodes.json | 69 +-
...e-annotation-layers-in-a-bulk-operation.api.mdx | 41 +-
...delete-security-groups-by-pk.ParamsDetails.json | 11 +-
...delete-security-groups-by-pk.RequestSchema.json | 2 +-
.../delete-security-groups-by-pk.StatusCodes.json | 57 +-
.../api/delete-security-groups-by-pk.api.mdx | 41 +-
...-permissions-resources-by-pk.ParamsDetails.json | 11 +-
...-permissions-resources-by-pk.RequestSchema.json | 2 +-
...ty-permissions-resources-by-pk.StatusCodes.json | 57 +-
...te-security-permissions-resources-by-pk.api.mdx | 41 +-
...ete-security-resources-by-pk.ParamsDetails.json | 11 +-
...ete-security-resources-by-pk.RequestSchema.json | 2 +-
...elete-security-resources-by-pk.StatusCodes.json | 57 +-
.../api/delete-security-resources-by-pk.api.mdx | 41 +-
.../delete-security-roles-by-pk.ParamsDetails.json | 11 +-
.../delete-security-roles-by-pk.RequestSchema.json | 2 +-
.../delete-security-roles-by-pk.StatusCodes.json | 57 +-
.../api/delete-security-roles-by-pk.api.mdx | 41 +-
...ity-user-registrations-by-pk.ParamsDetails.json | 11 +-
...ity-user-registrations-by-pk.RequestSchema.json | 2 +-
...urity-user-registrations-by-pk.StatusCodes.json | 57 +-
...elete-security-user-registrations-by-pk.api.mdx | 41 +-
.../delete-security-users-by-pk.ParamsDetails.json | 11 +-
.../delete-security-users-by-pk.RequestSchema.json | 2 +-
.../delete-security-users-by-pk.StatusCodes.json | 57 +-
.../api/delete-security-users-by-pk.api.mdx | 41 +-
.../delete-tag-by-pk-favorites.ParamsDetails.json | 11 +-
.../delete-tag-by-pk-favorites.RequestSchema.json | 2 +-
.../delete-tag-by-pk-favorites.StatusCodes.json | 69 +-
.../api/delete-tag-by-pk-favorites.api.mdx | 41 +-
...ated-dataset-s-as-a-zip-file.ParamsDetails.json | 18 +-
...ated-dataset-s-as-a-zip-file.RequestSchema.json | 2 +-
...ciated-dataset-s-as-a-zip-file.StatusCodes.json | 53 +-
...-and-associated-dataset-s-as-a-zip-file.api.mdx | 41 +-
...ultiple-charts-as-yaml-files.ParamsDetails.json | 18 +-
...ultiple-charts-as-yaml-files.RequestSchema.json | 2 +-
...-multiple-charts-as-yaml-files.StatusCodes.json | 65 +-
.../download-multiple-charts-as-yaml-files.api.mdx | 41 +-
...ple-dashboards-as-yaml-files.ParamsDetails.json | 18 +-
...ple-dashboards-as-yaml-files.RequestSchema.json | 2 +-
...tiple-dashboards-as-yaml-files.StatusCodes.json | 73 +-
...nload-multiple-dashboards-as-yaml-files.api.mdx | 41 +-
...tiple-datasets-as-yaml-files.ParamsDetails.json | 18 +-
...tiple-datasets-as-yaml-files.RequestSchema.json | 2 +-
...ultiple-datasets-as-yaml-files.StatusCodes.json | 61 +-
...ownload-multiple-datasets-as-yaml-files.api.mdx | 41 +-
...-saved-queries-as-yaml-files.ParamsDetails.json | 18 +-
...-saved-queries-as-yaml-files.RequestSchema.json | 2 +-
...le-saved-queries-as-yaml-files.StatusCodes.json | 65 +-
...ad-multiple-saved-queries-as-yaml-files.api.mdx | 41 +-
...ultiple-themes-as-yaml-files.ParamsDetails.json | 18 +-
...ultiple-themes-as-yaml-files.RequestSchema.json | 2 +-
...-multiple-themes-as-yaml-files.StatusCodes.json | 77 +-
.../download-multiple-themes-as-yaml-files.api.mdx | 41 +-
.../api/duplicate-a-dataset.RequestSchema.json | 22 +-
.../api/duplicate-a-dataset.StatusCodes.json | 113 +-
.../version-6.1.0/api/duplicate-a-dataset.api.mdx | 41 +-
.../version-6.1.0/api/embedded-dashboard.tag.mdx | 10 +-
...the-sql-query-execution-cost.RequestSchema.json | 48 +-
...e-the-sql-query-execution-cost.StatusCodes.json | 69 +-
.../estimate-the-sql-query-execution-cost.api.mdx | 41 +-
.../api/execute-a-sql-query.RequestSchema.json | 49 +-
.../api/execute-a-sql-query.StatusCodes.json | 205 +-
.../version-6.1.0/api/execute-a-sql-query.api.mdx | 41 +-
.../version-6.1.0/api/explore-form-data.tag.mdx | 16 +-
.../api/explore-permanent-link.tag.mdx | 12 +-
.../version-6.1.0/api/explore.tag.mdx | 10 +-
.../api/export-all-assets.RequestSchema.json | 2 +-
.../api/export-all-assets.StatusCodes.json | 53 +-
.../version-6.1.0/api/export-all-assets.api.mdx | 35 +-
...-dashboard-as-example-bundle.ParamsDetails.json | 24 +-
...-dashboard-as-example-bundle.RequestSchema.json | 2 +-
...rt-dashboard-as-example-bundle.StatusCodes.json | 67 +-
.../api/export-dashboard-as-example-bundle.api.mdx | 41 +-
...esults-to-csv-with-streaming.RequestSchema.json | 29 +-
...-results-to-csv-with-streaming.StatusCodes.json | 75 +-
...sql-query-results-to-csv-with-streaming.api.mdx | 41 +-
...e-sql-query-results-to-a-csv.ParamsDetails.json | 12 +-
...e-sql-query-results-to-a-csv.RequestSchema.json | 2 +-
...the-sql-query-results-to-a-csv.StatusCodes.json | 75 +-
.../export-the-sql-query-results-to-a-csv.api.mdx | 41 +-
.../api/format-sql-code.RequestSchema.json | 37 +-
.../api/format-sql-code.StatusCodes.json | 69 +-
.../version-6.1.0/api/format-sql-code.api.mdx | 41 +-
...t-a-chart-detail-information.ParamsDetails.json | 12 +-
...t-a-chart-detail-information.RequestSchema.json | 2 +-
...get-a-chart-detail-information.StatusCodes.json | 146 +-
.../api/get-a-chart-detail-information.api.mdx | 41 +-
...e-chart-pk-screenshot-digest.ParamsDetails.json | 17 +-
...e-chart-pk-screenshot-digest.RequestSchema.json | 2 +-
...che-chart-pk-screenshot-digest.StatusCodes.json | 63 +-
...t-from-cache-chart-pk-screenshot-digest.api.mdx | 41 +-
...shboard-pk-screenshot-digest.ParamsDetails.json | 22 +-
...shboard-pk-screenshot-digest.RequestSchema.json | 2 +-
...dashboard-pk-screenshot-digest.StatusCodes.json | 63 +-
...om-cache-dashboard-pk-screenshot-digest.api.mdx | 43 +-
.../api/get-a-css-template.ParamsDetails.json | 39 +-
.../api/get-a-css-template.RequestSchema.json | 2 +-
.../api/get-a-css-template.StatusCodes.json | 161 +-
.../version-6.1.0/api/get-a-css-template.api.mdx | 41 +-
...dashboard-detail-information.ParamsDetails.json | 12 +-
...dashboard-detail-information.RequestSchema.json | 2 +-
...a-dashboard-detail-information.StatusCodes.json | 230 +-
.../api/get-a-dashboard-detail-information.api.mdx | 41 +-
...dashboards-chart-definitions.ParamsDetails.json | 11 +-
...dashboards-chart-definitions.RequestSchema.json | 2 +-
...a-dashboards-chart-definitions.StatusCodes.json | 120 +-
.../api/get-a-dashboards-chart-definitions.api.mdx | 33 +-
...ashboards-filter-state-value.ParamsDetails.json | 17 +-
...ashboards-filter-state-value.RequestSchema.json | 2 +-
...-dashboards-filter-state-value.StatusCodes.json | 83 +-
.../get-a-dashboards-filter-state-value.api.mdx | 33 +-
...t-a-database-connection-info.ParamsDetails.json | 12 +-
...t-a-database-connection-info.RequestSchema.json | 2 +-
...get-a-database-connection-info.StatusCodes.json | 235 +-
.../api/get-a-database-connection-info.api.mdx | 41 +-
.../api/get-a-database.ParamsDetails.json | 12 +-
.../api/get-a-database.RequestSchema.json | 2 +-
.../api/get-a-database.StatusCodes.json | 59 +-
.../version-6.1.0/api/get-a-database.api.mdx | 41 +-
.../api/get-a-dataset.ParamsDetails.json | 46 +-
.../api/get-a-dataset.RequestSchema.json | 2 +-
.../api/get-a-dataset.StatusCodes.json | 327 +-
.../version-6.1.0/api/get-a-dataset.api.mdx | 41 +-
.../api/get-a-form-data.ParamsDetails.json | 11 +-
.../api/get-a-form-data.RequestSchema.json | 2 +-
.../api/get-a-form-data.StatusCodes.json | 86 +-
.../version-6.1.0/api/get-a-form-data.api.mdx | 41 +-
.../api/get-a-guest-token.RequestSchema.json | 61 +-
.../api/get-a-guest-token.StatusCodes.json | 55 +-
.../version-6.1.0/api/get-a-guest-token.api.mdx | 41 +-
...notation-layer-pk-annotation.ParamsDetails.json | 77 +-
...notation-layer-pk-annotation.RequestSchema.json | 2 +-
...annotation-layer-pk-annotation.StatusCodes.json | 123 +-
...n-layers-annotation-layer-pk-annotation.api.mdx | 41 +-
...tion-layers-annotation-layer.ParamsDetails.json | 70 +-
...tion-layers-annotation-layer.RequestSchema.json | 2 +-
...tation-layers-annotation-layer.StatusCodes.json | 169 +-
...t-of-annotation-layers-annotation-layer.api.mdx | 41 +-
.../api/get-a-list-of-charts.ParamsDetails.json | 70 +-
.../api/get-a-list-of-charts.RequestSchema.json | 2 +-
.../api/get-a-list-of-charts.StatusCodes.json | 260 +-
.../version-6.1.0/api/get-a-list-of-charts.api.mdx | 43 +-
.../get-a-list-of-css-templates.ParamsDetails.json | 70 +-
.../get-a-list-of-css-templates.RequestSchema.json | 2 +-
.../get-a-list-of-css-templates.StatusCodes.json | 166 +-
.../api/get-a-list-of-css-templates.api.mdx | 41 +-
.../get-a-list-of-dashboards.ParamsDetails.json | 70 +-
.../get-a-list-of-dashboards.RequestSchema.json | 2 +-
.../api/get-a-list-of-dashboards.StatusCodes.json | 71 +-
.../api/get-a-list-of-dashboards.api.mdx | 43 +-
.../api/get-a-list-of-databases.ParamsDetails.json | 70 +-
.../api/get-a-list-of-databases.RequestSchema.json | 2 +-
.../api/get-a-list-of-databases.StatusCodes.json | 194 +-
.../api/get-a-list-of-databases.api.mdx | 43 +-
.../api/get-a-list-of-datasets.ParamsDetails.json | 70 +-
.../api/get-a-list-of-datasets.RequestSchema.json | 2 +-
.../api/get-a-list-of-datasets.StatusCodes.json | 195 +-
.../api/get-a-list-of-datasets.api.mdx | 43 +-
.../api/get-a-list-of-logs.ParamsDetails.json | 70 +-
.../api/get-a-list-of-logs.RequestSchema.json | 2 +-
.../api/get-a-list-of-logs.StatusCodes.json | 163 +-
.../version-6.1.0/api/get-a-list-of-logs.api.mdx | 43 +-
...hanged-after-last-updated-ms.ParamsDetails.json | 19 +-
...hanged-after-last-updated-ms.RequestSchema.json | 2 +-
...-changed-after-last-updated-ms.StatusCodes.json | 151 +-
...ries-that-changed-after-last-updated-ms.api.mdx | 41 +-
.../api/get-a-list-of-queries.ParamsDetails.json | 70 +-
.../api/get-a-list-of-queries.RequestSchema.json | 2 +-
.../api/get-a-list-of-queries.StatusCodes.json | 160 +-
.../api/get-a-list-of-queries.api.mdx | 43 +-
...list-of-report-schedule-logs.ParamsDetails.json | 77 +-
...list-of-report-schedule-logs.RequestSchema.json | 2 +-
...a-list-of-report-schedule-logs.StatusCodes.json | 112 +-
.../api/get-a-list-of-report-schedule-logs.api.mdx | 41 +-
...t-a-list-of-report-schedules.ParamsDetails.json | 70 +-
...t-a-list-of-report-schedules.RequestSchema.json | 2 +-
...get-a-list-of-report-schedules.StatusCodes.json | 208 +-
.../api/get-a-list-of-report-schedules.api.mdx | 41 +-
.../api/get-a-list-of-rls.ParamsDetails.json | 70 +-
.../api/get-a-list-of-rls.RequestSchema.json | 2 +-
.../api/get-a-list-of-rls.StatusCodes.json | 191 +-
.../version-6.1.0/api/get-a-list-of-rls.api.mdx | 41 +-
.../get-a-list-of-saved-queries.ParamsDetails.json | 70 +-
.../get-a-list-of-saved-queries.RequestSchema.json | 2 +-
.../get-a-list-of-saved-queries.StatusCodes.json | 209 +-
.../api/get-a-list-of-saved-queries.api.mdx | 41 +-
...of-tables-for-given-database.ParamsDetails.json | 30 +-
...of-tables-for-given-database.RequestSchema.json | 2 +-
...t-of-tables-for-given-database.StatusCodes.json | 105 +-
...get-a-list-of-tables-for-given-database.api.mdx | 41 +-
.../api/get-a-list-of-tags.ParamsDetails.json | 70 +-
.../api/get-a-list-of-tags.RequestSchema.json | 2 +-
.../api/get-a-list-of-tags.StatusCodes.json | 161 +-
.../version-6.1.0/api/get-a-list-of-tags.api.mdx | 43 +-
.../api/get-a-list-of-themes.ParamsDetails.json | 70 +-
.../api/get-a-list-of-themes.RequestSchema.json | 2 +-
.../api/get-a-list-of-themes.StatusCodes.json | 175 +-
.../version-6.1.0/api/get-a-list-of-themes.api.mdx | 41 +-
...get-a-log-detail-information.ParamsDetails.json | 39 +-
...get-a-log-detail-information.RequestSchema.json | 2 +-
.../get-a-log-detail-information.StatusCodes.json | 167 +-
.../api/get-a-log-detail-information.api.mdx | 41 +-
...-log-embedded-dashboard-uuid.ParamsDetails.json | 42 +-
...-log-embedded-dashboard-uuid.RequestSchema.json | 2 +-
...le-log-embedded-dashboard-uuid.StatusCodes.json | 89 +-
...rt-schedule-log-embedded-dashboard-uuid.api.mdx | 41 +-
...ule-log-report-pk-log-log-id.ParamsDetails.json | 47 +-
...ule-log-report-pk-log-log-id.RequestSchema.json | 2 +-
...edule-log-report-pk-log-log-id.StatusCodes.json | 124 +-
...eport-schedule-log-report-pk-log-log-id.api.mdx | 41 +-
.../api/get-a-report-schedule.ParamsDetails.json | 39 +-
.../api/get-a-report-schedule.RequestSchema.json | 2 +-
.../api/get-a-report-schedule.StatusCodes.json | 266 +-
.../api/get-a-report-schedule.api.mdx | 41 +-
.../api/get-a-saved-query.ParamsDetails.json | 39 +-
.../api/get-a-saved-query.RequestSchema.json | 2 +-
.../api/get-a-saved-query.StatusCodes.json | 194 +-
.../version-6.1.0/api/get-a-saved-query.api.mdx | 41 +-
...get-a-tag-detail-information.ParamsDetails.json | 39 +-
...get-a-tag-detail-information.RequestSchema.json | 2 +-
.../get-a-tag-detail-information.StatusCodes.json | 163 +-
.../api/get-a-tag-detail-information.api.mdx | 41 +-
.../api/get-a-theme.ParamsDetails.json | 39 +-
.../api/get-a-theme.RequestSchema.json | 2 +-
.../version-6.1.0/api/get-a-theme.StatusCodes.json | 173 +-
.../version-6.1.0/api/get-a-theme.api.mdx | 41 +-
.../get-all-available-domains.RequestSchema.json | 2 +-
.../api/get-all-available-domains.StatusCodes.json | 51 +-
.../api/get-all-available-domains.api.mdx | 35 +-
...all-catalogs-from-a-database.ParamsDetails.json | 25 +-
...all-catalogs-from-a-database.RequestSchema.json | 2 +-
...t-all-catalogs-from-a-database.StatusCodes.json | 78 +-
.../api/get-all-catalogs-from-a-database.api.mdx | 41 +-
...bjects-associated-with-a-tag.ParamsDetails.json | 11 +-
...bjects-associated-with-a-tag.RequestSchema.json | 2 +-
...-objects-associated-with-a-tag.StatusCodes.json | 120 +-
.../get-all-objects-associated-with-a-tag.api.mdx | 41 +-
...-all-schemas-from-a-database.ParamsDetails.json | 29 +-
...-all-schemas-from-a-database.RequestSchema.json | 2 +-
...et-all-schemas-from-a-database.StatusCodes.json | 78 +-
.../api/get-all-schemas-from-a-database.api.mdx | 41 +-
...-pk-annotation-annotation-id.ParamsDetails.json | 47 +-
...-pk-annotation-annotation-id.RequestSchema.json | 2 +-
...er-pk-annotation-annotation-id.StatusCodes.json | 130 +-
...ation-layer-pk-annotation-annotation-id.api.mdx | 43 +-
...on-layer-annotation-layer-pk.ParamsDetails.json | 39 +-
...on-layer-annotation-layer-pk.RequestSchema.json | 2 +-
...tion-layer-annotation-layer-pk.StatusCodes.json | 135 +-
...an-annotation-layer-annotation-layer-pk.api.mdx | 41 +-
.../api/get-an-rls.ParamsDetails.json | 39 +-
.../api/get-an-rls.RequestSchema.json | 2 +-
.../version-6.1.0/api/get-an-rls.StatusCodes.json | 182 +-
.../version-6.1.0/api/get-an-rls.api.mdx | 41 +-
.../get-api-by-version-openapi.ParamsDetails.json | 11 +-
.../get-api-by-version-openapi.RequestSchema.json | 2 +-
.../get-api-by-version-openapi.StatusCodes.json | 37 +-
.../api/get-api-by-version-openapi.api.mdx | 41 +-
.../api/get-chart-thumbnail.ParamsDetails.json | 18 +-
.../api/get-chart-thumbnail.RequestSchema.json | 2 +-
.../api/get-chart-thumbnail.StatusCodes.json | 64 +-
.../version-6.1.0/api/get-chart-thumbnail.api.mdx | 41 +-
...unt-associated-to-a-database.ParamsDetails.json | 11 +-
...unt-associated-to-a-database.RequestSchema.json | 2 +-
...count-associated-to-a-database.StatusCodes.json | 103 +-
...shboards-count-associated-to-a-database.api.mdx | 41 +-
...ount-associated-to-a-dataset.ParamsDetails.json | 11 +-
...ount-associated-to-a-dataset.RequestSchema.json | 2 +-
...-count-associated-to-a-dataset.StatusCodes.json | 103 +-
...ashboards-count-associated-to-a-dataset.api.mdx | 41 +-
...-charts-permanent-link-state.ParamsDetails.json | 11 +-
...-charts-permanent-link-state.RequestSchema.json | 2 +-
...et-charts-permanent-link-state.StatusCodes.json | 83 +-
.../api/get-charts-permanent-link-state.api.mdx | 33 +-
.../api/get-dashboards-datasets.ParamsDetails.json | 12 +-
.../api/get-dashboards-datasets.RequestSchema.json | 2 +-
.../api/get-dashboards-datasets.StatusCodes.json | 166 +-
.../api/get-dashboards-datasets.api.mdx | 33 +-
...hboards-permanent-link-state.ParamsDetails.json | 11 +-
...hboards-permanent-link-state.RequestSchema.json | 2 +-
...ashboards-permanent-link-state.StatusCodes.json | 83 +-
.../get-dashboards-permanent-link-state.api.mdx | 33 +-
.../api/get-dashboards-tabs.ParamsDetails.json | 12 +-
.../api/get-dashboards-tabs.RequestSchema.json | 2 +-
.../api/get-dashboards-tabs.StatusCodes.json | 102 +-
.../version-6.1.0/api/get-dashboards-tabs.api.mdx | 33 +-
.../get-dashboards-thumbnail.ParamsDetails.json | 18 +-
.../get-dashboards-thumbnail.RequestSchema.json | 2 +-
.../api/get-dashboards-thumbnail.StatusCodes.json | 76 +-
.../api/get-dashboards-thumbnail.api.mdx | 35 +-
...-star-table-name-schema-name.ParamsDetails.json | 26 +-
...-star-table-name-schema-name.RequestSchema.json | 2 +-
...ct-star-table-name-schema-name.StatusCodes.json | 84 +-
...e-pk-select-star-table-name-schema-name.api.mdx | 43 +-
...se-pk-select-star-table-name.ParamsDetails.json | 26 +-
...se-pk-select-star-table-name.RequestSchema.json | 2 +-
...base-pk-select-star-table-name.StatusCodes.json | 84 +-
...able-database-pk-select-star-table-name.api.mdx | 43 +-
.../get-database-table-metadata.ParamsDetails.json | 26 +-
.../get-database-table-metadata.RequestSchema.json | 2 +-
.../get-database-table-metadata.StatusCodes.json | 227 +-
.../api/get-database-table-metadata.api.mdx | 41 +-
.../api/get-dataset-drill-info.ParamsDetails.json | 12 +-
.../api/get-dataset-drill-info.RequestSchema.json | 2 +-
.../api/get-dataset-drill-info.StatusCodes.json | 83 +-
.../api/get-dataset-drill-info.api.mdx | 41 +-
...dataset-distinct-column-name.ParamsDetails.json | 32 +-
...dataset-distinct-column-name.RequestSchema.json | 2 +-
...a-dataset-distinct-column-name.StatusCodes.json | 88 +-
...field-data-dataset-distinct-column-name.api.mdx | 43 +-
...a-query-distinct-column-name.ParamsDetails.json | 32 +-
...a-query-distinct-column-name.RequestSchema.json | 2 +-
...ata-query-distinct-column-name.StatusCodes.json | 88 +-
...m-field-data-query-distinct-column-name.api.mdx | 41 +-
...d-query-distinct-column-name.ParamsDetails.json | 32 +-
...d-query-distinct-column-name.RequestSchema.json | 2 +-
...ved-query-distinct-column-name.StatusCodes.json | 88 +-
...d-data-saved-query-distinct-column-name.api.mdx | 43 +-
...rations-distinct-column-name.ParamsDetails.json | 32 +-
...rations-distinct-column-name.RequestSchema.json | 2 +-
...strations-distinct-column-name.StatusCodes.json | 88 +-
...user-registrations-distinct-column-name.api.mdx | 43 +-
...ames-supported-by-a-database.ParamsDetails.json | 11 +-
...ames-supported-by-a-database.RequestSchema.json | 2 +-
...-names-supported-by-a-database.StatusCodes.json | 63 +-
...-function-names-supported-by-a-database.api.mdx | 41 +-
.../version-6.1.0/api/get-menu.RequestSchema.json | 2 +-
.../version-6.1.0/api/get-menu.StatusCodes.json | 69 +-
.../version-6.1.0/api/get-menu.api.mdx | 35 +-
...tion-about-tag-api-endpoints.ParamsDetails.json | 54 +-
...tion-about-tag-api-endpoints.RequestSchema.json | 2 +-
...mation-about-tag-api-endpoints.StatusCodes.json | 101 +-
...ata-information-about-tag-api-endpoints.api.mdx | 41 +-
...source-annotation-layer-info.ParamsDetails.json | 54 +-
...source-annotation-layer-info.RequestSchema.json | 2 +-
...resource-annotation-layer-info.StatusCodes.json | 101 +-
...this-api-resource-annotation-layer-info.api.mdx | 43 +-
...this-api-resource-chart-info.ParamsDetails.json | 54 +-
...this-api-resource-chart-info.RequestSchema.json | 2 +-
...t-this-api-resource-chart-info.StatusCodes.json | 101 +-
...tion-about-this-api-resource-chart-info.api.mdx | 41 +-
...i-resource-css-template-info.ParamsDetails.json | 54 +-
...i-resource-css-template-info.RequestSchema.json | 2 +-
...api-resource-css-template-info.StatusCodes.json | 101 +-
...out-this-api-resource-css-template-info.api.mdx | 43 +-
...-api-resource-dashboard-info.ParamsDetails.json | 54 +-
...-api-resource-dashboard-info.RequestSchema.json | 2 +-
...is-api-resource-dashboard-info.StatusCodes.json | 101 +-
...-about-this-api-resource-dashboard-info.api.mdx | 43 +-
...s-api-resource-database-info.ParamsDetails.json | 54 +-
...s-api-resource-database-info.RequestSchema.json | 2 +-
...his-api-resource-database-info.StatusCodes.json | 101 +-
...n-about-this-api-resource-database-info.api.mdx | 41 +-
...is-api-resource-dataset-info.ParamsDetails.json | 54 +-
...is-api-resource-dataset-info.RequestSchema.json | 2 +-
...this-api-resource-dataset-info.StatusCodes.json | 101 +-
...on-about-this-api-resource-dataset-info.api.mdx | 41 +-
...his-api-resource-report-info.ParamsDetails.json | 54 +-
...his-api-resource-report-info.RequestSchema.json | 2 +-
...-this-api-resource-report-info.StatusCodes.json | 101 +-
...ion-about-this-api-resource-report-info.api.mdx | 41 +-
...source-rowlevelsecurity-info.ParamsDetails.json | 54 +-
...source-rowlevelsecurity-info.RequestSchema.json | 2 +-
...resource-rowlevelsecurity-info.StatusCodes.json | 101 +-
...this-api-resource-rowlevelsecurity-info.api.mdx | 43 +-
...pi-resource-saved-query-info.ParamsDetails.json | 54 +-
...pi-resource-saved-query-info.RequestSchema.json | 2 +-
...-api-resource-saved-query-info.StatusCodes.json | 101 +-
...bout-this-api-resource-saved-query-info.api.mdx | 43 +-
...this-api-resource-theme-info.ParamsDetails.json | 54 +-
...this-api-resource-theme-info.RequestSchema.json | 2 +-
...t-this-api-resource-theme-info.StatusCodes.json | 101 +-
...tion-about-this-api-resource-theme-info.api.mdx | 41 +-
...atabases-currently-available.RequestSchema.json | 2 +-
...-databases-currently-available.StatusCodes.json | 104 +-
...-names-of-databases-currently-available.api.mdx | 35 +-
...ink-state-for-sql-lab-editor.ParamsDetails.json | 11 +-
...ink-state-for-sql-lab-editor.RequestSchema.json | 2 +-
...-link-state-for-sql-lab-editor.StatusCodes.json | 83 +-
...permanent-link-state-for-sql-lab-editor.api.mdx | 41 +-
...lues-for-a-datasource-column.ParamsDetails.json | 26 +-
...lues-for-a-datasource-column.RequestSchema.json | 2 +-
...values-for-a-datasource-column.StatusCodes.json | 96 +-
...possible-values-for-a-datasource-column.api.mdx | 41 +-
...get-query-detail-information.ParamsDetails.json | 39 +-
...get-query-detail-information.RequestSchema.json | 2 +-
.../get-query-detail-information.StatusCodes.json | 218 +-
.../api/get-query-detail-information.api.mdx | 41 +-
...ent-activity-data-for-a-user.ParamsDetails.json | 30 +-
...ent-activity-data-for-a-user.RequestSchema.json | 2 +-
...ecent-activity-data-for-a-user.StatusCodes.json | 105 +-
.../get-recent-activity-data-for-a-user.api.mdx | 41 +-
...on-layer-related-column-name.ParamsDetails.json | 32 +-
...on-layer-related-column-name.RequestSchema.json | 2 +-
...tion-layer-related-column-name.StatusCodes.json | 96 +-
...ta-annotation-layer-related-column-name.api.mdx | 41 +-
...ta-chart-related-column-name.ParamsDetails.json | 32 +-
...ta-chart-related-column-name.RequestSchema.json | 2 +-
...data-chart-related-column-name.StatusCodes.json | 96 +-
...d-fields-data-chart-related-column-name.api.mdx | 41 +-
...template-related-column-name.ParamsDetails.json | 32 +-
...template-related-column-name.RequestSchema.json | 2 +-
...s-template-related-column-name.StatusCodes.json | 96 +-
...s-data-css-template-related-column-name.api.mdx | 41 +-
...ashboard-related-column-name.ParamsDetails.json | 32 +-
...ashboard-related-column-name.RequestSchema.json | 2 +-
...-dashboard-related-column-name.StatusCodes.json | 96 +-
...elds-data-dashboard-related-column-name.api.mdx | 41 +-
...database-related-column-name.ParamsDetails.json | 32 +-
...database-related-column-name.RequestSchema.json | 2 +-
...a-database-related-column-name.StatusCodes.json | 96 +-
...ields-data-database-related-column-name.api.mdx | 41 +-
...-dataset-related-column-name.ParamsDetails.json | 32 +-
...-dataset-related-column-name.RequestSchema.json | 2 +-
...ta-dataset-related-column-name.StatusCodes.json | 96 +-
...fields-data-dataset-related-column-name.api.mdx | 41 +-
...ta-query-related-column-name.ParamsDetails.json | 32 +-
...ta-query-related-column-name.RequestSchema.json | 2 +-
...data-query-related-column-name.StatusCodes.json | 96 +-
...d-fields-data-query-related-column-name.api.mdx | 41 +-
...a-report-related-column-name.ParamsDetails.json | 32 +-
...a-report-related-column-name.RequestSchema.json | 2 +-
...ata-report-related-column-name.StatusCodes.json | 96 +-
...-fields-data-report-related-column-name.api.mdx | 41 +-
...security-related-column-name.ParamsDetails.json | 32 +-
...security-related-column-name.RequestSchema.json | 2 +-
...elsecurity-related-column-name.StatusCodes.json | 96 +-
...ta-rowlevelsecurity-related-column-name.api.mdx | 41 +-
...ed-query-related-column-name.ParamsDetails.json | 32 +-
...ed-query-related-column-name.RequestSchema.json | 2 +-
...aved-query-related-column-name.StatusCodes.json | 96 +-
...ds-data-saved-query-related-column-name.api.mdx | 41 +-
...trations-related-column-name.ParamsDetails.json | 32 +-
...trations-related-column-name.RequestSchema.json | 2 +-
...istrations-related-column-name.StatusCodes.json | 96 +-
...-user-registrations-related-column-name.api.mdx | 43 +-
...data-tag-related-column-name.ParamsDetails.json | 32 +-
...data-tag-related-column-name.RequestSchema.json | 2 +-
...s-data-tag-related-column-name.StatusCodes.json | 96 +-
...ted-fields-data-tag-related-column-name.api.mdx | 41 +-
...ta-theme-related-column-name.ParamsDetails.json | 32 +-
...ta-theme-related-column-name.RequestSchema.json | 2 +-
...data-theme-related-column-name.StatusCodes.json | 96 +-
...d-fields-data-theme-related-column-name.api.mdx | 41 +-
.../get-security-groups-by-pk.ParamsDetails.json | 39 +-
.../get-security-groups-by-pk.RequestSchema.json | 2 +-
.../api/get-security-groups-by-pk.StatusCodes.json | 164 +-
.../api/get-security-groups-by-pk.api.mdx | 41 +-
.../get-security-groups-info.ParamsDetails.json | 54 +-
.../get-security-groups-info.RequestSchema.json | 2 +-
.../api/get-security-groups-info.StatusCodes.json | 101 +-
.../api/get-security-groups-info.api.mdx | 41 +-
.../api/get-security-groups.ParamsDetails.json | 70 +-
.../api/get-security-groups.RequestSchema.json | 2 +-
.../api/get-security-groups.StatusCodes.json | 164 +-
.../version-6.1.0/api/get-security-groups.api.mdx | 41 +-
...t-security-permissions-by-pk.ParamsDetails.json | 39 +-
...t-security-permissions-by-pk.RequestSchema.json | 2 +-
...get-security-permissions-by-pk.StatusCodes.json | 131 +-
.../api/get-security-permissions-by-pk.api.mdx | 41 +-
...et-security-permissions-info.ParamsDetails.json | 54 +-
...et-security-permissions-info.RequestSchema.json | 2 +-
.../get-security-permissions-info.StatusCodes.json | 101 +-
.../api/get-security-permissions-info.api.mdx | 41 +-
...-permissions-resources-by-pk.ParamsDetails.json | 39 +-
...-permissions-resources-by-pk.RequestSchema.json | 2 +-
...ty-permissions-resources-by-pk.StatusCodes.json | 145 +-
...et-security-permissions-resources-by-pk.api.mdx | 41 +-
...y-permissions-resources-info.ParamsDetails.json | 54 +-
...y-permissions-resources-info.RequestSchema.json | 2 +-
...ity-permissions-resources-info.StatusCodes.json | 101 +-
...get-security-permissions-resources-info.api.mdx | 41 +-
...curity-permissions-resources.ParamsDetails.json | 70 +-
...curity-permissions-resources.RequestSchema.json | 2 +-
...security-permissions-resources.StatusCodes.json | 150 +-
.../api/get-security-permissions-resources.api.mdx | 41 +-
.../get-security-permissions.ParamsDetails.json | 70 +-
.../get-security-permissions.RequestSchema.json | 2 +-
.../api/get-security-permissions.StatusCodes.json | 136 +-
.../api/get-security-permissions.api.mdx | 41 +-
...get-security-resources-by-pk.ParamsDetails.json | 39 +-
...get-security-resources-by-pk.RequestSchema.json | 2 +-
.../get-security-resources-by-pk.StatusCodes.json | 131 +-
.../api/get-security-resources-by-pk.api.mdx | 41 +-
.../get-security-resources-info.ParamsDetails.json | 54 +-
.../get-security-resources-info.RequestSchema.json | 2 +-
.../get-security-resources-info.StatusCodes.json | 101 +-
.../api/get-security-resources-info.api.mdx | 41 +-
.../api/get-security-resources.ParamsDetails.json | 70 +-
.../api/get-security-resources.RequestSchema.json | 2 +-
.../api/get-security-resources.StatusCodes.json | 136 +-
.../api/get-security-resources.api.mdx | 41 +-
.../get-security-roles-by-pk.ParamsDetails.json | 39 +-
.../get-security-roles-by-pk.RequestSchema.json | 2 +-
.../api/get-security-roles-by-pk.StatusCodes.json | 131 +-
.../api/get-security-roles-by-pk.api.mdx | 41 +-
...roles-by-role-id-permissions.ParamsDetails.json | 11 +-
...roles-by-role-id-permissions.RequestSchema.json | 2 +-
...y-roles-by-role-id-permissions.StatusCodes.json | 94 +-
...t-security-roles-by-role-id-permissions.api.mdx | 41 +-
.../api/get-security-roles-info.ParamsDetails.json | 54 +-
.../api/get-security-roles-info.RequestSchema.json | 2 +-
.../api/get-security-roles-info.StatusCodes.json | 101 +-
.../api/get-security-roles-info.api.mdx | 41 +-
.../api/get-security-roles.ParamsDetails.json | 70 +-
.../api/get-security-roles.RequestSchema.json | 2 +-
.../api/get-security-roles.StatusCodes.json | 136 +-
.../version-6.1.0/api/get-security-roles.api.mdx | 41 +-
...ity-user-registrations-by-pk.ParamsDetails.json | 39 +-
...ity-user-registrations-by-pk.RequestSchema.json | 2 +-
...urity-user-registrations-by-pk.StatusCodes.json | 127 +-
.../get-security-user-registrations-by-pk.api.mdx | 41 +-
...rity-user-registrations-info.ParamsDetails.json | 54 +-
...rity-user-registrations-info.RequestSchema.json | 2 +-
...curity-user-registrations-info.StatusCodes.json | 101 +-
.../get-security-user-registrations-info.api.mdx | 41 +-
...-security-user-registrations.ParamsDetails.json | 70 +-
...-security-user-registrations.RequestSchema.json | 2 +-
...et-security-user-registrations.StatusCodes.json | 149 +-
.../api/get-security-user-registrations.api.mdx | 41 +-
.../get-security-users-by-pk.ParamsDetails.json | 39 +-
.../get-security-users-by-pk.RequestSchema.json | 2 +-
.../api/get-security-users-by-pk.StatusCodes.json | 202 +-
.../api/get-security-users-by-pk.api.mdx | 41 +-
.../api/get-security-users-info.ParamsDetails.json | 54 +-
.../api/get-security-users-info.RequestSchema.json | 2 +-
.../api/get-security-users-info.StatusCodes.json | 101 +-
.../api/get-security-users-info.api.mdx | 41 +-
.../api/get-security-users.ParamsDetails.json | 70 +-
.../api/get-security-users.RequestSchema.json | 2 +-
.../api/get-security-users.StatusCodes.json | 195 +-
.../version-6.1.0/api/get-security-users.api.mdx | 41 +-
.../api/get-slack-channels.ParamsDetails.json | 35 +-
.../api/get-slack-channels.RequestSchema.json | 2 +-
.../api/get-slack-channels.StatusCodes.json | 94 +-
.../version-6.1.0/api/get-slack-channels.api.mdx | 41 +-
...extra-table-name-schema-name.ParamsDetails.json | 26 +-
...extra-table-name-schema-name.RequestSchema.json | 2 +-
...e-extra-table-name-schema-name.StatusCodes.json | 86 +-
...e-pk-table-extra-table-name-schema-name.api.mdx | 43 +-
...base-pk-table-metadata-extra.ParamsDetails.json | 31 +-
...base-pk-table-metadata-extra.RequestSchema.json | 2 +-
...tabase-pk-table-metadata-extra.StatusCodes.json | 62 +-
...tadata-database-pk-table-metadata-extra.api.mdx | 41 +-
.../api/get-table-metadata.ParamsDetails.json | 31 +-
.../api/get-table-metadata.RequestSchema.json | 2 +-
.../api/get-table-metadata.StatusCodes.json | 62 +-
.../version-6.1.0/api/get-table-metadata.api.mdx | 41 +-
.../api/get-tag-favorite-status.ParamsDetails.json | 18 +-
.../api/get-tag-favorite-status.RequestSchema.json | 2 +-
.../api/get-tag-favorite-status.StatusCodes.json | 86 +-
.../api/get-tag-favorite-status.api.mdx | 41 +-
...tstrap-data-for-sql-lab-page.RequestSchema.json | 2 +-
...ootstrap-data-for-sql-lab-page.StatusCodes.json | 278 +-
...get-the-bootstrap-data-for-sql-lab-page.api.mdx | 33 +-
.../api/get-the-csrf-token.RequestSchema.json | 2 +-
.../api/get-the-csrf-token.StatusCodes.json | 43 +-
.../version-6.1.0/api/get-the-csrf-token.api.mdx | 35 +-
...oards-embedded-configuration.ParamsDetails.json | 12 +-
...oards-embedded-configuration.RequestSchema.json | 2 +-
...hboards-embedded-configuration.StatusCodes.json | 74 +-
...t-the-dashboards-embedded-configuration.api.mdx | 33 +-
...ult-of-a-sql-query-execution.ParamsDetails.json | 19 +-
...ult-of-a-sql-query-execution.RequestSchema.json | 2 +-
...esult-of-a-sql-query-execution.StatusCodes.json | 224 +-
...get-the-result-of-a-sql-query-execution.api.mdx | 41 +-
.../api/get-the-user-avatar.ParamsDetails.json | 12 +-
.../api/get-the-user-avatar.RequestSchema.json | 2 +-
.../api/get-the-user-avatar.StatusCodes.json | 32 +-
.../version-6.1.0/api/get-the-user-avatar.api.mdx | 41 +-
.../api/get-the-user-object.RequestSchema.json | 2 +-
.../api/get-the-user-object.StatusCodes.json | 55 +-
.../version-6.1.0/api/get-the-user-object.api.mdx | 35 +-
.../api/get-the-user-roles.RequestSchema.json | 2 +-
.../api/get-the-user-roles.StatusCodes.json | 55 +-
.../version-6.1.0/api/get-the-user-roles.api.mdx | 35 +-
...iated-datasets-and-databases.RequestSchema.json | 41 +-
...ociated-datasets-and-databases.StatusCodes.json | 67 +-
...-with-associated-datasets-and-databases.api.mdx | 41 +-
...ed-charts-datasets-databases.RequestSchema.json | 41 +-
...ated-charts-datasets-databases.StatusCodes.json | 67 +-
...th-associated-charts-datasets-databases.api.mdx | 41 +-
...e-s-with-associated-datasets.RequestSchema.json | 41 +-
...ase-s-with-associated-datasets.StatusCodes.json | 67 +-
...ort-database-s-with-associated-datasets.api.mdx | 41 +-
...-s-with-associated-databases.RequestSchema.json | 49 +-
...et-s-with-associated-databases.StatusCodes.json | 67 +-
...ort-dataset-s-with-associated-databases.api.mdx | 41 +-
.../version-6.1.0/api/import-export.tag.mdx | 10 +-
.../api/import-multiple-assets.RequestSchema.json | 41 +-
.../api/import-multiple-assets.StatusCodes.json | 67 +-
.../api/import-multiple-assets.api.mdx | 41 +-
...es-with-associated-databases.RequestSchema.json | 41 +-
...ries-with-associated-databases.StatusCodes.json | 67 +-
...saved-queries-with-associated-databases.api.mdx | 41 +-
...mport-themes-from-a-zip-file.RequestSchema.json | 18 +-
.../import-themes-from-a-zip-file.StatusCodes.json | 67 +-
.../api/import-themes-from-a-zip-file.api.mdx | 41 +-
...-remove-the-database-records.RequestSchema.json | 63 +-
...nd-remove-the-database-records.StatusCodes.json | 32 +-
...records-and-remove-the-database-records.api.mdx | 41 +-
.../api/list-roles.ParamsDetails.json | 39 +-
.../api/list-roles.RequestSchema.json | 2 +-
.../version-6.1.0/api/list-roles.StatusCodes.json | 64 +-
.../version-6.1.0/api/list-roles.api.mdx | 41 +-
.../version-6.1.0/api/log-rest-api.tag.mdx | 16 +-
...-stop-a-query-with-client-id.RequestSchema.json | 18 +-
...ly-stop-a-query-with-client-id.StatusCodes.json | 69 +-
.../manually-stop-a-query-with-client-id.api.mdx | 41 +-
...avorite-for-the-current-user.ParamsDetails.json | 11 +-
...avorite-for-the-current-user.RequestSchema.json | 2 +-
...-favorite-for-the-current-user.StatusCodes.json | 57 +-
...-chart-as-favorite-for-the-current-user.api.mdx | 41 +-
...avorite-for-the-current-user.ParamsDetails.json | 11 +-
...avorite-for-the-current-user.RequestSchema.json | 2 +-
...-favorite-for-the-current-user.StatusCodes.json | 57 +-
...hboard-as-favorite-for-the-current-user.api.mdx | 41 +-
.../version-6.1.0/api/menu.tag.mdx | 10 +-
.../version-6.1.0/api/open-api.tag.mdx | 10 +-
.../version-6.1.0/api/queries.tag.mdx | 42 +-
...ns-for-a-database-connection.ParamsDetails.json | 12 +-
...ns-for-a-database-connection.RequestSchema.json | 2 +-
...ions-for-a-database-connection.StatusCodes.json | 69 +-
...l-permissions-for-a-database-connection.api.mdx | 41 +-
...f-of-the-redis-events-stream.ParamsDetails.json | 11 +-
...f-of-the-redis-events-stream.RequestSchema.json | 2 +-
...off-of-the-redis-events-stream.StatusCodes.json | 74 +-
.../read-off-of-the-redis-events-stream.api.mdx | 39 +-
...-access-tokens-from-o-auth-2.ParamsDetails.json | 9 +-
...-access-tokens-from-o-auth-2.RequestSchema.json | 2 +-
...al-access-tokens-from-o-auth-2.StatusCodes.json | 49 +-
...ve-personal-access-tokens-from-o-auth-2.api.mdx | 41 +-
...-update-columns-of-a-dataset.ParamsDetails.json | 11 +-
...-update-columns-of-a-dataset.RequestSchema.json | 2 +-
...nd-update-columns-of-a-dataset.StatusCodes.json | 83 +-
...refresh-and-update-columns-of-a-dataset.api.mdx | 41 +-
...-from-the-user-favorite-list.ParamsDetails.json | 11 +-
...-from-the-user-favorite-list.RequestSchema.json | 2 +-
...rt-from-the-user-favorite-list.StatusCodes.json | 57 +-
...e-the-chart-from-the-user-favorite-list.api.mdx | 41 +-
...-from-the-user-favorite-list.ParamsDetails.json | 11 +-
...-from-the-user-favorite-list.RequestSchema.json | 2 +-
...rd-from-the-user-favorite-list.StatusCodes.json | 57 +-
...e-dashboard-from-the-user-favorite-list.api.mdx | 41 +-
.../version-6.1.0/api/report-schedules.tag.mdx | 30 +-
...eate-it-if-it-does-not-exist.RequestSchema.json | 52 +-
...create-it-if-it-does-not-exist.StatusCodes.json | 72 +-
...-name-or-create-it-if-it-does-not-exist.api.mdx | 41 +-
...vailable-advanced-data-types.RequestSchema.json | 2 +-
...-available-advanced-data-types.StatusCodes.json | 73 +-
...a-list-of-available-advanced-data-types.api.mdx | 35 +-
...-advanced-data-type-response.ParamsDetails.json | 26 +-
...-advanced-data-type-response.RequestSchema.json | 2 +-
...an-advanced-data-type-response.StatusCodes.json | 106 +-
.../return-an-advanced-data-type-response.api.mdx | 41 +-
...ad-data-response-for-a-chart.ParamsDetails.json | 30 +-
...ad-data-response-for-a-chart.RequestSchema.json | 2 +-
...load-data-response-for-a-chart.StatusCodes.json | 221 +-
...eturn-payload-data-response-for-a-chart.api.mdx | 41 +-
...n-query-chart-data-cache-key.ParamsDetails.json | 11 +-
...n-query-chart-data-cache-key.RequestSchema.json | 2 +-
...ven-query-chart-data-cache-key.StatusCodes.json | 206 +-
...or-the-given-query-chart-data-cache-key.api.mdx | 43 +-
...r-the-given-query-chart-data.RequestSchema.json | 550 +-
...for-the-given-query-chart-data.StatusCodes.json | 221 +-
...response-for-the-given-query-chart-data.api.mdx | 41 +-
.../version-6.1.0/api/row-level-security.tag.mdx | 24 +-
.../advanced-data-type-convert-schema.Schema.json | 17 +-
.../advanced-data-type-convert-schema.schema.mdx | 25 +-
.../api/schemas/advanceddatatypeschema.Schema.json | 26 +-
.../api/schemas/advanceddatatypeschema.schema.mdx | 31 +-
.../api/schemas/annotationlayer.Schema.json | 87 +-
.../api/schemas/annotationlayer.schema.mdx | 43 +-
...otationlayerrestapi-get-list-user-1.Schema.json | 13 +-
...notationlayerrestapi-get-list-user-1.schema.mdx | 25 +-
...nnotationlayerrestapi-get-list-user.Schema.json | 13 +-
...annotationlayerrestapi-get-list-user.schema.mdx | 25 +-
.../annotationlayerrestapi-get-list.Schema.json | 42 +-
.../annotationlayerrestapi-get-list.schema.mdx | 34 +-
.../schemas/annotationlayerrestapi-get.Schema.json | 13 +-
.../schemas/annotationlayerrestapi-get.schema.mdx | 25 +-
.../annotationlayerrestapi-post.Schema.json | 22 +-
.../schemas/annotationlayerrestapi-post.schema.mdx | 25 +-
.../schemas/annotationlayerrestapi-put.Schema.json | 20 +-
.../schemas/annotationlayerrestapi-put.schema.mdx | 25 +-
...notationrestapi-get-annotationlayer.Schema.json | 12 +-
...nnotationrestapi-get-annotationlayer.schema.mdx | 25 +-
.../annotationrestapi-get-list-user-1.Schema.json | 13 +-
.../annotationrestapi-get-list-user-1.schema.mdx | 25 +-
.../annotationrestapi-get-list-user.Schema.json | 13 +-
.../annotationrestapi-get-list-user.schema.mdx | 25 +-
.../schemas/annotationrestapi-get-list.Schema.json | 38 +-
.../schemas/annotationrestapi-get-list.schema.mdx | 34 +-
.../api/schemas/annotationrestapi-get.Schema.json | 29 +-
.../api/schemas/annotationrestapi-get.schema.mdx | 34 +-
.../api/schemas/annotationrestapi-post.Schema.json | 37 +-
.../api/schemas/annotationrestapi-post.schema.mdx | 32 +-
.../api/schemas/annotationrestapi-put.Schema.json | 36 +-
.../api/schemas/annotationrestapi-put.schema.mdx | 32 +-
.../api/schemas/availabledomainsschema.Schema.json | 11 +-
.../api/schemas/availabledomainsschema.schema.mdx | 25 +-
.../cacheinvalidationrequestschema.Schema.json | 45 +-
.../cacheinvalidationrequestschema.schema.mdx | 38 +-
.../api/schemas/cacherestapi-get-list.Schema.json | 9 +-
.../api/schemas/cacherestapi-get-list.schema.mdx | 25 +-
.../api/schemas/cacherestapi-get.Schema.json | 9 +-
.../api/schemas/cacherestapi-get.schema.mdx | 25 +-
.../api/schemas/cacherestapi-post.Schema.json | 9 +-
.../api/schemas/cacherestapi-post.schema.mdx | 25 +-
.../api/schemas/cacherestapi-put.Schema.json | 9 +-
.../api/schemas/cacherestapi-put.schema.mdx | 25 +-
.../api/schemas/catalogsresponseschema.Schema.json | 14 +-
.../api/schemas/catalogsresponseschema.schema.mdx | 25 +-
.../chartcachescreenshotresponseschema.Schema.json | 27 +-
.../chartcachescreenshotresponseschema.schema.mdx | 32 +-
.../chartcachewarmuprequestschema.Schema.json | 23 +-
.../chartcachewarmuprequestschema.schema.mdx | 25 +-
.../chartcachewarmupresponseschema.Schema.json | 32 +-
.../chartcachewarmupresponseschema.schema.mdx | 29 +-
.../chartcachewarmupresponsesingle.Schema.json | 22 +-
.../chartcachewarmupresponsesingle.schema.mdx | 25 +-
.../schemas/chartdataadhocmetricschema.Schema.json | 67 +-
.../schemas/chartdataadhocmetricschema.schema.mdx | 36 +-
.../chartdataaggregateoptionsschema.Schema.json | 21 +-
.../chartdataaggregateoptionsschema.schema.mdx | 36 +-
.../chartdataasyncresponseschema.Schema.json | 28 +-
.../chartdataasyncresponseschema.schema.mdx | 32 +-
.../chartdataboxplotoptionsschema.Schema.json | 35 +-
.../chartdataboxplotoptionsschema.schema.mdx | 31 +-
.../api/schemas/chartdatacolumn.Schema.json | 20 +-
.../api/schemas/chartdatacolumn.schema.mdx | 25 +-
.../chartdatacontributionoptionsschema.Schema.json | 17 +-
.../chartdatacontributionoptionsschema.schema.mdx | 25 +-
.../api/schemas/chartdatadatasource.Schema.json | 17 +-
.../api/schemas/chartdatadatasource.schema.mdx | 25 +-
.../api/schemas/chartdataextras.Schema.json | 72 +-
.../api/schemas/chartdataextras.schema.mdx | 35 +-
.../api/schemas/chartdatafilter.Schema.json | 53 +-
.../api/schemas/chartdatafilter.schema.mdx | 32 +-
...chartdatageodeticparseoptionsschema.Schema.json | 27 +-
.../chartdatageodeticparseoptionsschema.schema.mdx | 31 +-
...chartdatageohashdecodeoptionsschema.Schema.json | 23 +-
.../chartdatageohashdecodeoptionsschema.schema.mdx | 25 +-
...chartdatageohashencodeoptionsschema.Schema.json | 23 +-
.../chartdatageohashencodeoptionsschema.schema.mdx | 25 +-
.../chartdatapivotoptionsschema.Schema.json | 46 +-
.../schemas/chartdatapivotoptionsschema.schema.mdx | 42 +-
.../chartdatapostprocessingoperation.Schema.json | 54 +-
.../chartdatapostprocessingoperation.schema.mdx | 42 +-
.../chartdataprophetoptionsschema.Schema.json | 61 +-
.../chartdataprophetoptionsschema.schema.mdx | 33 +-
.../chartdataquerycontextschema.Schema.json | 522 +-
.../schemas/chartdataquerycontextschema.schema.mdx | 118 +-
.../api/schemas/chartdataqueryobject.Schema.json | 464 +-
.../api/schemas/chartdataqueryobject.schema.mdx | 110 +-
.../schemas/chartdataresponseresult.Schema.json | 116 +-
.../api/schemas/chartdataresponseresult.schema.mdx | 46 +-
.../schemas/chartdataresponseschema.Schema.json | 133 +-
.../api/schemas/chartdataresponseschema.schema.mdx | 51 +-
...chartdatarestapi-get-list-dashboard.Schema.json | 16 +-
.../chartdatarestapi-get-list-dashboard.schema.mdx | 25 +-
...chartdatarestapi-get-list-sqlatable.Schema.json | 13 +-
.../chartdatarestapi-get-list-sqlatable.schema.mdx | 25 +-
.../chartdatarestapi-get-list-tag.Schema.json | 13 +-
.../chartdatarestapi-get-list-tag.schema.mdx | 25 +-
.../chartdatarestapi-get-list-user-1.Schema.json | 14 +-
.../chartdatarestapi-get-list-user-1.schema.mdx | 25 +-
.../chartdatarestapi-get-list-user-2.Schema.json | 14 +-
.../chartdatarestapi-get-list-user-2.schema.mdx | 25 +-
.../chartdatarestapi-get-list-user-3.Schema.json | 14 +-
.../chartdatarestapi-get-list-user-3.schema.mdx | 25 +-
.../chartdatarestapi-get-list-user.Schema.json | 14 +-
.../chartdatarestapi-get-list-user.schema.mdx | 25 +-
.../schemas/chartdatarestapi-get-list.Schema.json | 115 +-
.../schemas/chartdatarestapi-get-list.schema.mdx | 47 +-
.../api/schemas/chartdatarestapi-get.Schema.json | 9 +-
.../api/schemas/chartdatarestapi-get.schema.mdx | 25 +-
.../api/schemas/chartdatarestapi-post.Schema.json | 90 +-
.../api/schemas/chartdatarestapi-post.schema.mdx | 44 +-
.../api/schemas/chartdatarestapi-put.Schema.json | 95 +-
.../api/schemas/chartdatarestapi-put.schema.mdx | 44 +-
.../chartdatarollingoptionsschema.Schema.json | 80 +-
.../chartdatarollingoptionsschema.schema.mdx | 33 +-
.../chartdataselectoptionsschema.Schema.json | 28 +-
.../chartdataselectoptionsschema.schema.mdx | 30 +-
.../schemas/chartdatasortoptionsschema.Schema.json | 27 +-
.../schemas/chartdatasortoptionsschema.schema.mdx | 37 +-
.../schemas/chartentityresponseschema.Schema.json | 45 +-
.../schemas/chartentityresponseschema.schema.mdx | 37 +-
.../schemas/chartfavstarresponseresult.Schema.json | 12 +-
.../schemas/chartfavstarresponseresult.schema.mdx | 25 +-
...hartgetdatasourceobjectdataresponse.Schema.json | 18 +-
...chartgetdatasourceobjectdataresponse.schema.mdx | 25 +-
.../chartgetdatasourceobjectresponse.Schema.json | 28 +-
.../chartgetdatasourceobjectresponse.schema.mdx | 26 +-
.../chartgetdatasourceresponseschema.Schema.json | 38 +-
.../chartgetdatasourceresponseschema.schema.mdx | 33 +-
.../api/schemas/chartgetresponseschema.Schema.json | 65 +-
.../api/schemas/chartgetresponseschema.schema.mdx | 48 +-
.../chartrestapi-get-list-dashboard.Schema.json | 16 +-
.../chartrestapi-get-list-dashboard.schema.mdx | 25 +-
.../chartrestapi-get-list-sqlatable.Schema.json | 13 +-
.../chartrestapi-get-list-sqlatable.schema.mdx | 25 +-
.../schemas/chartrestapi-get-list-tag.Schema.json | 13 +-
.../schemas/chartrestapi-get-list-tag.schema.mdx | 25 +-
.../chartrestapi-get-list-user-1.Schema.json | 14 +-
.../chartrestapi-get-list-user-1.schema.mdx | 25 +-
.../chartrestapi-get-list-user-2.Schema.json | 14 +-
.../chartrestapi-get-list-user-2.schema.mdx | 25 +-
.../chartrestapi-get-list-user-3.Schema.json | 14 +-
.../chartrestapi-get-list-user-3.schema.mdx | 25 +-
.../schemas/chartrestapi-get-list-user.Schema.json | 14 +-
.../schemas/chartrestapi-get-list-user.schema.mdx | 25 +-
.../api/schemas/chartrestapi-get-list.Schema.json | 115 +-
.../api/schemas/chartrestapi-get-list.schema.mdx | 47 +-
.../api/schemas/chartrestapi-get.Schema.json | 9 +-
.../api/schemas/chartrestapi-get.schema.mdx | 25 +-
.../api/schemas/chartrestapi-post.Schema.json | 90 +-
.../api/schemas/chartrestapi-post.schema.mdx | 44 +-
.../api/schemas/chartrestapi-put.Schema.json | 95 +-
.../api/schemas/chartrestapi-put.schema.mdx | 44 +-
.../csstemplaterestapi-get-list-user-1.Schema.json | 14 +-
.../csstemplaterestapi-get-list-user-1.schema.mdx | 25 +-
.../csstemplaterestapi-get-list-user.Schema.json | 14 +-
.../csstemplaterestapi-get-list-user.schema.mdx | 25 +-
.../csstemplaterestapi-get-list.Schema.json | 39 +-
.../schemas/csstemplaterestapi-get-list.schema.mdx | 33 +-
.../csstemplaterestapi-get-user-1.Schema.json | 14 +-
.../csstemplaterestapi-get-user-1.schema.mdx | 25 +-
.../csstemplaterestapi-get-user.Schema.json | 14 +-
.../schemas/csstemplaterestapi-get-user.schema.mdx | 25 +-
.../api/schemas/csstemplaterestapi-get.Schema.json | 34 +-
.../api/schemas/csstemplaterestapi-get.schema.mdx | 32 +-
.../schemas/csstemplaterestapi-post.Schema.json | 12 +-
.../api/schemas/csstemplaterestapi-post.schema.mdx | 25 +-
.../api/schemas/csstemplaterestapi-put.Schema.json | 12 +-
.../api/schemas/csstemplaterestapi-put.schema.mdx | 25 +-
.../api/schemas/currentuserputschema.Schema.json | 26 +-
.../api/schemas/currentuserputschema.schema.mdx | 25 +-
.../api/schemas/dashboard.Schema.json | 13 +-
.../version-6.1.0/api/schemas/dashboard.schema.mdx | 25 +-
...hboardcachescreenshotresponseschema.Schema.json | 27 +-
...shboardcachescreenshotresponseschema.schema.mdx | 32 +-
...artcustomizationsconfigupdateschema.Schema.json | 25 +-
...hartcustomizationsconfigupdateschema.schema.mdx | 25 +-
.../dashboardcolorsconfigupdateschema.Schema.json | 40 +-
.../dashboardcolorsconfigupdateschema.schema.mdx | 33 +-
.../api/schemas/dashboardcopyschema.Schema.json | 30 +-
.../api/schemas/dashboardcopyschema.schema.mdx | 31 +-
.../api/schemas/dashboarddatasetschema.Schema.json | 73 +-
.../api/schemas/dashboarddatasetschema.schema.mdx | 75 +-
.../schemas/dashboardgetresponseschema.Schema.json | 131 +-
.../schemas/dashboardgetresponseschema.schema.mdx | 52 +-
...oardnativefiltersconfigupdateschema.Schema.json | 25 +-
...boardnativefiltersconfigupdateschema.schema.mdx | 25 +-
.../dashboardpermalinkstateschema.Schema.json | 40 +-
.../dashboardpermalinkstateschema.schema.mdx | 32 +-
.../dashboardrestapi-get-list-role.Schema.json | 13 +-
.../dashboardrestapi-get-list-role.schema.mdx | 25 +-
.../dashboardrestapi-get-list-tag.Schema.json | 13 +-
.../dashboardrestapi-get-list-tag.schema.mdx | 25 +-
.../dashboardrestapi-get-list-user-1.Schema.json | 14 +-
.../dashboardrestapi-get-list-user-1.schema.mdx | 25 +-
.../dashboardrestapi-get-list-user-2.Schema.json | 14 +-
.../dashboardrestapi-get-list-user-2.schema.mdx | 25 +-
.../dashboardrestapi-get-list-user.Schema.json | 14 +-
.../dashboardrestapi-get-list-user.schema.mdx | 25 +-
.../schemas/dashboardrestapi-get-list.Schema.json | 77 +-
.../schemas/dashboardrestapi-get-list.schema.mdx | 40 +-
.../api/schemas/dashboardrestapi-get.Schema.json | 9 +-
.../api/schemas/dashboardrestapi-get.schema.mdx | 25 +-
.../api/schemas/dashboardrestapi-post.Schema.json | 72 +-
.../api/schemas/dashboardrestapi-post.schema.mdx | 41 +-
.../api/schemas/dashboardrestapi-put.Schema.json | 86 +-
.../api/schemas/dashboardrestapi-put.schema.mdx | 42 +-
.../dashboardscreenshotpostschema.Schema.json | 29 +-
.../dashboardscreenshotpostschema.schema.mdx | 31 +-
.../api/schemas/database-1.Schema.json | 9 +-
.../api/schemas/database-1.schema.mdx | 25 +-
.../database-catalogs-query-schema.Schema.json | 9 +-
.../database-catalogs-query-schema.schema.mdx | 25 +-
.../database-schemas-query-schema.Schema.json | 13 +-
.../database-schemas-query-schema.schema.mdx | 25 +-
.../database-tables-query-schema.Schema.json | 14 +-
.../database-tables-query-schema.schema.mdx | 25 +-
.../version-6.1.0/api/schemas/database.Schema.json | 20 +-
.../version-6.1.0/api/schemas/database.schema.mdx | 37 +-
.../schemas/databaseconnectionschema.Schema.json | 148 +-
.../schemas/databaseconnectionschema.schema.mdx | 66 +-
.../databasefunctionnamesresponse.Schema.json | 11 +-
.../databasefunctionnamesresponse.schema.mdx | 25 +-
.../api/schemas/databaserelatedchart.Schema.json | 13 +-
.../api/schemas/databaserelatedchart.schema.mdx | 25 +-
.../api/schemas/databaserelatedcharts.Schema.json | 24 +-
.../api/schemas/databaserelatedcharts.schema.mdx | 29 +-
.../schemas/databaserelateddashboard.Schema.json | 14 +-
.../schemas/databaserelateddashboard.schema.mdx | 25 +-
.../schemas/databaserelateddashboards.Schema.json | 25 +-
.../schemas/databaserelateddashboards.schema.mdx | 30 +-
.../databaserelatedobjectsresponse.Schema.json | 51 +-
.../databaserelatedobjectsresponse.schema.mdx | 45 +-
.../databaserestapi-get-list-user-1.Schema.json | 13 +-
.../databaserestapi-get-list-user-1.schema.mdx | 25 +-
.../databaserestapi-get-list-user.Schema.json | 13 +-
.../databaserestapi-get-list-user.schema.mdx | 25 +-
.../schemas/databaserestapi-get-list.Schema.json | 64 +-
.../schemas/databaserestapi-get-list.schema.mdx | 42 +-
.../api/schemas/databaserestapi-get.Schema.json | 36 +-
.../api/schemas/databaserestapi-get.schema.mdx | 41 +-
.../api/schemas/databaserestapi-post.Schema.json | 122 +-
.../api/schemas/databaserestapi-post.schema.mdx | 57 +-
.../api/schemas/databaserestapi-put.Schema.json | 122 +-
.../api/schemas/databaserestapi-put.schema.mdx | 57 +-
...seschemaaccessforfileuploadresponse.Schema.json | 15 +-
...aseschemaaccessforfileuploadresponse.schema.mdx | 25 +-
.../api/schemas/databasesshtunnel.Schema.json | 21 +-
.../api/schemas/databasesshtunnel.schema.mdx | 34 +-
.../api/schemas/databasetablesresponse.Schema.json | 16 +-
.../api/schemas/databasetablesresponse.schema.mdx | 25 +-
.../databasetestconnectionschema.Schema.json | 83 +-
.../databasetestconnectionschema.schema.mdx | 46 +-
.../databasevalidateparametersschema.Schema.json | 61 +-
.../databasevalidateparametersschema.schema.mdx | 37 +-
.../version-6.1.0/api/schemas/dataset.Schema.json | 118 +-
.../version-6.1.0/api/schemas/dataset.schema.mdx | 60 +-
.../datasetcachewarmuprequestschema.Schema.json | 27 +-
.../datasetcachewarmuprequestschema.schema.mdx | 31 +-
.../datasetcachewarmupresponseschema.Schema.json | 32 +-
.../datasetcachewarmupresponseschema.schema.mdx | 29 +-
.../datasetcachewarmupresponsesingle.Schema.json | 22 +-
.../datasetcachewarmupresponsesingle.schema.mdx | 25 +-
.../api/schemas/datasetcolumnsput.Schema.json | 41 +-
.../api/schemas/datasetcolumnsput.schema.mdx | 42 +-
.../datasetcolumnsrestapi-get-list.Schema.json | 9 +-
.../datasetcolumnsrestapi-get-list.schema.mdx | 25 +-
.../schemas/datasetcolumnsrestapi-get.Schema.json | 9 +-
.../schemas/datasetcolumnsrestapi-get.schema.mdx | 25 +-
.../schemas/datasetcolumnsrestapi-post.Schema.json | 9 +-
.../schemas/datasetcolumnsrestapi-post.schema.mdx | 25 +-
.../schemas/datasetcolumnsrestapi-put.Schema.json | 9 +-
.../schemas/datasetcolumnsrestapi-put.schema.mdx | 25 +-
.../api/schemas/datasetduplicateschema.Schema.json | 13 +-
.../api/schemas/datasetduplicateschema.schema.mdx | 25 +-
.../schemas/datasetmetriccurrencyput.Schema.json | 12 +-
.../schemas/datasetmetriccurrencyput.schema.mdx | 25 +-
.../datasetmetricrestapi-get-list.Schema.json | 9 +-
.../datasetmetricrestapi-get-list.schema.mdx | 25 +-
.../schemas/datasetmetricrestapi-get.Schema.json | 9 +-
.../schemas/datasetmetricrestapi-get.schema.mdx | 25 +-
.../schemas/datasetmetricrestapi-post.Schema.json | 9 +-
.../schemas/datasetmetricrestapi-post.schema.mdx | 25 +-
.../schemas/datasetmetricrestapi-put.Schema.json | 9 +-
.../schemas/datasetmetricrestapi-put.schema.mdx | 25 +-
.../api/schemas/datasetmetricsput.Schema.json | 48 +-
.../api/schemas/datasetmetricsput.schema.mdx | 38 +-
.../api/schemas/datasetrelatedchart.Schema.json | 13 +-
.../api/schemas/datasetrelatedchart.schema.mdx | 25 +-
.../api/schemas/datasetrelatedcharts.Schema.json | 24 +-
.../api/schemas/datasetrelatedcharts.schema.mdx | 29 +-
.../schemas/datasetrelateddashboard.Schema.json | 14 +-
.../api/schemas/datasetrelateddashboard.schema.mdx | 25 +-
.../schemas/datasetrelateddashboards.Schema.json | 25 +-
.../schemas/datasetrelateddashboards.schema.mdx | 30 +-
.../datasetrelatedobjectsresponse.Schema.json | 51 +-
.../datasetrelatedobjectsresponse.schema.mdx | 45 +-
.../datasetrestapi-get-database.Schema.json | 16 +-
.../schemas/datasetrestapi-get-database.schema.mdx | 30 +-
.../datasetrestapi-get-list-database.Schema.json | 14 +-
.../datasetrestapi-get-list-database.schema.mdx | 30 +-
.../datasetrestapi-get-list-user-1.Schema.json | 14 +-
.../datasetrestapi-get-list-user-1.schema.mdx | 25 +-
.../datasetrestapi-get-list-user.Schema.json | 14 +-
.../datasetrestapi-get-list-user.schema.mdx | 25 +-
.../schemas/datasetrestapi-get-list.Schema.json | 56 +-
.../api/schemas/datasetrestapi-get-list.schema.mdx | 44 +-
.../datasetrestapi-get-sqlmetric.Schema.json | 32 +-
.../datasetrestapi-get-sqlmetric.schema.mdx | 39 +-
.../datasetrestapi-get-tablecolumn.Schema.json | 44 +-
.../datasetrestapi-get-tablecolumn.schema.mdx | 43 +-
.../schemas/datasetrestapi-get-user-1.Schema.json | 13 +-
.../schemas/datasetrestapi-get-user-1.schema.mdx | 25 +-
.../schemas/datasetrestapi-get-user-2.Schema.json | 13 +-
.../schemas/datasetrestapi-get-user-2.schema.mdx | 25 +-
.../schemas/datasetrestapi-get-user.Schema.json | 14 +-
.../api/schemas/datasetrestapi-get-user.schema.mdx | 25 +-
.../api/schemas/datasetrestapi-get.Schema.json | 180 +-
.../api/schemas/datasetrestapi-get.schema.mdx | 91 +-
.../api/schemas/datasetrestapi-post.Schema.json | 33 +-
.../api/schemas/datasetrestapi-post.schema.mdx | 39 +-
.../api/schemas/datasetrestapi-put.Schema.json | 183 +-
.../api/schemas/datasetrestapi-put.schema.mdx | 95 +-
.../api/schemas/datasource.Schema.json | 27 +-
.../api/schemas/datasource.schema.mdx | 32 +-
.../api/schemas/delete-tags-schema.Schema.json | 9 +-
.../api/schemas/delete-tags-schema.schema.mdx | 25 +-
.../api/schemas/distincresponseschema.Schema.json | 24 +-
.../api/schemas/distincresponseschema.schema.mdx | 25 +-
.../api/schemas/distinctresultresponse.Schema.json | 11 +-
.../api/schemas/distinctresultresponse.schema.mdx | 25 +-
.../schemas/embeddeddashboardconfig.Schema.json | 12 +-
.../api/schemas/embeddeddashboardconfig.schema.mdx | 25 +-
.../embeddeddashboardresponseschema.Schema.json | 24 +-
.../embeddeddashboardresponseschema.schema.mdx | 38 +-
.../embeddeddashboardrestapi-get-list.Schema.json | 9 +-
.../embeddeddashboardrestapi-get-list.schema.mdx | 25 +-
.../embeddeddashboardrestapi-get.Schema.json | 9 +-
.../embeddeddashboardrestapi-get.schema.mdx | 25 +-
.../embeddeddashboardrestapi-post.Schema.json | 9 +-
.../embeddeddashboardrestapi-post.schema.mdx | 25 +-
.../embeddeddashboardrestapi-put.Schema.json | 9 +-
.../embeddeddashboardrestapi-put.schema.mdx | 25 +-
.../api/schemas/engineinformation.Schema.json | 26 +-
.../api/schemas/engineinformation.schema.mdx | 31 +-
.../schemas/estimatequerycostschema.Schema.json | 27 +-
.../api/schemas/estimatequerycostschema.schema.mdx | 32 +-
.../api/schemas/executepayloadschema.Schema.json | 25 +-
.../api/schemas/executepayloadschema.schema.mdx | 41 +-
.../api/schemas/explorecontextschema.Schema.json | 211 +-
.../api/schemas/explorecontextschema.schema.mdx | 85 +-
.../explorepermalinkstateschema.Schema.json | 21 +-
.../schemas/explorepermalinkstateschema.schema.mdx | 25 +-
.../version-6.1.0/api/schemas/folder.Schema.json | 25 +-
.../version-6.1.0/api/schemas/folder.schema.mdx | 30 +-
.../schemas/formatquerypayloadschema.Schema.json | 23 +-
.../schemas/formatquerypayloadschema.schema.mdx | 31 +-
.../api/schemas/formdatapostschema.Schema.json | 25 +-
.../api/schemas/formdatapostschema.schema.mdx | 31 +-
.../api/schemas/formdataputschema.Schema.json | 25 +-
.../api/schemas/formdataputschema.schema.mdx | 31 +-
.../api/schemas/get-delete-ids-schema.Schema.json | 9 +-
.../api/schemas/get-delete-ids-schema.schema.mdx | 23 +-
.../api/schemas/get-export-ids-schema.Schema.json | 9 +-
.../api/schemas/get-export-ids-schema.schema.mdx | 23 +-
.../schemas/get-fav-star-ids-schema.Schema.json | 9 +-
.../api/schemas/get-fav-star-ids-schema.schema.mdx | 23 +-
.../api/schemas/get-info-schema.Schema.json | 45 +-
.../api/schemas/get-info-schema.schema.mdx | 25 +-
.../api/schemas/get-item-schema.Schema.json | 24 +-
.../api/schemas/get-item-schema.schema.mdx | 25 +-
.../api/schemas/get-list-schema.Schema.json | 58 +-
.../api/schemas/get-list-schema.schema.mdx | 35 +-
.../schemas/get-recent-activity-schema.Schema.json | 14 +-
.../schemas/get-recent-activity-schema.schema.mdx | 25 +-
.../api/schemas/get-related-schema.Schema.json | 14 +-
.../api/schemas/get-related-schema.schema.mdx | 25 +-
.../schemas/get-slack-channels-schema.Schema.json | 26 +-
.../schemas/get-slack-channels-schema.schema.mdx | 30 +-
.../api/schemas/getfavstaridsschema.Schema.json | 22 +-
.../api/schemas/getfavstaridsschema.schema.mdx | 25 +-
.../schemas/getorcreatedatasetschema.Schema.json | 36 +-
.../schemas/getorcreatedatasetschema.schema.mdx | 34 +-
.../api/schemas/groupapi-get-list-role.Schema.json | 13 +-
.../api/schemas/groupapi-get-list-role.schema.mdx | 25 +-
.../api/schemas/groupapi-get-list-user.Schema.json | 13 +-
.../api/schemas/groupapi-get-list-user.schema.mdx | 25 +-
.../api/schemas/groupapi-get-list.Schema.json | 33 +-
.../api/schemas/groupapi-get-list.schema.mdx | 33 +-
.../api/schemas/groupapi-get-role.Schema.json | 13 +-
.../api/schemas/groupapi-get-role.schema.mdx | 25 +-
.../api/schemas/groupapi-get-user.Schema.json | 13 +-
.../api/schemas/groupapi-get-user.schema.mdx | 25 +-
.../api/schemas/groupapi-get.Schema.json | 33 +-
.../api/schemas/groupapi-get.schema.mdx | 33 +-
.../api/schemas/groupapi-post.Schema.json | 41 +-
.../api/schemas/groupapi-post.schema.mdx | 32 +-
.../api/schemas/groupapi-put.Schema.json | 40 +-
.../api/schemas/groupapi-put.schema.mdx | 32 +-
.../api/schemas/grouppostschema.Schema.json | 41 +-
.../api/schemas/grouppostschema.schema.mdx | 32 +-
.../api/schemas/groupputschema.Schema.json | 40 +-
.../api/schemas/groupputschema.schema.mdx | 32 +-
.../api/schemas/guesttokencreate.Schema.json | 44 +-
.../api/schemas/guesttokencreate.schema.mdx | 31 +-
.../api/schemas/importv-1-database.Schema.json | 79 +-
.../api/schemas/importv-1-database.schema.mdx | 69 +-
.../schemas/importv-1-databaseextra.Schema.json | 29 +-
.../api/schemas/importv-1-databaseextra.schema.mdx | 40 +-
.../schemas/logrestapi-get-list-user.Schema.json | 14 +-
.../schemas/logrestapi-get-list-user.schema.mdx | 25 +-
.../api/schemas/logrestapi-get-list.Schema.json | 28 +-
.../api/schemas/logrestapi-get-list.schema.mdx | 37 +-
.../api/schemas/logrestapi-get-user.Schema.json | 14 +-
.../api/schemas/logrestapi-get-user.schema.mdx | 25 +-
.../api/schemas/logrestapi-get.Schema.json | 28 +-
.../api/schemas/logrestapi-get.schema.mdx | 37 +-
.../api/schemas/logrestapi-post.Schema.json | 9 +-
.../api/schemas/logrestapi-post.schema.mdx | 25 +-
.../api/schemas/logrestapi-put.Schema.json | 14 +-
.../api/schemas/logrestapi-put.schema.mdx | 26 +-
.../api/schemas/permissionapi-get-list.Schema.json | 13 +-
.../api/schemas/permissionapi-get-list.schema.mdx | 25 +-
.../api/schemas/permissionapi-get.Schema.json | 13 +-
.../api/schemas/permissionapi-get.schema.mdx | 25 +-
.../api/schemas/permissionapi-post.Schema.json | 10 +-
.../api/schemas/permissionapi-post.schema.mdx | 25 +-
.../api/schemas/permissionapi-put.Schema.json | 10 +-
.../api/schemas/permissionapi-put.schema.mdx | 25 +-
...sionviewmenuapi-get-list-permission.Schema.json | 10 +-
...ssionviewmenuapi-get-list-permission.schema.mdx | 25 +-
...issionviewmenuapi-get-list-viewmenu.Schema.json | 10 +-
...missionviewmenuapi-get-list-viewmenu.schema.mdx | 25 +-
.../permissionviewmenuapi-get-list.Schema.json | 23 +-
.../permissionviewmenuapi-get-list.schema.mdx | 30 +-
...ermissionviewmenuapi-get-permission.Schema.json | 10 +-
...permissionviewmenuapi-get-permission.schema.mdx | 25 +-
.../permissionviewmenuapi-get-viewmenu.Schema.json | 10 +-
.../permissionviewmenuapi-get-viewmenu.schema.mdx | 25 +-
.../schemas/permissionviewmenuapi-get.Schema.json | 23 +-
.../schemas/permissionviewmenuapi-get.schema.mdx | 30 +-
.../schemas/permissionviewmenuapi-post.Schema.json | 9 +-
.../schemas/permissionviewmenuapi-post.schema.mdx | 25 +-
.../schemas/permissionviewmenuapi-put.Schema.json | 9 +-
.../schemas/permissionviewmenuapi-put.schema.mdx | 25 +-
.../queries-get-updated-since-schema.Schema.json | 10 +-
.../queries-get-updated-since-schema.schema.mdx | 25 +-
.../queryexecutionresponseschema.Schema.json | 49 +-
.../queryexecutionresponseschema.schema.mdx | 63 +-
.../schemas/queryrestapi-get-database.Schema.json | 9 +-
.../schemas/queryrestapi-get-database.schema.mdx | 25 +-
.../api/schemas/queryrestapi-get-list.Schema.json | 37 +-
.../api/schemas/queryrestapi-get-list.schema.mdx | 41 +-
.../api/schemas/queryrestapi-get.Schema.json | 52 +-
.../api/schemas/queryrestapi-get.schema.mdx | 51 +-
.../api/schemas/queryrestapi-post.Schema.json | 9 +-
.../api/schemas/queryrestapi-post.schema.mdx | 25 +-
.../api/schemas/queryrestapi-put.Schema.json | 9 +-
.../api/schemas/queryrestapi-put.schema.mdx | 25 +-
.../api/schemas/queryresult.Schema.json | 37 +-
.../api/schemas/queryresult.schema.mdx | 54 +-
.../api/schemas/recentactivity.Schema.json | 28 +-
.../api/schemas/recentactivity.schema.mdx | 33 +-
.../recentactivityresponseschema.Schema.json | 38 +-
.../recentactivityresponseschema.schema.mdx | 38 +-
.../api/schemas/recentactivityschema.Schema.json | 28 +-
.../api/schemas/recentactivityschema.schema.mdx | 33 +-
.../api/schemas/relatedresponseschema.Schema.json | 35 +-
.../api/schemas/relatedresponseschema.schema.mdx | 26 +-
.../api/schemas/relatedresultresponse.Schema.json | 22 +-
.../api/schemas/relatedresultresponse.schema.mdx | 25 +-
.../reportexecutionlogrestapi-get-list.Schema.json | 24 +-
.../reportexecutionlogrestapi-get-list.schema.mdx | 36 +-
.../reportexecutionlogrestapi-get.Schema.json | 24 +-
.../reportexecutionlogrestapi-get.schema.mdx | 36 +-
.../reportexecutionlogrestapi-post.Schema.json | 9 +-
.../reportexecutionlogrestapi-post.schema.mdx | 25 +-
.../reportexecutionlogrestapi-put.Schema.json | 9 +-
.../reportexecutionlogrestapi-put.schema.mdx | 25 +-
.../api/schemas/reportrecipient.Schema.json | 25 +-
.../api/schemas/reportrecipient.schema.mdx | 30 +-
.../schemas/reportrecipientconfigjson.Schema.json | 13 +-
.../schemas/reportrecipientconfigjson.schema.mdx | 25 +-
...reportschedulerestapi-get-dashboard.Schema.json | 16 +-
.../reportschedulerestapi-get-dashboard.schema.mdx | 25 +-
.../reportschedulerestapi-get-database.Schema.json | 13 +-
.../reportschedulerestapi-get-database.schema.mdx | 25 +-
...lerestapi-get-list-reportrecipients.Schema.json | 13 +-
...ulerestapi-get-list-reportrecipients.schema.mdx | 25 +-
...portschedulerestapi-get-list-user-1.Schema.json | 13 +-
...eportschedulerestapi-get-list-user-1.schema.mdx | 25 +-
...portschedulerestapi-get-list-user-2.Schema.json | 14 +-
...eportschedulerestapi-get-list-user-2.schema.mdx | 25 +-
...reportschedulerestapi-get-list-user.Schema.json | 13 +-
.../reportschedulerestapi-get-list-user.schema.mdx | 25 +-
.../reportschedulerestapi-get-list.Schema.json | 81 +-
.../reportschedulerestapi-get-list.schema.mdx | 45 +-
...chedulerestapi-get-reportrecipients.Schema.json | 14 +-
...schedulerestapi-get-reportrecipients.schema.mdx | 25 +-
.../reportschedulerestapi-get-slice.Schema.json | 13 +-
.../reportschedulerestapi-get-slice.schema.mdx | 25 +-
.../reportschedulerestapi-get-user.Schema.json | 14 +-
.../reportschedulerestapi-get-user.schema.mdx | 25 +-
.../schemas/reportschedulerestapi-get.Schema.json | 101 +-
.../schemas/reportschedulerestapi-get.schema.mdx | 56 +-
.../schemas/reportschedulerestapi-post.Schema.json | 746 ++-
.../schemas/reportschedulerestapi-post.schema.mdx | 58 +-
.../schemas/reportschedulerestapi-put.Schema.json | 742 ++-
.../schemas/reportschedulerestapi-put.schema.mdx | 57 +-
.../version-6.1.0/api/schemas/resource.Schema.json | 13 +-
.../version-6.1.0/api/schemas/resource.schema.mdx | 25 +-
.../api/schemas/rlsrestapi-get-list.Schema.json | 56 +-
.../api/schemas/rlsrestapi-get-list.schema.mdx | 36 +-
.../api/schemas/rlsrestapi-get.Schema.json | 46 +-
.../api/schemas/rlsrestapi-get.schema.mdx | 35 +-
.../api/schemas/rlsrestapi-post.Schema.json | 44 +-
.../api/schemas/rlsrestapi-post.schema.mdx | 34 +-
.../api/schemas/rlsrestapi-put.Schema.json | 42 +-
.../api/schemas/rlsrestapi-put.schema.mdx | 34 +-
.../version-6.1.0/api/schemas/rlsrule.Schema.json | 13 +-
.../version-6.1.0/api/schemas/rlsrule.schema.mdx | 25 +-
.../api/schemas/rolegroupputschema.Schema.json | 16 +-
.../api/schemas/rolegroupputschema.schema.mdx | 25 +-
.../schemas/rolepermissionlistschema.Schema.json | 13 +-
.../schemas/rolepermissionlistschema.schema.mdx | 25 +-
.../schemas/rolepermissionpostschema.Schema.json | 16 +-
.../schemas/rolepermissionpostschema.schema.mdx | 25 +-
.../api/schemas/roleresponseschema.Schema.json | 14 +-
.../api/schemas/roleresponseschema.schema.mdx | 25 +-
.../version-6.1.0/api/schemas/roles-1.Schema.json | 9 +-
.../version-6.1.0/api/schemas/roles-1.schema.mdx | 23 +-
.../version-6.1.0/api/schemas/roles.Schema.json | 9 +-
.../version-6.1.0/api/schemas/roles.schema.mdx | 23 +-
.../api/schemas/rolesresponseschema.Schema.json | 28 +-
.../api/schemas/rolesresponseschema.schema.mdx | 31 +-
.../api/schemas/roleuserputschema.Schema.json | 16 +-
.../api/schemas/roleuserputschema.schema.mdx | 25 +-
.../savedqueryrestapi-get-database.Schema.json | 13 +-
.../savedqueryrestapi-get-database.schema.mdx | 25 +-
...savedqueryrestapi-get-list-database.Schema.json | 13 +-
.../savedqueryrestapi-get-list-database.schema.mdx | 25 +-
.../savedqueryrestapi-get-list-tag.Schema.json | 13 +-
.../savedqueryrestapi-get-list-tag.schema.mdx | 25 +-
.../savedqueryrestapi-get-list-user-1.Schema.json | 14 +-
.../savedqueryrestapi-get-list-user-1.schema.mdx | 25 +-
.../savedqueryrestapi-get-list-user.Schema.json | 14 +-
.../savedqueryrestapi-get-list-user.schema.mdx | 25 +-
.../schemas/savedqueryrestapi-get-list.Schema.json | 70 +-
.../schemas/savedqueryrestapi-get-list.schema.mdx | 41 +-
.../savedqueryrestapi-get-user-1.Schema.json | 14 +-
.../savedqueryrestapi-get-user-1.schema.mdx | 25 +-
.../schemas/savedqueryrestapi-get-user.Schema.json | 14 +-
.../schemas/savedqueryrestapi-get-user.schema.mdx | 25 +-
.../api/schemas/savedqueryrestapi-get.Schema.json | 53 +-
.../api/schemas/savedqueryrestapi-get.schema.mdx | 38 +-
.../api/schemas/savedqueryrestapi-post.Schema.json | 18 +-
.../api/schemas/savedqueryrestapi-post.schema.mdx | 35 +-
.../api/schemas/savedqueryrestapi-put.Schema.json | 18 +-
.../api/schemas/savedqueryrestapi-put.schema.mdx | 35 +-
.../api/schemas/schemasresponseschema.Schema.json | 14 +-
.../api/schemas/schemasresponseschema.schema.mdx | 25 +-
.../schemas/screenshot-query-schema.Schema.json | 13 +-
.../api/schemas/screenshot-query-schema.schema.mdx | 25 +-
.../schemas/selectstarresponseschema.Schema.json | 11 +-
.../schemas/selectstarresponseschema.schema.mdx | 25 +-
.../version-6.1.0/api/schemas/slice.Schema.json | 68 +-
.../version-6.1.0/api/schemas/slice.schema.mdx | 42 +-
.../schemas/sql-lab-get-results-schema.Schema.json | 10 +-
.../schemas/sql-lab-get-results-schema.schema.mdx | 25 +-
.../api/schemas/sqllabbootstrapschema.Schema.json | 201 +-
.../api/schemas/sqllabbootstrapschema.schema.mdx | 87 +-
.../api/schemas/sqllabpermalinkschema.Schema.json | 33 +-
.../api/schemas/sqllabpermalinkschema.schema.mdx | 34 +-
.../api/schemas/stopqueryschema.Schema.json | 9 +-
.../api/schemas/stopqueryschema.schema.mdx | 25 +-
.../schemas/supersetroleapi-get-list.Schema.json | 13 +-
.../schemas/supersetroleapi-get-list.schema.mdx | 25 +-
.../api/schemas/supersetroleapi-get.Schema.json | 13 +-
.../api/schemas/supersetroleapi-get.schema.mdx | 25 +-
.../api/schemas/supersetroleapi-post.Schema.json | 10 +-
.../api/schemas/supersetroleapi-post.schema.mdx | 25 +-
.../api/schemas/supersetroleapi-put.Schema.json | 10 +-
.../api/schemas/supersetroleapi-put.schema.mdx | 25 +-
.../schemas/supersetuserapi-get-group.Schema.json | 15 +-
.../schemas/supersetuserapi-get-group.schema.mdx | 26 +-
.../supersetuserapi-get-list-group.Schema.json | 15 +-
.../supersetuserapi-get-list-group.schema.mdx | 26 +-
.../supersetuserapi-get-list-role.Schema.json | 13 +-
.../supersetuserapi-get-list-role.schema.mdx | 25 +-
.../supersetuserapi-get-list-user-1.Schema.json | 9 +-
.../supersetuserapi-get-list-user-1.schema.mdx | 25 +-
.../supersetuserapi-get-list-user.Schema.json | 9 +-
.../supersetuserapi-get-list-user.schema.mdx | 25 +-
.../schemas/supersetuserapi-get-list.Schema.json | 68 +-
.../schemas/supersetuserapi-get-list.schema.mdx | 43 +-
.../schemas/supersetuserapi-get-role.Schema.json | 13 +-
.../schemas/supersetuserapi-get-role.schema.mdx | 25 +-
.../schemas/supersetuserapi-get-user-1.Schema.json | 9 +-
.../schemas/supersetuserapi-get-user-1.schema.mdx | 25 +-
.../schemas/supersetuserapi-get-user.Schema.json | 9 +-
.../schemas/supersetuserapi-get-user.schema.mdx | 25 +-
.../api/schemas/supersetuserapi-get.Schema.json | 68 +-
.../api/schemas/supersetuserapi-get.schema.mdx | 43 +-
.../api/schemas/supersetuserapi-post.Schema.json | 41 +-
.../api/schemas/supersetuserapi-post.schema.mdx | 35 +-
.../api/schemas/supersetuserapi-put.Schema.json | 40 +-
.../api/schemas/supersetuserapi-put.schema.mdx | 35 +-
.../version-6.1.0/api/schemas/tab.Schema.json | 14 +-
.../version-6.1.0/api/schemas/tab.schema.mdx | 29 +-
.../version-6.1.0/api/schemas/table.Schema.json | 17 +-
.../version-6.1.0/api/schemas/table.schema.mdx | 32 +-
.../tableextrametadataresponseschema.Schema.json | 13 +-
.../tableextrametadataresponseschema.schema.mdx | 25 +-
.../tablemetadatacolumnsresponse.Schema.json | 22 +-
.../tablemetadatacolumnsresponse.schema.mdx | 32 +-
...emetadataforeignkeysindexesresponse.Schema.json | 36 +-
...lemetadataforeignkeysindexesresponse.schema.mdx | 41 +-
.../tablemetadataoptionsresponse.Schema.json | 15 +-
.../tablemetadataoptionsresponse.schema.mdx | 32 +-
.../tablemetadataprimarykeyresponse.Schema.json | 19 +-
.../tablemetadataprimarykeyresponse.schema.mdx | 25 +-
.../tablemetadataresponseschema.Schema.json | 135 +-
.../schemas/tablemetadataresponseschema.schema.mdx | 79 +-
.../version-6.1.0/api/schemas/tables.Schema.json | 13 +-
.../version-6.1.0/api/schemas/tables.schema.mdx | 23 +-
.../api/schemas/tabspayloadschema.Schema.json | 27 +-
.../api/schemas/tabspayloadschema.schema.mdx | 37 +-
.../version-6.1.0/api/schemas/tabstate.Schema.json | 71 +-
.../version-6.1.0/api/schemas/tabstate.schema.mdx | 81 +-
.../version-6.1.0/api/schemas/tag-1.Schema.json | 13 +-
.../version-6.1.0/api/schemas/tag-1.schema.mdx | 23 +-
.../version-6.1.0/api/schemas/tag.Schema.json | 13 +-
.../version-6.1.0/api/schemas/tag.schema.mdx | 23 +-
.../taggedobjectentityresponseschema.Schema.json | 50 +-
.../taggedobjectentityresponseschema.schema.mdx | 44 +-
.../api/schemas/taggetresponseschema.Schema.json | 13 +-
.../api/schemas/taggetresponseschema.schema.mdx | 25 +-
.../api/schemas/tagobject.Schema.json | 17 +-
.../version-6.1.0/api/schemas/tagobject.schema.mdx | 25 +-
.../schemas/tagpostbulkresponseobject.Schema.json | 20 +-
.../schemas/tagpostbulkresponseobject.schema.mdx | 25 +-
.../schemas/tagpostbulkresponseschema.Schema.json | 26 +-
.../schemas/tagpostbulkresponseschema.schema.mdx | 25 +-
.../api/schemas/tagpostbulkschema.Schema.json | 26 +-
.../api/schemas/tagpostbulkschema.schema.mdx | 29 +-
.../schemas/tagrestapi-get-list-user-1.Schema.json | 13 +-
.../schemas/tagrestapi-get-list-user-1.schema.mdx | 25 +-
.../schemas/tagrestapi-get-list-user.Schema.json | 13 +-
.../schemas/tagrestapi-get-list-user.schema.mdx | 25 +-
.../api/schemas/tagrestapi-get-list.Schema.json | 34 +-
.../api/schemas/tagrestapi-get-list.schema.mdx | 32 +-
.../api/schemas/tagrestapi-get-user-1.Schema.json | 13 +-
.../api/schemas/tagrestapi-get-user-1.schema.mdx | 25 +-
.../api/schemas/tagrestapi-get-user.Schema.json | 13 +-
.../api/schemas/tagrestapi-get-user.schema.mdx | 25 +-
.../api/schemas/tagrestapi-get.Schema.json | 34 +-
.../api/schemas/tagrestapi-get.schema.mdx | 32 +-
.../api/schemas/tagrestapi-post.Schema.json | 17 +-
.../api/schemas/tagrestapi-post.schema.mdx | 25 +-
.../api/schemas/tagrestapi-put.Schema.json | 17 +-
.../api/schemas/tagrestapi-put.schema.mdx | 25 +-
.../schemas/temporarycachepostschema.Schema.json | 15 +-
.../schemas/temporarycachepostschema.schema.mdx | 25 +-
.../schemas/temporarycacheputschema.Schema.json | 15 +-
.../api/schemas/temporarycacheputschema.schema.mdx | 25 +-
.../version-6.1.0/api/schemas/theme.Schema.json | 13 +-
.../version-6.1.0/api/schemas/theme.schema.mdx | 23 +-
.../themerestapi-get-list-user-1.Schema.json | 14 +-
.../themerestapi-get-list-user-1.schema.mdx | 25 +-
.../schemas/themerestapi-get-list-user.Schema.json | 14 +-
.../schemas/themerestapi-get-list-user.schema.mdx | 25 +-
.../api/schemas/themerestapi-get-list.Schema.json | 44 +-
.../api/schemas/themerestapi-get-list.schema.mdx | 37 +-
.../schemas/themerestapi-get-user-1.Schema.json | 14 +-
.../api/schemas/themerestapi-get-user-1.schema.mdx | 25 +-
.../api/schemas/themerestapi-get-user.Schema.json | 14 +-
.../api/schemas/themerestapi-get-user.schema.mdx | 25 +-
.../api/schemas/themerestapi-get.Schema.json | 38 +-
.../api/schemas/themerestapi-get.schema.mdx | 36 +-
.../api/schemas/themerestapi-post.Schema.json | 13 +-
.../api/schemas/themerestapi-post.schema.mdx | 25 +-
.../api/schemas/themerestapi-put.Schema.json | 13 +-
.../api/schemas/themerestapi-put.schema.mdx | 25 +-
.../api/schemas/thumbnail-query-schema.Schema.json | 9 +-
.../api/schemas/thumbnail-query-schema.schema.mdx | 25 +-
.../api/schemas/uploadfilemetadata.Schema.json | 28 +-
.../api/schemas/uploadfilemetadata.schema.mdx | 25 +-
.../api/schemas/uploadfilemetadataitem.Schema.json | 16 +-
.../api/schemas/uploadfilemetadataitem.schema.mdx | 25 +-
.../uploadfilemetadatapostschema.Schema.json | 28 +-
.../uploadfilemetadatapostschema.schema.mdx | 25 +-
.../api/schemas/uploadpostschema.Schema.json | 105 +-
.../api/schemas/uploadpostschema.schema.mdx | 47 +-
.../version-6.1.0/api/schemas/user-1.Schema.json | 13 +-
.../version-6.1.0/api/schemas/user-1.schema.mdx | 23 +-
.../version-6.1.0/api/schemas/user-2.Schema.json | 14 +-
.../version-6.1.0/api/schemas/user-2.schema.mdx | 29 +-
.../version-6.1.0/api/schemas/user-3.Schema.json | 13 +-
.../version-6.1.0/api/schemas/user-3.schema.mdx | 23 +-
.../version-6.1.0/api/schemas/user.Schema.json | 13 +-
.../version-6.1.0/api/schemas/user.schema.mdx | 23 +-
.../userregistrationsrestapi-get-list.Schema.json | 26 +-
.../userregistrationsrestapi-get-list.schema.mdx | 34 +-
.../userregistrationsrestapi-get.Schema.json | 9 +-
.../userregistrationsrestapi-get.schema.mdx | 25 +-
.../userregistrationsrestapi-post.Schema.json | 9 +-
.../userregistrationsrestapi-post.schema.mdx | 25 +-
.../userregistrationsrestapi-put.Schema.json | 9 +-
.../userregistrationsrestapi-put.schema.mdx | 25 +-
.../api/schemas/userresponseschema.Schema.json | 18 +-
.../api/schemas/userresponseschema.schema.mdx | 35 +-
.../api/schemas/validatesqlrequest.Schema.json | 15 +-
.../api/schemas/validatesqlrequest.schema.mdx | 31 +-
.../api/schemas/validatesqlresponse.Schema.json | 14 +-
.../api/schemas/validatesqlresponse.schema.mdx | 26 +-
.../api/schemas/validatorconfigjson.Schema.json | 16 +-
.../api/schemas/validatorconfigjson.schema.mdx | 25 +-
.../api/schemas/viewmenuapi-get-list.Schema.json | 13 +-
.../api/schemas/viewmenuapi-get-list.schema.mdx | 25 +-
.../api/schemas/viewmenuapi-get.Schema.json | 13 +-
.../api/schemas/viewmenuapi-get.schema.mdx | 25 +-
.../api/schemas/viewmenuapi-post.Schema.json | 10 +-
.../api/schemas/viewmenuapi-post.schema.mdx | 25 +-
.../api/schemas/viewmenuapi-put.Schema.json | 10 +-
.../api/schemas/viewmenuapi-put.schema.mdx | 25 +-
.../version-6.1.0/api/security-groups.tag.mdx | 20 +-
...ity-permissions-on-resources-view-menus.tag.mdx | 20 +-
.../version-6.1.0/api/security-permissions.tag.mdx | 14 +-
.../api/security-resources-view-menus.tag.mdx | 20 +-
.../version-6.1.0/api/security-roles.tag.mdx | 30 +-
.../version-6.1.0/api/security-users.tag.mdx | 20 +-
.../version-6.1.0/api/security.tag.mdx | 16 +-
...oards-embedded-configuration.ParamsDetails.json | 12 +-
...oards-embedded-configuration.RequestSchema.json | 24 +-
...hboards-embedded-configuration.StatusCodes.json | 74 +-
...set-a-dashboards-embedded-configuration.api.mdx | 33 +-
...eme-as-the-system-dark-theme.ParamsDetails.json | 12 +-
...eme-as-the-system-dark-theme.RequestSchema.json | 2 +-
...theme-as-the-system-dark-theme.StatusCodes.json | 98 +-
.../set-a-theme-as-the-system-dark-theme.api.mdx | 41 +-
...-as-the-system-default-theme.ParamsDetails.json | 12 +-
...-as-the-system-default-theme.RequestSchema.json | 2 +-
...me-as-the-system-default-theme.StatusCodes.json | 98 +-
...set-a-theme-as-the-system-default-theme.api.mdx | 41 +-
.../version-6.1.0/api/sidebar.js | 5938 ++++++++++----------
.../version-6.1.0/api/sidebar.ts | 5424 +++++++++---------
.../api/sql-lab-permanent-link.tag.mdx | 12 +-
.../version-6.1.0/api/sql-lab.tag.mdx | 22 +-
.../version-6.1.0/api/tags.tag.mdx | 38 +-
.../test-a-database-connection.RequestSchema.json | 104 +-
.../test-a-database-connection.StatusCodes.json | 55 +-
.../api/test-a-database-connection.api.mdx | 41 +-
...-where-to-upload-information.ParamsDetails.json | 11 +-
...-where-to-upload-information.RequestSchema.json | 2 +-
...as-where-to-upload-information.StatusCodes.json | 64 +-
...ase-schemas-where-to-upload-information.api.mdx | 41 +-
.../version-6.1.0/api/themes.tag.mdx | 36 +-
.../api/update-a-chart.ParamsDetails.json | 11 +-
.../api/update-a-chart.RequestSchema.json | 129 +-
.../api/update-a-chart.StatusCodes.json | 223 +-
.../version-6.1.0/api/update-a-chart.api.mdx | 41 +-
.../api/update-a-css-template.ParamsDetails.json | 11 +-
.../api/update-a-css-template.RequestSchema.json | 25 +-
.../api/update-a-css-template.StatusCodes.json | 96 +-
.../api/update-a-css-template.api.mdx | 41 +-
.../api/update-a-dashboard.ParamsDetails.json | 11 +-
.../api/update-a-dashboard.RequestSchema.json | 111 +-
.../api/update-a-dashboard.StatusCodes.json | 207 +-
.../version-6.1.0/api/update-a-dashboard.api.mdx | 41 +-
...ashboards-filter-state-value.ParamsDetails.json | 18 +-
...ashboards-filter-state-value.RequestSchema.json | 23 +-
...-dashboards-filter-state-value.StatusCodes.json | 86 +-
.../update-a-dashboards-filter-state-value.api.mdx | 33 +-
.../api/update-a-dataset.ParamsDetails.json | 16 +-
.../api/update-a-dataset.RequestSchema.json | 230 +-
.../api/update-a-dataset.StatusCodes.json | 330 +-
.../version-6.1.0/api/update-a-dataset.api.mdx | 41 +-
.../update-a-report-schedule.ParamsDetails.json | 12 +-
.../update-a-report-schedule.RequestSchema.json | 776 ++-
.../api/update-a-report-schedule.StatusCodes.json | 862 ++-
.../api/update-a-report-schedule.api.mdx | 41 +-
.../api/update-a-saved-query.ParamsDetails.json | 11 +-
.../api/update-a-saved-query.RequestSchema.json | 36 +-
.../api/update-a-saved-query.StatusCodes.json | 119 +-
.../version-6.1.0/api/update-a-saved-query.api.mdx | 41 +-
.../api/update-a-tag.ParamsDetails.json | 11 +-
.../api/update-a-tag.RequestSchema.json | 30 +-
.../api/update-a-tag.StatusCodes.json | 117 +-
.../version-6.1.0/api/update-a-tag.api.mdx | 41 +-
.../api/update-a-theme.ParamsDetails.json | 11 +-
.../api/update-a-theme.RequestSchema.json | 22 +-
.../api/update-a-theme.StatusCodes.json | 109 +-
.../version-6.1.0/api/update-a-theme.api.mdx | 41 +-
...-pk-annotation-annotation-id.ParamsDetails.json | 19 +-
...-pk-annotation-annotation-id.RequestSchema.json | 51 +-
...er-pk-annotation-annotation-id.StatusCodes.json | 112 +-
...ation-layer-pk-annotation-annotation-id.api.mdx | 43 +-
...on-layer-annotation-layer-pk.ParamsDetails.json | 12 +-
...on-layer-annotation-layer-pk.RequestSchema.json | 29 +-
...tion-layer-annotation-layer-pk.StatusCodes.json | 90 +-
...an-annotation-layer-annotation-layer-pk.api.mdx | 41 +-
...update-an-existing-form-data.ParamsDetails.json | 12 +-
...update-an-existing-form-data.RequestSchema.json | 38 +-
.../update-an-existing-form-data.StatusCodes.json | 86 +-
.../api/update-an-existing-form-data.api.mdx | 41 +-
.../api/update-an-rls-rule.ParamsDetails.json | 12 +-
.../api/update-an-rls-rule.RequestSchema.json | 59 +-
.../api/update-an-rls-rule.StatusCodes.json | 149 +-
.../version-6.1.0/api/update-an-rls-rule.api.mdx | 41 +-
...onfiguration-for-a-dashboard.ParamsDetails.json | 11 +-
...onfiguration-for-a-dashboard.RequestSchema.json | 38 +-
...-configuration-for-a-dashboard.StatusCodes.json | 95 +-
...mizations-configuration-for-a-dashboard.api.mdx | 41 +-
...onfiguration-for-a-dashboard.ParamsDetails.json | 19 +-
...onfiguration-for-a-dashboard.RequestSchema.json | 56 +-
...-configuration-for-a-dashboard.StatusCodes.json | 95 +-
...te-colors-configuration-for-a-dashboard.api.mdx | 41 +-
...board-by-id-or-slug-embedded.ParamsDetails.json | 12 +-
...board-by-id-or-slug-embedded.RequestSchema.json | 24 +-
...shboard-by-id-or-slug-embedded.StatusCodes.json | 74 +-
...update-dashboard-by-id-or-slug-embedded.api.mdx | 39 +-
...onfiguration-for-a-dashboard.ParamsDetails.json | 11 +-
...onfiguration-for-a-dashboard.RequestSchema.json | 38 +-
...-configuration-for-a-dashboard.StatusCodes.json | 95 +-
...e-filters-configuration-for-a-dashboard.api.mdx | 41 +-
...update-security-groups-by-pk.ParamsDetails.json | 11 +-
...update-security-groups-by-pk.RequestSchema.json | 55 +-
.../update-security-groups-by-pk.StatusCodes.json | 126 +-
.../api/update-security-groups-by-pk.api.mdx | 41 +-
...-permissions-resources-by-pk.ParamsDetails.json | 11 +-
...-permissions-resources-by-pk.RequestSchema.json | 18 +-
...ty-permissions-resources-by-pk.StatusCodes.json | 87 +-
...te-security-permissions-resources-by-pk.api.mdx | 41 +-
...ate-security-resources-by-pk.ParamsDetails.json | 11 +-
...ate-security-resources-by-pk.RequestSchema.json | 19 +-
...pdate-security-resources-by-pk.StatusCodes.json | 90 +-
.../api/update-security-resources-by-pk.api.mdx | 41 +-
.../update-security-roles-by-pk.ParamsDetails.json | 11 +-
.../update-security-roles-by-pk.RequestSchema.json | 19 +-
.../update-security-roles-by-pk.StatusCodes.json | 88 +-
.../api/update-security-roles-by-pk.api.mdx | 41 +-
...rity-roles-by-role-id-groups.ParamsDetails.json | 11 +-
...rity-roles-by-role-id-groups.RequestSchema.json | 25 +-
...curity-roles-by-role-id-groups.StatusCodes.json | 94 +-
...update-security-roles-by-role-id-groups.api.mdx | 41 +-
...urity-roles-by-role-id-users.ParamsDetails.json | 11 +-
...urity-roles-by-role-id-users.RequestSchema.json | 25 +-
...ecurity-roles-by-role-id-users.StatusCodes.json | 94 +-
.../update-security-roles-by-role-id-users.api.mdx | 41 +-
...ity-user-registrations-by-pk.ParamsDetails.json | 11 +-
...ity-user-registrations-by-pk.RequestSchema.json | 18 +-
...urity-user-registrations-by-pk.StatusCodes.json | 87 +-
...pdate-security-user-registrations-by-pk.api.mdx | 41 +-
.../update-security-users-by-pk.ParamsDetails.json | 11 +-
.../update-security-users-by-pk.RequestSchema.json | 61 +-
.../update-security-users-by-pk.StatusCodes.json | 135 +-
.../api/update-security-users-by-pk.api.mdx | 41 +-
.../api/update-the-current-user.RequestSchema.json | 38 +-
.../api/update-the-current-user.StatusCodes.json | 67 +-
.../api/update-the-current-user.api.mdx | 39 +-
...le-and-returns-file-metadata.RequestSchema.json | 35 +-
...file-and-returns-file-metadata.StatusCodes.json | 94 +-
...upload-a-file-and-returns-file-metadata.api.mdx | 41 +-
...d-a-file-to-a-database-table.ParamsDetails.json | 11 +-
...d-a-file-to-a-database-table.RequestSchema.json | 112 +-
...oad-a-file-to-a-database-table.StatusCodes.json | 81 +-
.../api/upload-a-file-to-a-database-table.api.mdx | 41 +-
.../api/user-registrations-rest-api.tag.mdx | 24 +-
.../version-6.1.0/api/user.tag.mdx | 10 +-
...ression-against-a-datasource.ParamsDetails.json | 19 +-
...ression-against-a-datasource.RequestSchema.json | 37 +-
...xpression-against-a-datasource.StatusCodes.json | 106 +-
...e-a-sql-expression-against-a-datasource.api.mdx | 41 +-
.../api/validate-arbitrary-sql.ParamsDetails.json | 11 +-
.../api/validate-arbitrary-sql.RequestSchema.json | 32 +-
.../api/validate-arbitrary-sql.StatusCodes.json | 84 +-
.../api/validate-arbitrary-sql.api.mdx | 41 +-
...tabase-connection-parameters.RequestSchema.json | 85 +-
...database-connection-parameters.StatusCodes.json | 55 +-
...validate-database-connection-parameters.api.mdx | 41 +-
...t-powered-by-the-given-table.RequestSchema.json | 41 +-
...art-powered-by-the-given-table.StatusCodes.json | 81 +-
...r-each-chart-powered-by-the-given-table.api.mdx | 41 +-
...m-up-the-cache-for-the-chart.RequestSchema.json | 36 +-
...arm-up-the-cache-for-the-chart.StatusCodes.json | 81 +-
.../api/warm-up-the-cache-for-the-chart.api.mdx | 41 +-
.../version-6.1.0/components/TODO.md | 2 +-
.../components/design-system/dropdowncontainer.mdx | 190 +-
.../components/design-system/flex.mdx | 146 +-
.../components/design-system/grid.mdx | 262 +-
.../components/design-system/layout.mdx | 82 +-
.../components/design-system/metadatabar.mdx | 131 +-
.../components/design-system/space.mdx | 91 +-
.../components/design-system/table.mdx | 349 +-
.../version-6.1.0/components/extension/alert.mdx | 91 +-
.../version-6.1.0/components/index.mdx | 14 +-
.../version-6.1.0/components/ui/autocomplete.mdx | 273 +-
.../version-6.1.0/components/ui/avatar.mdx | 135 +-
.../version-6.1.0/components/ui/badge.mdx | 127 +-
.../version-6.1.0/components/ui/breadcrumb.mdx | 44 +-
.../version-6.1.0/components/ui/button.mdx | 126 +-
.../version-6.1.0/components/ui/buttongroup.mdx | 49 +-
.../version-6.1.0/components/ui/cachedlabel.mdx | 30 +-
.../version-6.1.0/components/ui/card.mdx | 108 +-
.../version-6.1.0/components/ui/checkbox.mdx | 57 +-
.../version-6.1.0/components/ui/collapse.mdx | 84 +-
.../version-6.1.0/components/ui/datepicker.mdx | 80 +-
.../version-6.1.0/components/ui/divider.mdx | 129 +-
.../version-6.1.0/components/ui/editabletitle.mdx | 202 +-
.../version-6.1.0/components/ui/emptystate.mdx | 150 +-
.../version-6.1.0/components/ui/favestar.mdx | 63 +-
.../version-6.1.0/components/ui/iconbutton.mdx | 73 +-
.../version-6.1.0/components/ui/icons.mdx | 65 +-
.../version-6.1.0/components/ui/icontooltip.mdx | 66 +-
.../version-6.1.0/components/ui/infotooltip.mdx | 81 +-
.../version-6.1.0/components/ui/input.mdx | 176 +-
.../version-6.1.0/components/ui/label.mdx | 73 +-
.../version-6.1.0/components/ui/list.mdx | 88 +-
.../version-6.1.0/components/ui/listviewcard.mdx | 120 +-
.../version-6.1.0/components/ui/loading.mdx | 156 +-
.../version-6.1.0/components/ui/menu.mdx | 134 +-
.../version-6.1.0/components/ui/modal.mdx | 198 +-
.../version-6.1.0/components/ui/modaltrigger.mdx | 160 +-
.../version-6.1.0/components/ui/popover.mdx | 161 +-
.../version-6.1.0/components/ui/progressbar.mdx | 168 +-
.../version-6.1.0/components/ui/radio.mdx | 80 +-
.../version-6.1.0/components/ui/safemarkdown.mdx | 42 +-
.../version-6.1.0/components/ui/select.mdx | 233 +-
.../version-6.1.0/components/ui/skeleton.mdx | 141 +-
.../version-6.1.0/components/ui/slider.mdx | 254 +-
.../version-6.1.0/components/ui/steps.mdx | 210 +-
.../version-6.1.0/components/ui/switch.mdx | 137 +-
.../components/ui/tablecollection.mdx | 10 +-
.../version-6.1.0/components/ui/tableview.mdx | 302 +-
.../version-6.1.0/components/ui/tabs.mdx | 217 +-
.../version-6.1.0/components/ui/timer.mdx | 84 +-
.../version-6.1.0/components/ui/tooltip.mdx | 141 +-
.../version-6.1.0/components/ui/tree.mdx | 245 +-
.../version-6.1.0/components/ui/treeselect.mdx | 230 +-
.../version-6.1.0/components/ui/typography.mdx | 208 +-
.../components/ui/unsavedchangesmodal.mdx | 58 +-
.../version-6.1.0/components/ui/upload.mdx | 89 +-
.../version-6.1.0/contributing/code-review.md | 38 +
.../contributing/development-setup.md | 36 +-
.../version-6.1.0/contributing/guidelines.md | 19 +-
.../version-6.1.0/contributing/howtos.md | 25 +-
.../version-6.1.0/contributing/issue-reporting.md | 47 +
.../version-6.1.0/contributing/overview.md | 2 +-
.../contributing/pkg-resources-migration.md | 4 +
.../version-6.1.0/contributing/release-process.md | 55 +-
.../version-6.1.0/contributing/resources.md | 3 +
.../version-6.1.0/contributing/submitting-pr.md | 31 +-
.../version-6.1.0/extensions/components/alert.mdx | 93 +-
.../version-6.1.0/extensions/components/index.mdx | 8 +-
.../version-6.1.0/extensions/contribution-types.md | 1 +
.../version-6.1.0/extensions/dependencies.md | 8 +-
.../version-6.1.0/extensions/deployment.md | 2 +-
.../version-6.1.0/extensions/development.md | 1 +
.../extensions/extension-points/editors.md | 28 +-
.../extensions/extension-points/sqllab.md | 6 +-
.../version-6.1.0/extensions/mcp.md | 9 +
.../version-6.1.0/extensions/registry.md | 4 +-
.../version-6.1.0/extensions/tasks.md | 77 +-
.../version-6.1.0/guidelines/design-guidelines.md | 19 +-
.../frontend/component-style-guidelines.md | 23 +-
.../frontend/emotion-styling-guidelines.md | 52 +-
.../version-6.1.0/index.md | 15 +
.../version-6.1.0/sidebars.js | 8 +-
.../version-6.1.0/testing/backend-testing.md | 12 +-
.../version-6.1.0/testing/ci-cd.md | 3 +-
.../version-6.1.0/testing/frontend-testing.md | 2 +-
.../version-6.1.0/testing/overview.md | 21 +-
.../version-6.1.0/testing/storybook.md | 3 +-
.../version-6.1.0/testing/testing-guidelines.md | 12 +-
docs/developer_docs_versions.json | 4 +-
docs/docs/faq.mdx | 152 +-
docs/docs/index.mdx | 40 +-
docs/docs/quickstart.mdx | 3 +-
.../creating-your-first-dashboard.mdx | 120 +-
docs/docs/using-superset/embedding.mdx | 32 +-
docs/docs/using-superset/exploring-data.mdx | 67 +-
.../using-superset/exporting-dashboard-data.mdx | 14 +-
docs/docs/using-superset/handlebars-chart.mdx | 74 +-
docs/docs/using-superset/sql-templating.mdx | 43 +-
.../docs/using-superset/using-ai-with-superset.mdx | 78 +-
docs/docusaurus.config.ts | 80 +-
docs/eslint.config.js | 4 -
docs/netlify.toml | 72 +-
docs/package.json | 4 +-
docs/plugins/remark-tech-article-schema.mjs | 6 +-
docs/plugins/robots-txt-plugin.js | 8 +-
docs/scripts/convert-api-sidebar.mjs | 24 +-
docs/scripts/generate-api-index.mjs | 78 +-
docs/scripts/generate-api-tag-pages.mjs | 18 +-
docs/scripts/generate-database-docs.mjs | 126 +-
docs/scripts/generate-if-changed.mjs | 80 +-
docs/scripts/generate-superset-components.mjs | 623 +-
docs/scripts/lint-docs-links.mjs | 38 +-
docs/scripts/manage-versions.mjs | 100 +-
docs/sip/authenticated-encryption-at-rest.md | 2 +-
docs/src/components/FAQSchema.tsx | 6 +-
docs/src/components/GetStartedSplitButton.tsx | 8 +-
docs/src/components/StorybookWrapper.jsx | 117 +-
docs/src/components/databases/DatabaseIndex.tsx | 127 +-
docs/src/components/databases/DatabaseLogoWall.tsx | 5 +-
docs/src/components/databases/types.ts | 24 +-
.../components/ui-components/ComponentIndex.tsx | 16 +-
docs/src/data/databases.json | 1500 ++---
docs/src/pages/inTheWild.tsx | 184 +-
docs/src/pages/index.tsx | 28 +-
docs/src/pages/markdown-page.md | 1 +
docs/src/styles/custom.css | 20 +-
docs/src/styles/main.css | 4 +-
.../src/theme/ApiExplorer/MethodEndpoint/index.tsx | 56 +-
docs/src/theme/DocVersionBadge/index.js | 8 +-
docs/src/theme/Playground/Preview/index.tsx | 2 +-
docs/src/theme/ReactLiveScope/index.tsx | 15 +-
docs/src/theme/Root.js | 127 +-
docs/static/resources/openapi.json | 3262 +++--------
docs/tsconfig.json | 20 +-
.../user_docs_versioned_docs/version-6.0.0/api.mdx | 4 +-
.../version-6.0.0/configuration/alerts-reports.mdx | 36 +-
.../configuration/configuring-superset.mdx | 5 +-
.../configuration/country-map-tools.mdx | 8 +-
.../version-6.0.0/configuration/databases.mdx | 283 +-
.../importing-exporting-datasources.mdx | 12 +-
.../version-6.0.0/configuration/map-tiles.mdx | 4 +
.../configuration/networking-settings.mdx | 18 +-
.../version-6.0.0/configuration/sql-templating.mdx | 11 +-
.../version-6.0.0/configuration/theming.mdx | 4 +
.../version-6.0.0/contributing/contributing.mdx | 2 +-
.../version-6.0.0/contributing/development.mdx | 15 +-
.../version-6.0.0/contributing/guidelines.mdx | 4 +-
.../version-6.0.0/contributing/howtos.mdx | 48 +-
.../version-6.0.0/contributing/resources.mdx | 128 +-
.../user_docs_versioned_docs/version-6.0.0/faq.mdx | 34 +-
.../version-6.0.0/installation/architecture.mdx | 2 +-
.../version-6.0.0/installation/docker-builds.mdx | 3 +-
.../version-6.0.0/installation/docker-compose.mdx | 76 +-
.../installation/installation-methods.mdx | 2 +-
.../version-6.0.0/installation/kubernetes.mdx | 15 +-
.../version-6.0.0/installation/pypi.mdx | 9 +-
.../version-6.0.0/intro.md | 1 +
.../version-6.0.0/security/cves.mdx | 113 +-
.../version-6.0.0/security/security.mdx | 29 +-
.../creating-your-first-dashboard.mdx | 100 +-
.../using-superset/exploring-data.mdx | 64 +-
.../_versioned_data/src/data/databases.json | 1490 ++---
.../version-6.1.0/databases/index.mdx | 14 +-
.../databases/supported/amazon-athena.mdx | 107 +-
.../databases/supported/amazon-dynamodb.mdx | 76 +-
.../databases/supported/amazon-redshift.mdx | 201 +-
.../databases/supported/apache-doris.mdx | 150 +-
.../databases/supported/apache-drill.mdx | 100 +-
.../databases/supported/apache-druid.mdx | 109 +-
.../databases/supported/apache-hive.mdx | 82 +-
.../databases/supported/apache-impala.mdx | 68 +-
.../databases/supported/apache-iotdb.mdx | 76 +-
.../databases/supported/apache-kylin.mdx | 68 +-
.../databases/supported/apache-phoenix.mdx | 70 +-
.../databases/supported/apache-pinot.mdx | 83 +-
.../databases/supported/apache-solr.mdx | 68 +-
.../databases/supported/apache-spark-sql.mdx | 81 +-
.../version-6.1.0/databases/supported/arc.mdx | 88 +-
.../version-6.1.0/databases/supported/ascend.mdx | 73 +-
.../databases/supported/aurora-mysql-data-api.mdx | 97 +-
.../databases/supported/aurora-mysql.mdx | 97 +-
.../supported/aurora-postgresql-data-api.mdx | 91 +-
.../databases/supported/aurora-postgresql.mdx | 91 +-
.../databases/supported/azure-data-explorer.mdx | 93 +-
.../databases/supported/azure-synapse.mdx | 131 +-
.../databases/supported/clickhouse.mdx | 140 +-
.../databases/supported/cloudflare-d1.mdx | 78 +-
.../databases/supported/cockroachdb.mdx | 92 +-
.../databases/supported/couchbase.mdx | 85 +-
.../version-6.1.0/databases/supported/cratedb.mdx | 80 +-
.../version-6.1.0/databases/supported/databend.mdx | 80 +-
.../supported/databricks-interactive-cluster.mdx | 82 +-
.../databases/supported/databricks.mdx | 115 +-
.../version-6.1.0/databases/supported/denodo.mdx | 168 +-
.../version-6.1.0/databases/supported/dremio.mdx | 85 +-
.../version-6.1.0/databases/supported/duckdb.mdx | 105 +-
.../databases/supported/elasticsearch.mdx | 119 +-
.../version-6.1.0/databases/supported/exasol.mdx | 97 +-
.../version-6.1.0/databases/supported/firebird.mdx | 76 +-
.../version-6.1.0/databases/supported/firebolt.mdx | 88 +-
.../databases/supported/google-bigquery.mdx | 141 +-
.../databases/supported/google-datastore.mdx | 136 +-
.../databases/supported/google-sheets.mdx | 81 +-
.../databases/supported/greenplum.mdx | 92 +-
.../version-6.1.0/databases/supported/hologres.mdx | 81 +-
.../databases/supported/ibm-db2-for-i.mdx | 86 +-
.../version-6.1.0/databases/supported/ibm-db2.mdx | 105 +-
.../supported/ibm-netezza-performance-server.mdx | 69 +-
.../version-6.1.0/databases/supported/mariadb.mdx | 98 +-
.../databases/supported/microsoft-sql-server.mdx | 126 +-
.../version-6.1.0/databases/supported/monetdb.mdx | 77 +-
.../version-6.1.0/databases/supported/mongodb.mdx | 94 +-
.../databases/supported/motherduck.mdx | 103 +-
.../version-6.1.0/databases/supported/mysql.mdx | 180 +-
.../databases/supported/oceanbase.mdx | 147 +-
.../version-6.1.0/databases/supported/ocient.mdx | 140 +-
.../version-6.1.0/databases/supported/oracle.mdx | 70 +-
.../databases/supported/parseable.mdx | 76 +-
.../databases/supported/postgresql.mdx | 322 +-
.../version-6.1.0/databases/supported/presto.mdx | 154 +-
.../databases/supported/risingwave.mdx | 91 +-
.../version-6.1.0/databases/supported/sap-hana.mdx | 70 +-
.../databases/supported/sap-sybase.mdx | 94 +-
.../databases/supported/shillelagh.mdx | 69 +-
.../databases/supported/singlestore.mdx | 85 +-
.../databases/supported/snowflake.mdx | 117 +-
.../version-6.1.0/databases/supported/sqlite.mdx | 78 +-
.../databases/supported/starrocks.mdx | 171 +-
.../databases/supported/superset-meta-database.mdx | 69 +-
.../version-6.1.0/databases/supported/tdengine.mdx | 74 +-
.../version-6.1.0/databases/supported/teradata.mdx | 84 +-
.../databases/supported/timescaledb.mdx | 78 +-
.../version-6.1.0/databases/supported/trino.mdx | 123 +-
.../version-6.1.0/databases/supported/vertica.mdx | 77 +-
.../version-6.1.0/databases/supported/ydb.mdx | 99 +-
.../databases/supported/yugabytedb.mdx | 71 +-
.../user_docs_versioned_docs/version-6.1.0/faq.mdx | 152 +-
.../version-6.1.0/index.mdx | 40 +-
.../version-6.1.0/intro.md | 1 +
.../version-6.1.0/quickstart.mdx | 3 +-
.../creating-your-first-dashboard.mdx | 120 +-
.../version-6.1.0/using-superset/embedding.mdx | 32 +-
.../using-superset/exploring-data.mdx | 67 +-
.../using-superset/handlebars-chart.mdx | 74 +-
.../using-superset/sql-templating.mdx | 43 +-
.../using-superset/using-ai-with-superset.mdx | 78 +-
docs/user_docs_versions.json | 5 +-
docs/versions-config.json | 21 +-
docs/yarn.lock | 164 +-
superset-frontend/scripts/po2json.sh | 2 +-
2163 files changed, 89242 insertions(+), 31944 deletions(-)
create mode 100644 docs/.oxfmtrc.json