Files
superset2/docs/developer_docs_versioned_docs/version-6.1.0/api/download-database-s-and-associated-dataset-s-as-a-zip-file.api.mdx
Superset Dev 752ebd47cb docs: cut 6.1.0 versions for docs, admin_docs, developer_docs, components
- 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
2026-05-02 11:53:56 -07:00

69 lines
3.1 KiB
Plaintext

---
id: download-database-s-and-associated-dataset-s-as-a-zip-file
title: "Download database(s) and associated dataset(s) as a zip file"
description: "Download database(s) and associated dataset(s) as a zip file"
sidebar_label: "Download database(s) and associated dataset(s) as a zip file"
hide_title: true
hide_table_of_contents: true
api: eJzFVm1v2zYQ/ivEYR8STImToQMCFf3gpenb2i6YHWxDFLi0dLaYSqRCnhw7gv77cKSk2HkpsA7YPkkkj3fPc69soJJWlkhoHcSXDaRGE2qCuAFZVYVKJSmjR9fOaN5zaY6l5D9FWDr+oU2FEIPShEu00Eb9jrRWbiACUlTweok0w3VlLM1U5madqrZtI1AaYrip0bK8liWL30B7FYFFVxnt0Jv66eiIP89gvFPVLsSFsaUkiGGutPSqO2SOrNLLYDpDl1pVsQaIYSzuVCUWqkBxqygXmSQ5lw733L6QOvNrh+SXTvw1/vSRCb84Ov4Grse+q6yp0JIKrEp0Ti5xy5cDvgGxmV9jSmwL17KsCty5CBda1pQbq+4wi8W4phw1dfaFxZtaWcye4rt9MTB58f8y+WxILEyts1hMc/TY0RFmwqIztU1RZAad0IYErpWjp0gNOtjKz9/Mmf+A0XtNaLUshEO7QivQWmNjMdai1riuMGV2flOYNK3tM5F6I0kWQc4bd5jWVtHGV+31LUF8ecUFQ3LJlQyvu8yFqwjWB6nJcOLBhTIvpF5CDOnF7x8hgkLOsbhfBkfzuraFOPhTvD2bigRyoioejQqTyiI3juKTo5OTkazUaHU86gtlFCp8lIBIkkQLcfBOJDDuksw7PRa/oLRoxQ/j09OzyWQ2/e3Xs88JQBsNwM43lBu9BW3YGMCpkg31GeISnei+WYhXw/bhEmmPcYh/ziAK93KUGVr3qnnAI4FYJNBxSUD8KGSaonMzMl9Rt4neT3Rllaa9Htchp9ve/v420w9yJSc+zltsdzbvw2G0Y8IDSXkrFYkFUpp7jt/HsNmhGfdr8TBuzPdLH7omcJ16ql/CjZY/zPtlogNWtjjgfOCFTsgUeFiY5R6L7r/0PX838V+bW10YmT3qxdI5kyrJ5bPbluXQxCGCEik3WRg/EEElKYcYnnMJu9uXaSiT2nI0nnQqPMT5kY9FhissTFWipq7gfbCDoqayhkxqijYejRpW1cYN220faTutHZmyVxHBSlol50XoSr0a/s9wIeuCOpgQAeq65AbQLfnj4JFX302n52LQ00bAaHb1DXwfgZuETsZnPKyFseL9OSthLrtKnnRVd99Lty2HvO9mE+7DgaTvaQ3MfcK96Uf5hz+mHCMvxpPdn95Pdk+6jfjyzOLCosu/V4l/lixMoLODvq7QOp9N/dNma4tzJ8itjoNLHJXSD5nuYfMvE3oHzDCWCNc0qgqpNBv16dZ0yX4JslKM7Jhv92OBp5UPQAScHSH8l9A0fHphi7bl7fAm41J4YHaYp3Dvt10MX3HjX3Gcu0XN5764+0T28yqC0HW8hXBhnKbo215/6+ETj5UMRf32jCPJb5gtXwzx7H5Yef8m1Zst1U0TJEIX4yIMGHwDh/aqbdu/AWNe0U8=
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={"Download database(s) and associated dataset(s) as a zip file"}
>
</Heading>
<MethodEndpoint
method={"get"}
path={"/api/v1/database/export/"}
context={"endpoint"}
>
</MethodEndpoint>
Download database(s) and associated dataset(s) as a zip file
<Heading
id={"request"}
as={"h2"}
className={"openapi-tabs__heading"}
>
<Translate id="theme.openapi.request.title">Request</Translate>
</Heading>
<ParamsDetails
{...require("./download-database-s-and-associated-dataset-s-as-a-zip-file.ParamsDetails.json")}
>
</ParamsDetails>
<RequestSchema
{...require("./download-database-s-and-associated-dataset-s-as-a-zip-file.RequestSchema.json")}
>
</RequestSchema>
<StatusCodes
{...require("./download-database-s-and-associated-dataset-s-as-a-zip-file.StatusCodes.json")}
>
</StatusCodes>