td_download_project_archive
Download a complete Treasure Data workflow project archive containing SQL queries, Digdag files, Python scripts, and resources for backup or migration purposes.
Instructions
Download a project's archive (tar.gz) and return information about the download.
This tool downloads the complete archive of a Treasure Data workflow project,
which contains all SQL queries, Digdag (.dig) files, Python scripts, and other
resources. The file is temporarily stored on the server.
Args:
project_id: The ID of the workflow project to download
Input Schema
Name | Required | Description | Default |
---|---|---|---|
project_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"project_id": {
"title": "Project Id",
"type": "string"
}
},
"required": [
"project_id"
],
"type": "object"
}