Be mindful how a script makes use of system resources. Analytic scripts can read all table data into memory. Each script is being run in parallel by each User process in the analytic compute group. If the data being read exceeds the memory quota assigned to a User process, then the workload fails. In such memory intensive scenarios, consider partial or recursive ingestion of your input data into the script in chunks, if your script logic allows.