Documentation Index

Fetch the complete documentation index at: https://docs.datajet.app/llms.txt

Use this file to discover all available pages before exploring further.

Load Logs

Prev Next

Accessed from Admin | System Information | Load Logs.  A record of every operation that runs the file loader is kept. The following methods invoke the file loader:

A Load Log records the details of a table load. One is created automatically whenever data is loaded into a table, regardless of how the load was triggered (script, job, or interactively).

Load logs are stored in MongoDB.  

ColumnDescription
Table The table that was loaded.
TypeThe load type (for example `LOAD`)
StartedWhen the load started (UTC)
CompletedWhen the load finished (UTC)
TicksThe load duration
Status`OK` or `FAIL`
LogThe detailed load events returned by the loader, including the count of bad/rejected records.



See Also: