tigergraph__run_loading_job_with_file
Upload a data file to TigerGraph and run a loading job to ingest it using the specified job definition and file tag.
Instructions
Execute a loading job with a data file. The file is uploaded to TigerGraph and loaded according to the specified loading job definition.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| eol | No | End-of-line character. Default is '\n'. Supports '\r\n'. | |
| profile | No | Connection profile name. Omit to use the active default profile. Use 'list_connections' to see available profiles. | |
| timeout | No | Timeout in milliseconds. Set to 0 for system-wide timeout. | |
| file_tag | Yes | The name of file variable in the loading job (DEFINE FILENAME <fileTag>). | |
| job_name | Yes | The name of the loading job to run. | |
| file_path | Yes | Absolute path to the data file to load. Example: '/home/user/data/persons.csv' | |
| separator | No | Data value separator. Default is comma. For JSON data, don't specify. | |
| graph_name | No | Name of the graph. If not provided, uses default connection. | |
| size_limit | No | Maximum size for input file in bytes (default 128MB). |