mirror of
https://github.com/apache/superset.git
synced 2026-05-08 01:15:46 +00:00
- Snapshot all four versioned docs sections at v6.1.0; master continues to serve as "Next" (lastVersion: current, banner: unreleased) so editing master keeps updating the canonical URLs - Enable the previously-disabled components plugin and version it - Rename stale "developer_portal" references to "developer_docs" across package.json scripts, manage-versions.mjs, theme files (DocVersionBadge, DocVersionBanner), DOCS_CLAUDE.md, and README.md (URL backward-compat redirect /developer_portal/* preserved) - Add admin_docs version scripts; drop dead "tutorials" plugin id from the version badge - Generalize fixVersionedImports in manage-versions.mjs to walk every section's snapshot and rewrite ../../src/ and ../../data/ imports, catching admin_docs and components files that previous version cuts would have broken - Remove orphan files: developer_portal_versions.json, tutorials_versions.json, and stray empty versions.json files inside components/ and developer_docs/ content directories
69 lines
3.2 KiB
Plaintext
69 lines
3.2 KiB
Plaintext
---
|
|
id: get-charts-and-dashboards-count-associated-to-a-dataset
|
|
title: "Get charts and dashboards count associated to a dataset"
|
|
description: "Get charts and dashboards count associated to a dataset"
|
|
sidebar_label: "Get charts and dashboards count associated to a dataset"
|
|
hide_title: true
|
|
hide_table_of_contents: true
|
|
api: eJzFV21v3DYM/isCsQ8J5vaSoQMCF/1wS9O3FX3JXbEBcXBVbN5ZjS25En3J1fB/HyjZvtcBXTOgn+4kkdTzkBRJN1BJK0sktA7iqwaUhhgqSTlEoGWJvLqFCCx+rZXFDGKyNUbg0hxLCXEDtKpYSmnCBVpo22uWdpXRDh0L/HZywj+p0YSa+K+sqkKlkpTRoy/OaN5bG6ysqdCSCtppLi25A/umDsYydKlVFRuDGM5ZXITDaA+bR1YXB/TGolCOhJmLTLr8xkibOYhAEZYHLlfZIeYRuEKlOAt+G84dWaUXfLxU32Zhc++wHcCamy+YevCKCt54Lkk6pEssJGHmCcJaXForV/9V37GBDaLf693nvcpP8zCny6xEkpmkzfTrWPsY1IuD3u/88eOuH9g/wP3P19y/X+m9P3aX3avi6/FellWgM7yQ3Zi2LV+xHYWPNdqV6GLURvDk5PQBj7NE5+Tiu5y6jXlQhE9a1pQbq75hFotxTTlq6u4XQ9U5wGRTMTB58nOZvDMk5qbWWSymOXrs6Agz9rapbYoiM+iENiTwXjk6RGqwwbf8/qDC+T8weq0JrZaFcGiXaAVaa2wsxlrUGu8rTJmd3xQmTWv7L5F6IUkWQc5f7jCtraKVbzhf7gjiq2vuGiQX3IT65HdwHcH9o9RkOPHgQocqpF5ADOmny7cQQSFvsFgvg6N5XdtCPPpbvLyYigRyoioejQqTyiI3juKzk7OzkazUaHk6ysJ1o9ORDc9tFtziEhBJkmghHr0SCYy7bPPej8UfKC1a8cv4/PxiMplN3/958S4BaKMB4YcV5UZvYBw2BpSqrIylPlVcohPdt07xbNh+vEA6YhziAVSiYCBHmaF1z5odQgnEIoGOVALiVyHTFJ2bkblF3Sb6ONGVVZqOeoCPOQGPjo83Kb+RSznxkd+gvbW5DpDRjpkPbOWdVCTmSGnuyT6QarPFN+7XYjeSTPxzH8wmkJ56zp+DRss/7ICniQ6g+eoB8I47OiFT4OPCLI5Y9PgpcHZvv4mXSCIUbiF1ttESQ2cV0jmTKuYlyAgpOroQQYmUmwxiWPiln9Vi2HVLU922u55h9/uHHB5SbTk6B50Mu3Df8rHIcImFqUrU1JUEH/xgqKmsIZOaoo1Ho4ZNtXHD6d3uWTuvHZmyNxHBUlolbwrs5wBvJkwQc+mHCQ8TIkBdl1wiuiX/+DKxbf/VdPpBDHbaCBjNtr2B7x64Sah1fMaDnDBWvP7ARpjLtpGDrur0vXTrp+G+3k24UgeSvuo1cOPz7oWxpWR7b/6aQjda8xMJp+shy5PmGeiOZhbnFl3+o0baCJSem/0pbVJXaEOi9bPIxhbnTpBbngaXOCqlb0Pdx8KP5/UWjqFnEd7TqCqk0nyfz7Smy/krkJViUKesPdiJu++V7dS/7pPgCprmRjr8ZIu25e2vPBFxC1rnoX8emXL8P4N4LguHewCHtgxHl92YcizWft4G3k+LeuXTvah5BRHc4ip8YbXXnKa+WPnbw8E4TdGXzV5lbwDg/BoqwssLDj2PRRseHBKg+8PWD8JpmiARql87oPMdgAG27T/1Peet
|
|
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 charts and dashboards count associated to a dataset"}
|
|
>
|
|
</Heading>
|
|
|
|
<MethodEndpoint
|
|
method={"get"}
|
|
path={"/api/v1/dataset/{pk}/related_objects"}
|
|
context={"endpoint"}
|
|
>
|
|
|
|
</MethodEndpoint>
|
|
|
|
|
|
|
|
Get charts and dashboards count associated to a dataset
|
|
|
|
<Heading
|
|
id={"request"}
|
|
as={"h2"}
|
|
className={"openapi-tabs__heading"}
|
|
>
|
|
<Translate id="theme.openapi.request.title">Request</Translate>
|
|
</Heading>
|
|
|
|
<ParamsDetails
|
|
{...require("./get-charts-and-dashboards-count-associated-to-a-dataset.ParamsDetails.json")}
|
|
>
|
|
|
|
</ParamsDetails>
|
|
|
|
<RequestSchema
|
|
{...require("./get-charts-and-dashboards-count-associated-to-a-dataset.RequestSchema.json")}
|
|
>
|
|
|
|
</RequestSchema>
|
|
|
|
<StatusCodes
|
|
{...require("./get-charts-and-dashboards-count-associated-to-a-dataset.StatusCodes.json")}
|
|
>
|
|
|
|
</StatusCodes>
|