mirror of
https://github.com/apache/superset.git
synced 2026-05-23 08:45:45 +00:00
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.
69 lines
3.0 KiB
Plaintext
69 lines
3.0 KiB
Plaintext
---
|
|
id: get-function-names-supported-by-a-database
|
|
title: "Get function names supported by a database"
|
|
description: "Get function names supported by a database"
|
|
sidebar_label: "Get function names supported by a database"
|
|
hide_title: true
|
|
hide_table_of_contents: true
|
|
api: eJzFVt9v3DYM/lcEYg8J5sTJ0AGBiz5kWZK2K7Isd0ELxEGqs3lnJ7bkSvT1bob/94GS7fu5hy0D9mSLosjvIymKDVTSyBIJjYXooYFcQQSVpAwCULJEXr1AAAa/1bnBFCIyNQZgkwxLCVEDtKxYK1eEMzTQto+sbSutLFpW+OnkhD+JVoSK+FdWVZEnknKtwmerFctWBiujKzSU+9PTWiWs+MRonCQnLO2aZ0smVzNog14gjZFLaFcCPXnGhCAAyqlgwa+S5ERavOqM37Dtuw40W8KFLCtW3QXw0Dt8bNlFijYxecUaEMEfNZqlMGjrgtjOm5PTV3Av0Vo5wz1cd7htYh4Owr2SNWXa5H9iGonzmjJU1PkXQ1L3MFk/6Jm8+X+Z3GgSU12rNBLjDB12tIQpR1vXJkGRarRCaRK4yC3tIzXYYC8/v6ou/wNGHxShUbIQFs0cjUBjtInEuRK1wkWFCbNzQqGTpDZ/k6krSbLwes65xaQ2OS3dfX7+ThA9PPKlJDlz5dsXPzwGsDhKdIojB843gEKqGUSQ3N99ggAKOcFitfSB5nVtCnH0RVxfjkUMGVEVhWGhE1lk2lJ0dnJ2FsoqD+enYdq5C0/DzasUxiDiOFZCHL0XMZx35ebCH4lfUBo04ofzi4vL0ehp/PtvlzcxQBsMEG+XlGm1BnIQDDDzstKG+lqxsYpV35rEu0F8PEM6YBziNVwCbyFDmaKx75otRjFEIoaOVQziRyGTBK19Iv2Cqo3VYawqkys66BEecwkeHB6uc/4o53Lkcr/Ge0O4SpFWlqkPdOV3mZOYIiWZY/tars0G4ahfi+1cMvOvfTobz3rsSH/1J1r+cATexsqjZt8D4q14dEq6wONCzw5Y9fAtcIFvXotrJNEDFw64sHXF9YCpmCyFFD1DCKBEynQKEcyQg+gewAh2QtFUL+12NDjm7v76+1MbTsneyMI2xE+8LVKcY6GrEhV1ncBl3BtqKqNJJ7poozBs2FQbNUyi3bF2UVvSZW8igLk0uZwUvl31Zvg/xank98nDhABQ1SV3hm7JHws7AX0/Ht+KwU4bAKPZtDfw3QE38i2O9zhsQhvx4ZaNMJdNI3tD1Z132q2bMfo2N+IG7Um6ZtfAxNXalTalZHsfP4+hG1j4XvhdGJq0I90GfPjJ4NSgzf6tkTaAXE21p7OBvq7QWFwfQdZEXDteb37qQ2KplO716Uawf1TLG66H14lwQWFVyFyxC1dcTVfnDyCrnHGc8umVochNflvzTwBcGT71D9A0rHtvirZl8Tcef/i9WVWfuxRpbvk/hWgqC4s7GIc3GA7uupnkUKyiu4m9n/LU0hV5UfMKAnjBpZ9W20cuTteWnHe/cZ4k6Dpkf2TnteeqGhrB9SUnnGegtSAOae9+2PpeOE3jNXyfawd0rtkzwLb9C1ny9IE=
|
|
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 function names supported by a database"}
|
|
>
|
|
</Heading>
|
|
|
|
<MethodEndpoint
|
|
method={"get"}
|
|
path={"/api/v1/database/{pk}/function_names/"}
|
|
context={"endpoint"}
|
|
>
|
|
|
|
</MethodEndpoint>
|
|
|
|
|
|
|
|
Get function names supported by a database
|
|
|
|
<Heading
|
|
id={"request"}
|
|
as={"h2"}
|
|
className={"openapi-tabs__heading"}
|
|
>
|
|
<Translate id="theme.openapi.request.title">Request</Translate>
|
|
</Heading>
|
|
|
|
<ParamsDetails
|
|
{...require("./get-function-names-supported-by-a-database.ParamsDetails.json")}
|
|
>
|
|
|
|
</ParamsDetails>
|
|
|
|
<RequestSchema
|
|
{...require("./get-function-names-supported-by-a-database.RequestSchema.json")}
|
|
>
|
|
|
|
</RequestSchema>
|
|
|
|
<StatusCodes
|
|
{...require("./get-function-names-supported-by-a-database.StatusCodes.json")}
|
|
>
|
|
|
|
</StatusCodes>
|