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.1 KiB
Plaintext
69 lines
3.1 KiB
Plaintext
---
|
|
id: refresh-and-update-columns-of-a-dataset
|
|
title: "Refresh and update columns of a dataset"
|
|
description: "Refresh and update columns of a dataset"
|
|
sidebar_label: "Refresh and update columns of a dataset"
|
|
hide_title: true
|
|
hide_table_of_contents: true
|
|
api: eJzFV21v2zYQ/ivEYcASTImTrgMCFf2QZS3armiD2tkLoqClpXOkhiJZ8uTGE/TfhyMl+SUeMORLPlkk7473PPfCcwtWOlkjofOQXrdQaUjBSiohAS1r5NUdJODwW1M5LCAl12ACPi+xlpC2QCvLUpUmvEUHXXfD0t4a7dGzwLOTE/7JjSbUxJ/SWlXlkiqjJ1+90by3Nmidseioito1ei9vceMmT67St9B1ybBj5l8xJ+gSwHtZW4VbimuFLoECfe4qy1dDCr9Jkh5JFKiQkA08Pzl9WmevtGyoNK76B4tUnDdUoqb+fjFGYQ+WTcWI5OenRfLauHlVFKhT8bdpRGH0jyRKuURh0dWV94yIjJB5jt4LKisvHHrTuBz3ARztRXTPnxbdB0NiYRpdpGJWYogMesJihCAKg15oQwLvK0/7EI02AqJnz54686wzHAo5Vyg462iVij+kqoqYfeiccftwXJhGFQFqb6HX5qt+eerqf6sJnZZKeHRLdBFFKs61aDTeW8w5aGFTmDxv3H+U12tJUo0UJOAxbxxj5K759TtBen3DrY/kLXfSobV4uEng/ig3BU6Dc7HNKqlvIYX86tN7SEDJOar1si+BFPLGKXH0l7i8mokMSiKbTibK5FKVxlN6dnJ2NpG2mixPJ0W8bnI6cbhw6MsMRJZlWoijNyKD8741BNZT8StKh078cH5x8Wo6/Tz7+PurDxlAl4yeXa6oNHrDt3Fj9K6qrXE0ZL7PdKaHvi9ejtvHtqED9kM8AkISFUuUBTr/st0BkkEqMujBZCB+6nvJZzJ3qLtem3OMVe9wFRWWUjWYQZfpw0xbV2k6GBw/ZuGDw8NNKt7JpZyGTNigY2tzHTCjPTMysiC/y4rEAikvAwmPpKCNSGqk0hQM4fJqtstOOkiJ3Xgz6i9DyNtI0Sww9CVZq1zECj2arSxGnnYLNYMoPRA7N8UqFe+mHz8cx6qsFquDVtzhaoNl0R2yNJP9ItORIIY5krNDfS9kFB4rc3vAoocvgCtrux4/RYKE1IVobCEJRW5UU2svzEJI0VMJCUTWeJBpeBmGmxR2KW/tXTewziENzSIWa+M44nsDB7tuvedjUeASlbE1aurbTkioaKi1zpDJjerSyaRlU13acil1D6xdNJ5MPZhIYCldxd3Z950ymOHvAheyUdS7CQmgbmpuQ/2Sf0Ir2rb/Zja7FKOdLgH2ZtveiPeBc9PYT/mMJ0VhnHh7yUYYy7aRvVT1+kG6C2Pj0FOn/BpEkKGztjAP2fvauFqyvXd/zqCfQbns4imML0IA3SWs/HkI6SONdAlUemEinC3vG4suJhhVxI/O5hbnTpRbnkZKPNUyPHX9VP3/83fr3vEdJLyniVWyCuNQyKy2z+1rkLZiJ05Ze7ST9oN85ONmCPY1tO1cerxyqut4+1uDjp+1m3W+hTIoqjAZFJAupPL4wLHxiYeDT/2ceijWfG473G9KvQpprRpeQcJNOv7l6G44HUNrC7fHg/M8x9ByB5UHwwTn0Vjxl1ccYp6LN5gbA91/sPW97rRtlIi9shu9C68LO9h1/wJRLI3I
|
|
sidebar_class_name: "put 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={"Refresh and update columns of a dataset"}
|
|
>
|
|
</Heading>
|
|
|
|
<MethodEndpoint
|
|
method={"put"}
|
|
path={"/api/v1/dataset/{pk}/refresh"}
|
|
context={"endpoint"}
|
|
>
|
|
|
|
</MethodEndpoint>
|
|
|
|
|
|
|
|
Refresh and update columns of a dataset
|
|
|
|
<Heading
|
|
id={"request"}
|
|
as={"h2"}
|
|
className={"openapi-tabs__heading"}
|
|
>
|
|
<Translate id="theme.openapi.request.title">Request</Translate>
|
|
</Heading>
|
|
|
|
<ParamsDetails
|
|
{...require("./refresh-and-update-columns-of-a-dataset.ParamsDetails.json")}
|
|
>
|
|
|
|
</ParamsDetails>
|
|
|
|
<RequestSchema
|
|
{...require("./refresh-and-update-columns-of-a-dataset.RequestSchema.json")}
|
|
>
|
|
|
|
</RequestSchema>
|
|
|
|
<StatusCodes
|
|
{...require("./refresh-and-update-columns-of-a-dataset.StatusCodes.json")}
|
|
>
|
|
|
|
</StatusCodes>
|