mirror of
https://github.com/apache/superset.git
synced 2026-05-22 00:05:15 +00:00
Snapshots all four versioned Docusaurus sections at v6.1.0. Built on top of the version-cutting tooling work in chore/docs-cut-6.1.0-versions so the snapshot benefits from: - Auto-gen refresh before snapshotting (database pages from engine spec metadata, API reference from openapi.json, component pages from Storybook stories) — captured at the SHA we cut from rather than whatever happened to be on disk. - Data-import freeze: country list, feature flag table, database diagnostics, and component metadata are copied into snapshot-local `_versioned_data/` dirs so the historical version doesn't silently mutate when the source files change. - Depth-aware import-path rewriter that handles deeply-nested component MDX files referencing `../../../src/` from the snapshot. Versioning behavior: `lastVersion` stays at `current` for every section, so the canonical URLs (`/docs/...`, `/admin-docs/...`, `/developer-docs/...`, `/components/...`) continue to render content from master. The `current` version is consistently labeled "Next" with an `unreleased` banner, and `6.1.0` is a historical pin accessible only via its explicit version segment. Component playground: previously `disabled: true` in versions-config.json, now enabled and versioned. The plugin block in docusaurus.config.ts was already gated only by the `disabled` flag, so no other code changes were needed to bring it back online. The frozen `databases.json` in the snapshot is the canonical 80-database artifact from the latest committed state in master (preserved by the generator's input-hash cache), not a fallback regenerated from a local Flask environment.
69 lines
3.2 KiB
Plaintext
69 lines
3.2 KiB
Plaintext
---
|
|
id: get-a-computed-screenshot-from-cache-chart-pk-screenshot-digest
|
|
title: "Get a computed screenshot from cache (chart-pk-screenshot-digest)"
|
|
description: "Get a computed screenshot from cache (chart-pk-screenshot-digest)"
|
|
sidebar_label: "Get a computed screenshot from cache (chart-pk-screenshot-digest)"
|
|
hide_title: true
|
|
hide_table_of_contents: true
|
|
api: eJzFVm1v2zYQ/ivEYR/sTY6SoQMCFf2QBmmaruiC2sEGREFKS2eLiUSyJOXGE/TfhyMl2Y49YFiH5ZPEt+ee53h3vAY0N7xCh8ZCctuAkJCA5q6ACCSvkEaPEIHBr7UwmEPiTI0R2KzAikPSgFtr2iWkwyUaaNvoIEoulmjdP0Gyzgi5hLa9o81WK2nR0vrPx8f0yZR0KB39ioovMf6RfjcwC2Uq7iCBuZDcrCHaA24jyNFmRmgnFFE9L7hxzGYGUdpCOeaBoY3g1Z5NrnUpMk4n4wdLx7eNa6M0GicC4wqtJaAD4gZWav6AmSNb+MQrXeLOQXjLc0YuQ+sSdiVXvBQ521wa00atRI75IVlbZ4OWk5fVciN57QplxJ+YJ+ysdgVK19lnQ1wcELJ9MCh59bJKPinHFqqWecJmBfZORnK3VbXJkOUKLZPKMXwS5P59UQMGWfnlpePsSjo0kpfMolmhYWiMMgk7k6yW+KQxI3V+kqksq83f3NQ77ngZ9nnjFrPaCLf2xeXhm4Pk9o4S2/ElFZyQeRbuIniaZCrHqacWalHJ5RISyG4+f4QISj7HcjMMbqZxbUo2+YNdXsxYCoVzOonjUmW8LJR1yenx6WnMtYhXJ3FGxuKTeJPocRPqUhunwNI0lYxN3rMUzrpw8+5P2FvkBg374ez8/GI6vZ/99uvFpxSASl1H8nrtCiW3aA4TA1FRaWVcHys2lansyxt7M0wfLdGNiAf7PjVRwCiQ52jsm+aZphQSlkKnKwX2E+NZhtbeO/WIsk3lOJXaCOlGPccjCsLReLyt+gNf8am//S3lO5Oba1LSkvhBMP/GhWMLdFnh9X6/2mZHctKP2fP7JO1f+ittgu6Zl/0lnGjpQz54ncrAO+eOD5yfeaTbpEo8KtVyRFvHr4GCfDc1LtExzjJV6Zpyaeu1WRhVsYxnBbKR1znRj5PN+iToHEMEFbpC5ZDAEsm7/olNYNdHjX5sD7qJrsMnd0iv2tBtHXQ6POf+kZZZjissla5Quq5M+GAIQI02yqlMlW0Sxw1BtUlDEd/uoZ3X1qmqh4hgxY3g8zLUsh6G/nNc8Lp0HU2IAGVdUdnohvTxxWMX//1sds0GnDYCYrOLN+jdIzcN9Y/WqHVhyrCrawIhLbsgB13Vnfe7W9/E9DVwStU7iPSVsIG5D8J3fcPy4fcZdA0RpUxY3fQvXnQb0eF7gwuDtvi3IG0EQi5UkLPDvtZorA8uJxw9EttTFDth3+okuMS6ivunqWvz/osg32E0vGgOn1ysSy4kWfYx13QJcAtcC6J3AhF4bIgg8X3rxgBNDU0oxUwIiltomjm3eGPKtqXprzUaeq7uNnHp0yUXlv5zSBa8tLhHc3i6YfS5a2XGbOP3XfrdJJdrH/5lTSOI4BHXoeOmvPofLXaOae8oWXz99JrD4lmWoS/m/bG+7abgHirS5QXFHfVpW5c2RF/3Q6AHmTRN2BHqcDsQ888R8WrbvwAO41mu
|
|
sidebar_class_name: "get api-method"
|
|
info_path: developer-docs/api/superset
|
|
custom_edit_url: null
|
|
hide_send_button: true
|
|
show_extensions: true
|
|
---
|
|
|
|
import MethodEndpoint from "@theme/ApiExplorer/MethodEndpoint";
|
|
import ParamsDetails from "@theme/ParamsDetails";
|
|
import RequestSchema from "@theme/RequestSchema";
|
|
import StatusCodes from "@theme/StatusCodes";
|
|
import OperationTabs from "@theme/OperationTabs";
|
|
import TabItem from "@theme/TabItem";
|
|
import Heading from "@theme/Heading";
|
|
import Translate from "@docusaurus/Translate";
|
|
|
|
<Heading
|
|
as={"h1"}
|
|
className={"openapi__heading"}
|
|
children={"Get a computed screenshot from cache (chart-pk-screenshot-digest)"}
|
|
>
|
|
</Heading>
|
|
|
|
<MethodEndpoint
|
|
method={"get"}
|
|
path={"/api/v1/chart/{pk}/screenshot/{digest}/"}
|
|
context={"endpoint"}
|
|
>
|
|
|
|
</MethodEndpoint>
|
|
|
|
|
|
|
|
Get a computed screenshot from cache (chart-pk-screenshot-digest)
|
|
|
|
<Heading
|
|
id={"request"}
|
|
as={"h2"}
|
|
className={"openapi-tabs__heading"}
|
|
>
|
|
<Translate id="theme.openapi.request.title">Request</Translate>
|
|
</Heading>
|
|
|
|
<ParamsDetails
|
|
{...require("./get-a-computed-screenshot-from-cache-chart-pk-screenshot-digest.ParamsDetails.json")}
|
|
>
|
|
|
|
</ParamsDetails>
|
|
|
|
<RequestSchema
|
|
{...require("./get-a-computed-screenshot-from-cache-chart-pk-screenshot-digest.RequestSchema.json")}
|
|
>
|
|
|
|
</RequestSchema>
|
|
|
|
<StatusCodes
|
|
{...require("./get-a-computed-screenshot-from-cache-chart-pk-screenshot-digest.StatusCodes.json")}
|
|
>
|
|
|
|
</StatusCodes>
|