{"templateId":"markdown","sharedDataIds":{"sidebar":"sidebar-sidebars.yaml"},"props":{"metadata":{"markdoc":{"tagList":[]},"type":"markdown"},"seo":{"title":"Treasure Data Bulk Import API","description":"Treasure Data Product Documentation · Collect and Unify · Segment and Activate · Experiment and Analyze · Decisioning Automate with AI Scale and Trust.","siteUrl":"https://docs.treasuredata.com","lang":"en-US","llmstxt":{"hide":false,"sections":[{"title":"Table of contents","includeFiles":["**/*"],"excludeFiles":[]}],"excludeFiles":[]}},"dynamicMarkdocComponents":[],"compilationErrors":[],"ast":{"$$mdtype":"Tag","name":"article","attributes":{},"children":[{"$$mdtype":"Tag","name":"Heading","attributes":{"level":1,"id":"treasure-data-bulk-import-api","__idx":0},"children":["Treasure Data Bulk Import API"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["The samples shown here are used to access your data through the Treasure Data REST API."]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Description"},"children":["Description"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"API call (or REST call)"},"children":["API call (or REST call)"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["enables bulk importing of data to the targeted database and table and stores it in the default resource pool"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["bulk_import/create/:name/:database_name/:table_name"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["returns the list of available bulk imports"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["bulk_import/list"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["upload a file to the bulk import session. Files must be in ",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"https://msgpack.org/index.html"},"children":["msgpack.gz"]}," format."]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["bulk_import/upload_part"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["returns the list of the available parts uploaded through the bulk import under the specified name"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["bulk_import/list_parts/:name"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["executes a job to perform bulk import with the indicated priority"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["bulk_import/perform/:name"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["commits the bulk import information having the specified name"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["bulk_import/commit/:name"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["deletes the imported information with the specified name"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["bulk_import/delete/:name"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["shows the details of the bulk import with the specified name"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["bulk_import/show/:name"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["freezes the bulk import with the specified name"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["bulk_import/freeze/:name"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["unfreezes bulk_import with the specified name"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["bulk_import/unfreeze/:name"]}]}]}]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"v3bulk_importcreatenamedatabase_nametable_name","__idx":1},"children":["v3/bulk_import/create/:name/:database_name/:table_name"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["This operation enables bulk importing of data to the targeted database and table and stores it in the default resource pool.",{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]},"Default expiration for bulk import is 30 days."]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Verb"},"children":["Verb"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"URI"},"children":["URI"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["POST"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["/v3/bulk_import/create/:name/:database_name/:table_name(.:format)"]}]}]}]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["URI Parameters"]}]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Parameter Name"},"children":["Parameter Name"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Description"},"children":["Description"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["name"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Name of the bulk import"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["database_name"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Name of the target database"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["table_name"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Name of the target table"]}]}]}]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"sample-request-status-200-ok","__idx":2},"children":["Sample Request Status 200 OK"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"bash","data-title":"Sample Request","header":{"title":"Sample Request","controls":{"copy":{}}},"source":"curl -X POST \\\n  https://api.treasuredata.com/v3/bulk_import/create/test_bulk_import/test_db/table_a1 \\\n  -H 'Authorization: TD1 <API Key>' \\\n  -H 'cache-control: no-cache,no-cache'\n","lang":"bash"},"children":[]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"json","data-title":"Sample Response","header":{"title":"Sample Response","controls":{"copy":{}}},"source":"\n{\n    \"name\": \"test_bulk_import\",\n    \"bulk_import\": \"test_bulk_import\"\n}\n","lang":"json"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"sample-request-status-404-not-found","__idx":3},"children":["Sample Request Status 404 Not Found"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"bash","data-title":"Sample Request","header":{"title":"Sample Request","controls":{"copy":{}}},"source":"curl -X POST \n  https://api.treasuredata.com/v3/bulk_import/create/test_bulk_import/test_db_abc/table_xyz \n  -H 'Authorization: TD1 <API Key>' \n  -H 'cache-control: no-cache,no-cache'\n","lang":"bash"},"children":[]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"json","data-title":"Sample Response","header":{"title":"Sample Response","controls":{"copy":{}}},"source":"{ \n    \"error\": \"Resource not found\",\n    \"message\": \"Resource not found\",\n    \"text\": \"Resource not found\",\n    \"severity\": \"error\",\n    \"status_code\": 404\n}\n","lang":"json"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"v3bulk_importupload_parttable_namename","__idx":4},"children":["v3/bulk_import/upload_part/table_name/:name"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["This operation add files to be imported to the bulk import session having the specified name. Name can be identifier you use for that part of the upload."]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Verb"},"children":["Verb"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"URI"},"children":["URI"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["PUT"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["/v3/bulk_import/upload_part/table_name/:name"]}]}]}]}]}]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"bash","data-title":"Sample Request","header":{"title":"Sample Request","controls":{"copy":{}}},"source":"curl -X PUT \\\n  https://api.treasuredata.com/v3/bulk_import/upload_part/test_bulk_import/:name \\\n  -H 'Authorization: TD1 <API Key>' \\\n  -H 'cache-control: no-cache,no-cache'\n","lang":"bash"},"children":[]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"json","data-title":"Sample Response","header":{"title":"Sample Response","controls":{"copy":{}}},"source":"{\n    \"bulk_import\": \"test_bulk_import\",\n    \"name\": \"test_bulk_import\"\n}\n","lang":"json"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"v3bulk_importcommitname","__idx":5},"children":["v3/bulk_import/commit/:name"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["This operation commits the bulk import information having the specified name."]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Verb"},"children":["Verb"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"URI"},"children":["URI"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["POST"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["/v3/bulk_import/commit/:name"]}]}]}]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["URI Parameters"]}]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Parameter Name"},"children":["Parameter Name"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Description"},"children":["Description"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["name"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["name of the bulk import"]}]}]}]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"sample-request-status-200-ok-1","__idx":6},"children":["Sample Request Status 200 OK"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"bash","data-title":"Sample Request","header":{"title":"Sample Request","controls":{"copy":{}}},"source":"curl -X POST \\\n  https://api.treasuredata.com/v3/bulk_import/commit/test_bulk_import \\\n  -H 'Authorization: TD1 <API Key>' \\\n  -H 'cache-control: no-cache,no-cache'\n","lang":"bash"},"children":[]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"json","data-title":"Sample Response","header":{"title":"Sample Response","controls":{"copy":{}}},"source":"{\n    \"name\": \"thyra_test_bulk_import\",\n    \"bulk_import\": \"thyra_test_bulk_import\"\n}\n","lang":"json"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"sample-request-status-404-not-found-1","__idx":7},"children":["Sample Request Status 404 Not Found"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"bash","data-title":"Sample Request","header":{"title":"Sample Request","controls":{"copy":{}}},"source":"curl -X POST \\\n  https://api.treasuredata.com/v3/bulk_import/commit/xyz \\\n  -H 'Authorization: TD1 <API Key>' \\\n  -H 'cache-control: no-cache,no-cache'\n","lang":"bash"},"children":[]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"json","data-title":"Sample Response","header":{"title":"Sample Response","controls":{"copy":{}}},"source":"{\n    \"error\": \"Resource not found\",\n    \"message\": \"Resource not found\",\n    \"text\": \"Resource not found\",\n    \"severity\": \"error\",\n    \"status_code\": 404\n}\n","lang":"json"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"v3bulk_importdeletename","__idx":8},"children":["v3/bulk_import/delete/:name"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["This operation deletes the imported information with the specified name."]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Verb"},"children":["Verb"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"URI"},"children":["URI"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["POST"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["/v3/bulk_import/delete/:name(.:format)"]}]}]}]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["URI Parameters"]}]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Parameter Name"},"children":["Parameter Name"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Description"},"children":["Description"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["name"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["name of the bulk import"]}]}]}]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"sample-request-status-200-ok-2","__idx":9},"children":["Sample Request Status 200 OK"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"bash","data-title":"Sample Request","header":{"title":"Sample Request","controls":{"copy":{}}},"source":"curl -X POST \\\n  https://api.treasuredata.com/v3/bulk_import/delete/thyra_test_bulk_import \\\n  -H 'Authorization: TD1 <API Key>'\n","lang":"bash"},"children":[]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"json","data-title":"Sample Response","header":{"title":"Sample Response","controls":{"copy":{}}},"source":"{\n    \"name\": \"thyra_test_bulk_import\",\n    \"bulk_import\": \"thyra_test_bulk_import\"\n}\n","lang":"json"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"sample-request-status-404-not-found-2","__idx":10},"children":["Sample Request Status 404 Not Found"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"bash","data-title":"Sample Request","header":{"title":"Sample Request","controls":{"copy":{}}},"source":"curl -X POST \n  https://api.treasuredata.com/v3/bulk_import/delete/import_abc \\\n  -H 'Authorization: TD1 <API Key>'\n","lang":"bash"},"children":[]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"json","data-title":"Sample Response","header":{"title":"Sample Response","controls":{"copy":{}}},"source":"{\n    \"error\": \"Resource not found\",\n    \"message\": \"Resource not found\",\n    \"text\": \"Resource not found\",\n    \"severity\": \"error\",\n    \"status_code\": 404\n}\n","lang":"json"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"v3bulk_importfreezename","__idx":11},"children":["v3/bulk_import/freeze/:name"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["This operation freezes the bulk import with the specified name."]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Verb"},"children":["Verb"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"URI"},"children":["URI"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["POST"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["/v3/bulk_import/freeze/:name(.:format)"]}]}]}]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["URI Parameters"]}]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Parameter Name"},"children":["Parameter Name"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Description"},"children":["Description"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["name"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["name of the bulk import"]}]}]}]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"sample-request-status-200-ok-3","__idx":12},"children":["Sample Request Status 200 OK"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"bash","data-title":"Sample Request","header":{"title":"Sample Request","controls":{"copy":{}}},"source":"curl -X POST \\\n  https://api.treasuredata.com/v3/bulk_import/freeze/test_bulk_import \\\n  -H 'Authorization: TD1 <API Key>'\n","lang":"bash"},"children":[]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"json","data-title":"Sample Response","header":{"title":"Sample Response","controls":{"copy":{}}},"source":"{\n    \"name\": \"test_bulk_import\",\n    \"bulk_import\": \"test_bulk_import\"\n}\n","lang":"json"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"sample-request-status-404-not-found-3","__idx":13},"children":["Sample Request Status 404 Not Found"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"bash","data-title":"Sample Request","header":{"title":"Sample Request","controls":{"copy":{}}},"source":"curl -X POST \\\n  https://api.treasuredata.com/v3/bulk_import/freeze/import_abc \\\n  -H 'Authorization: TD1 <API Key>'\n","lang":"bash"},"children":[]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"json","data-title":"Sample Response","header":{"title":"Sample Response","controls":{"copy":{}}},"source":"{\n    \"error\": \"Resource not found\",\n    \"message\": \"Resource not found\",\n    \"text\": \"Resource not found\",\n    \"severity\": \"error\",\n    \"status_code\": 404\n}\n","lang":"json"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"v3bulk_importlist","__idx":14},"children":["v3/bulk_import/list"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["This operation returns the list of available bulk imports."]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Verb"},"children":["Verb"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"URI"},"children":["URI"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["GET"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["/v3/bulk_import/list(.:format)"]}]}]}]}]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"sample-request-status-200-ok-4","__idx":15},"children":["Sample Request Status 200 OK"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"bash","data-title":"Sample Request","header":{"title":"Sample Request","controls":{"copy":{}}},"source":"curl -X POST \\\n  https://api.treasuredata.com/v3/bulk_import/list \\\n  -H 'Authorization: TD1 <API Key>'\n","lang":"bash"},"children":[]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"json","data-title":"Sample Response","header":{"title":"Sample Response","controls":{"copy":{}}},"source":"{\n    \"bulk_imports\": [\n        {\n            \"name\": \"bulk_import_test_session_0_2_1_0\",\n            \"valid_records\": 5,\n            \"error_records\": 0,\n            \"valid_parts\": 1,\n            \"error_parts\": 0,\n            \"status\": \"committed\",\n            \"upload_frozen\": true,\n            \"database\": \"tdtests_0_2_1_0\",\n            \"table\": \"bulk_import_test\",\n            \"job_id\": \"50696647\"\n        },\n        {\n            \"name\": \"bulk_import_test_session_0_2_1_1\",\n            \"valid_records\": 5,\n            \"error_records\": 0,\n            \"valid_parts\": 1,\n            \"error_parts\": 0,\n            \"status\": \"committed\",\n            \"upload_frozen\": true,\n            \"database\": \"tdtests_0_2_1_1\",\n            \"table\": \"bulk_import_test\",\n            \"job_id\": \"50611306\"\n        },\n           :\n           :\n           :\n    ]\n}\n","lang":"json"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"v3bulk_importlist_partsname","__idx":16},"children":["v3/bulk_import/list_parts/:name"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["This operation returns the list of the available parts uploaded through ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["/v3/bulk_import/upload_part/:name/:part"]}," under the specified name."]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Verb"},"children":["Verb"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"URI"},"children":["URI"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["GET"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["/v3/bulk_import/list_parts/:name(.:format)"]}]}]}]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["URI Parameters"]}]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Parameter Name"},"children":["Parameter Name"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Description"},"children":["Description"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["name"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["name of the bulk import"]}]}]}]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"sample-request-status-200-ok-5","__idx":17},"children":["Sample Request Status 200 OK"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"bash","data-title":"Sample Request","header":{"title":"Sample Request","controls":{"copy":{}}},"source":"curl -X GET \\\n  https://api.treasuredata.com/v3/bulk_import/list_parts/test_bulk_import \\\n  -H 'Authorization: TD1 <API Key>'\n","lang":"bash"},"children":[]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"json","data-title":"Sample Response","header":{"title":"Sample Response","controls":{"copy":{}}},"source":"{\n    \"parts\": [],\n    \"name\": \"test_bulk_import\",\n    \"bulk_import\": \"test_bulk_import\"\n}\n","lang":"json"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"sample-request-status-404-not-found-4","__idx":18},"children":["Sample Request Status 404 Not Found"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"bash","data-title":"Sample Request","header":{"title":"Sample Request","controls":{"copy":{}}},"source":"curl -X GET \\\n  https://api.treasuredata.com/v3/bulk_import/list_parts/upload_abc \\\n  -H 'Authorization: TD1 <API Key>'\n","lang":"bash"},"children":[]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"json","data-title":"Sample Response","header":{"title":"Sample Response","controls":{"copy":{}}},"source":"{\n    \"error\": \"Resource not found\",\n    \"message\": \"Resource not found\",\n    \"text\": \"Resource not found\",\n    \"severity\": \"error\",\n    \"status_code\": 404\n}\n","lang":"json"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"v3bulk_importperformname","__idx":19},"children":["v3/bulk_import/perform/:name"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["This operation executes a job to perform bulk import with the indicated priority using the resource pool if indicated, else it will use the account's default."]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Verb"},"children":["Verb"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"URI"},"children":["URI"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["POST"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["/v3/bulk_import/perform/:name(.:format)"]}]}]}]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["URI Parameters"]}]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Parameter Name"},"children":["Parameter Name"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Description"},"children":["Description"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["name"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["name of the bulk import"]}]}]}]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"sample-request-status-200-ok-6","__idx":20},"children":["Sample Request Status 200 OK"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"bash","data-title":"Sample Request","header":{"title":"Sample Request","controls":{"copy":{}}},"source":"curl -X POST \\\n  https://api.treasuredata.com/v3/bulk_import/perform/test_bulk_import \\\n  -H 'Authorization: TD1 <API Key>' \\\n","lang":"bash"},"children":[]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"json","data-title":"Sample Response","header":{"title":"Sample Response","controls":{"copy":{}}},"source":"{\n    \"name\": \"thyra_test_bulk_import\",\n    \"bulk_import\": \"thyra_test_bulk_import\",\n    \"job_id\": 50707565\n}\n","lang":"json"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"sample-request-status-404-not-found-5","__idx":21},"children":["Sample Request Status 404 not found"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"bash","data-title":"Sample Request","header":{"title":"Sample Request","controls":{"copy":{}}},"source":"curl -X POST \\\n  https://api.treasuredata.com/v3/bulk_import/perform/upload_abc \\\n  -H 'Authorization: TD1 <API Key>'\n","lang":"bash"},"children":[]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"json","data-title":"Sample Response","header":{"title":"Sample Response","controls":{"copy":{}}},"source":"{\n    \"error\": \"Resource not found\",\n    \"message\": \"Resource not found\",\n    \"text\": \"Resource not found\",\n    \"severity\": \"error\",\n    \"status_code\": 404\n}\n","lang":"json"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"v3bulk_importshowname","__idx":22},"children":["v3/bulk_import/show/:name"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["This operation shows the details of the bulk import with the specified name"]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Verb"},"children":["Verb"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"URI"},"children":["URI"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["GET"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["/v3/bulk_import/show/:name(.:format)"]}]}]}]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["URI Parameters"]}]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Parameter Name"},"children":["Parameter Name"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Description"},"children":["Description"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["name"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["name of the bulk import"]}]}]}]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"sample-request-status-200-ok-7","__idx":23},"children":["Sample Request Status 200 OK"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"bash","data-title":"Sample Request","header":{"title":"Sample Request","controls":{"copy":{}}},"source":"curl -X GET \\\n  https://api.treasuredata.com/v3/bulk_import/show/test_bulk_import \\\n  -H 'Authorization: TD1 <API Key>'\n","lang":"bash"},"children":[]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"json","data-title":"Sample Response","header":{"title":"Sample Response","controls":{"copy":{}}},"source":"{\n    \"name\": \"test_bulk_import\",\n    \"status\": \"ready\",\n    \"job_id\": 50707565,\n    \"valid_records\": 0,\n    \"error_records\": 0,\n    \"valid_parts\": 0,\n    \"error_parts\": 0,\n    \"upload_frozen\": false,\n    \"database\": \"test_db\",\n    \"table\": \"table_a1\"\n}\n","lang":"json"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"sample-request-status-404-not-found-6","__idx":24},"children":["Sample Request Status 404 not found"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"bash","data-title":"Sample Request","header":{"title":"Sample Request","controls":{"copy":{}}},"source":"curl -X GET \\\n  https://api.treasuredata.com/v3/bulk_import/show/upload_abc \\\n  -H 'Authorization: TD1 <API Key>'\n","lang":"bash"},"children":[]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"json","data-title":"Sample Response","header":{"title":"Sample Response","controls":{"copy":{}}},"source":"{\n    \"error\": \"Resource not found\",\n    \"message\": \"Resource not found\",\n    \"text\": \"Resource not found\",\n    \"severity\": \"error\",\n    \"status_code\": 404\n}\n","lang":"json"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"v3bulk_importunfreezename","__idx":25},"children":["v3/bulk_import/unfreeze/:name"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["This operation unfreezes bulk_import with the specified name."]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Verb"},"children":["Verb"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"URI"},"children":["URI"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["POST"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["/v3/bulk_import/unfreeze/:name(.:format)"]}]}]}]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["URI Parameters"]}]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Parameter Name"},"children":["Parameter Name"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Description"},"children":["Description"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["name"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["name of the bulk import"]}]}]}]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"sample-request-status-200-ok-8","__idx":26},"children":["Sample Request Status 200 OK"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"bash","data-title":"Sample Request","header":{"title":"Sample Request","controls":{"copy":{}}},"source":"curl -X POST \\\n  https://api.treasuredata.com/v3/bulk_import/unfreeze/test_bulk_import \\\n  -H 'Authorization: TD1 <API Key>' \n","lang":"bash"},"children":[]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"json","data-title":"Sample Response","header":{"title":"Sample Response","controls":{"copy":{}}},"source":"{\n    \"name\": \"test_bulk_import\",\n    \"bulk_import\": \"thyra_test_bulk_import\"\n}\n","lang":"json"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"sample-request-status-404-not-found-7","__idx":27},"children":["Sample Request Status 404 not found"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"bash","data-title":"Sample Request","header":{"title":"Sample Request","controls":{"copy":{}}},"source":"curl -X POST \\\n  https://api.treasuredata.com/v3/bulk_import/unfreeze/upload_abc \\\n  -H 'Authorization: TD1 <API Key>'\n","lang":"bash"},"children":[]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"json","data-title":"Sample Response","header":{"title":"Sample Response","controls":{"copy":{}}},"source":"{\n    \"error\": \"Resource not found\",\n    \"message\": \"Resource not found\",\n    \"text\": \"Resource not found\",\n    \"severity\": \"error\",\n    \"status_code\": 404\n}\n","lang":"json"},"children":[]}]},"headings":[{"value":"Treasure Data Bulk Import API","id":"treasure-data-bulk-import-api","depth":1},{"value":"v3/bulk_import/create/:name/:database_name/:table_name","id":"v3bulk_importcreatenamedatabase_nametable_name","depth":2},{"value":"Sample Request Status 200 OK","id":"sample-request-status-200-ok","depth":3},{"value":"Sample Request Status 404 Not Found","id":"sample-request-status-404-not-found","depth":3},{"value":"v3/bulk_import/upload_part/table_name/:name","id":"v3bulk_importupload_parttable_namename","depth":2},{"value":"v3/bulk_import/commit/:name","id":"v3bulk_importcommitname","depth":2},{"value":"Sample Request Status 200 OK","id":"sample-request-status-200-ok-1","depth":3},{"value":"Sample Request Status 404 Not Found","id":"sample-request-status-404-not-found-1","depth":3},{"value":"v3/bulk_import/delete/:name","id":"v3bulk_importdeletename","depth":2},{"value":"Sample Request Status 200 OK","id":"sample-request-status-200-ok-2","depth":3},{"value":"Sample Request Status 404 Not Found","id":"sample-request-status-404-not-found-2","depth":3},{"value":"v3/bulk_import/freeze/:name","id":"v3bulk_importfreezename","depth":2},{"value":"Sample Request Status 200 OK","id":"sample-request-status-200-ok-3","depth":3},{"value":"Sample Request Status 404 Not Found","id":"sample-request-status-404-not-found-3","depth":3},{"value":"v3/bulk_import/list","id":"v3bulk_importlist","depth":2},{"value":"Sample Request Status 200 OK","id":"sample-request-status-200-ok-4","depth":3},{"value":"v3/bulk_import/list_parts/:name","id":"v3bulk_importlist_partsname","depth":2},{"value":"Sample Request Status 200 OK","id":"sample-request-status-200-ok-5","depth":3},{"value":"Sample Request Status 404 Not Found","id":"sample-request-status-404-not-found-4","depth":3},{"value":"v3/bulk_import/perform/:name","id":"v3bulk_importperformname","depth":2},{"value":"Sample Request Status 200 OK","id":"sample-request-status-200-ok-6","depth":3},{"value":"Sample Request Status 404 not found","id":"sample-request-status-404-not-found-5","depth":3},{"value":"v3/bulk_import/show/:name","id":"v3bulk_importshowname","depth":2},{"value":"Sample Request Status 200 OK","id":"sample-request-status-200-ok-7","depth":3},{"value":"Sample Request Status 404 not found","id":"sample-request-status-404-not-found-6","depth":3},{"value":"v3/bulk_import/unfreeze/:name","id":"v3bulk_importunfreezename","depth":2},{"value":"Sample Request Status 200 OK","id":"sample-request-status-200-ok-8","depth":3},{"value":"Sample Request Status 404 not found","id":"sample-request-status-404-not-found-7","depth":3}],"frontmatter":{"seo":{"title":"Treasure Data Bulk Import API"}},"lastModified":"2026-02-17T14:14:59.000Z","pagePropGetterError":{"message":"","name":""}},"slug":"/apis/td-api/bulk-import-api","userData":{"isAuthenticated":false,"teams":["anonymous"]},"isPublic":true}