tcn.lms.element.v1alpha1.Element.Process.ExileEntrypoint(ExileEntrypoint)
ExileEntrypoint defines a process for pulling data from Exile pools into the LMS pipeline.
It periodically checks the pool status and retrieves records when the pool is ready.
The process can be scheduled using cron and supports custom filename patterns for the retrieved data.
{
"pool_id": "string",
"cron_interval": "string",
"disabled": true,
"time_zone": "string",
"filename_pattern": "string"
}