Files
superset2/docs/developer_docs_versioned_docs/version-6.1.0/api/get-a-database.api.mdx
Claude Code 4ee42fe5b8 docs: cut 6.1.0 versions for user_docs, admin_docs, developer_docs, components
Snapshots all four versioned Docusaurus sections at v6.1.0, cut from
master after the version-cutting tooling (#39837), broken-internal-
links fix (#40102), and user_docs rename (#40171) all landed. With
the rename in place, all four sections now produce parallel-named
files at the docs/ root (no more bare `versioned_docs/` outlier).

Versioning behavior: lastVersion stays at current for every section,
so the canonical URLs (/user-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.

Snapshot includes:
- All MDX content for the four sections.
- Auto-gen captured fresh: 74 database pages (engine spec metadata),
  ~1,800 API reference files (openapi.json), 59 component pages
  (Storybook stories).
- Data imports frozen at cut time into snapshot-local _versioned_data/
  dirs:
    user_docs_versioned_docs/version-6.1.0/_versioned_data/src/data/databases.json
      (canonical 80-database diagnostics from master, preserved by the
      generator's input-hash cache)
    admin_docs_versioned_docs/version-6.1.0/_versioned_data/data/countries.json
    admin_docs_versioned_docs/version-6.1.0/_versioned_data/static/feature-flags.json
    developer_docs_versioned_docs/version-6.1.0/_versioned_data/static/data/components.json
- Import paths in deeply-nested files rewritten so they still resolve
  from one directory deeper inside the snapshot.
- developer_docs/extensions/overview.md snapshot has the FIXED
  ./mcp.md form (from #40102), so the SPA-nav 404 isn't baked into
  the 6.1.0 version.

Verified via full yarn build: exit 0, no broken links surfaced by
onBrokenLinks: throw.
2026-05-15 22:36:30 -07:00

69 lines
2.7 KiB
Plaintext

---
id: get-a-database
title: "Get a database"
description: "Get a database"
sidebar_label: "Get a database"
hide_title: true
hide_table_of_contents: true
api: eJzFVl1P3TgQ/SvWaB9AG7iAdiWUqg+UpZRu1UW9l+5KBFGTDDeBxHbtyS1s5P9ejZ2b+7kP7AtPiT9mfM7M8Xg6MNLKBgmtg/S6gwJdbitDlVaQwqREUUiSd9KhqApIoOJpI6mEBJRskEePkIDF721lsYCUbIsJuLzERkLaAT0b3lUpwila8P6GdzujlUPHG44ODviTa0WoiH+lMXWVSwYxenCMpNt0qO8eMCfw3idrqP/oEYNP4LcXOjdWG7RURWgNOienuHSqI1upKfChazgSwCfZmBpXDOGdLAQHBx2l4kLNZF0VYhF0YayeVQUW24gs2UYuh6/L5UrJlkptq3+xSMVJSyUq6s8XgwK2EFk2DEyOjl6bibE65+FdjYJZ0HMqvnJyIhu0VtttVE51WxdCaRK9h96aj/r9tcV2oQitkrVwaGdoI4tUnCjRKnwymBMWcVLoPG/tf6TrvSRZDyFIwGHeWubIFeLhB0F6fcPXmOSUq8biwt0k8LSX6wLHAVwsKbVUU0ghv/ryCRKo5R3Wi6HTrc0Zet7aWuz9I87PJiKDksiko1Gtc1mX2lF6fHB8PJKmGs0OR/OKNDrMQGRZpoTY+yAyOOk1FsKdincoLVrxy8np6dl4fDv568+zzxmATwZIl89UarUEapgYYFWN0Zbmt9BlKlPz4iXeDtP7U6QdxiFegj2JFiXKAq17260xyCAVGfQsMhC/Cpmz4G5JP6LymdrNlLGVop05on2W2M7u7jLHj3ImxyG3SzxXJhcp0Mox1YGe/CErEvdIeRnYvZRbt0IwnY/Feq6Y6bd5urrIchJIfosWnj/M+E2mIko+a0C4xr/fpGvcr/V0h7fuvgEW7KrMz5GEHN43SKBBKnUBKUyRAxOeuRQ26HXm0XPcwh2LGm8th3VrdGD92E+8LAqcYa1Ng4r62xqyFh11xmrSua59Ohp17MqnHQvRb3g7bR3pZu4igZm0FRc11xeY4Ib/C7yXbU09TEgAVdvw7e2H/HGwEaQPk8mlGPz4BBjNqr+B7wa4cSxDvMbNgtBWXFyyE+ay6mRrqHr7sNuHzmFeisZcRCPJUJA6uAv6ea9tI9nfx78n0LchrO24CkMhDaR9wsa3Fu8tuvL/OvHcFd3rSGcFfWvQuiAlqohr9fIUayfumx3GkDhqZHgh+sZqQ58r7odXgvCJRqaWlWI3QUBdr91rkKbisw7ZeuEoNY+c6ZjKa+g6nr+ytfc8/b1Fy7X+ZqGm2BtW4bksIL2XtcMNPMO7Bztf+mZgV2y2kFth95NSPQcN1y2PIIFHfI4tpr9h7YVKEsDEhZM8x1DE5iYbDy6LZrjX52ecT+5FluI3ZLX/Ye9b4XRd3BFLkx/QhXrMAL3/CV074NA=
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 database"}
>
</Heading>
<MethodEndpoint
method={"get"}
path={"/api/v1/database/{pk}"}
context={"endpoint"}
>
</MethodEndpoint>
Get a database
<Heading
id={"request"}
as={"h2"}
className={"openapi-tabs__heading"}
>
<Translate id="theme.openapi.request.title">Request</Translate>
</Heading>
<ParamsDetails
{...require("./get-a-database.ParamsDetails.json")}
>
</ParamsDetails>
<RequestSchema
{...require("./get-a-database.RequestSchema.json")}
>
</RequestSchema>
<StatusCodes
{...require("./get-a-database.StatusCodes.json")}
>
</StatusCodes>