DEPOT_UPLOADS
Lists details about depot uploads to communal storage.
	Eon Mode only
Lists details about depot uploads to communal storage.
| Column Name | Data Type | Description | 
|---|---|---|
| NODE_NAME | VARCHAR | The name of the node on which the depot resides. | 
| PLAN_ID | VARCHAR | A unique node-specific numeric ID for each plan run by the Optimizer. | 
| SUBMIT_TIME | TIMESTAMP | The time the task was submitted to the uploader. | 
| START_TIME | TIMESTAMP | The time the upload started. | 
| END_TIME | TIMESTAMP | The time the upload ended. | 
| SOURCE_FILE | VARCHAR | The source file path used. | 
| DESTINATION_FILE | VARCHAR | The destination file path. | 
| FILE_SIZE_BYTES | INTEGER | The size of the uploaded file, in bytes. | 
| MEMORY_USED_KB | INTEGER | The size of the uploader file buffer for the task. Valid for a task with a RUNNING or COMPLETED status. For a RUNNING status, this shows the current file buffer size, (whatever the uploader is using, which may grow over time for large uploads). For a COMPLETED status, this shows the largest size used in case the buffer grew during the upload. | 
| STATUS | VARCHAR | The status of the task, valid values are: COMPLETED - the task has completed QUEUED - the task is still in the queue, but haven't been picked up by the uploader. RUNNING - the task is currently running and the corresponding file is uploading. |