CodeForPhilly / paws-data-pipeline

PAWS Data Pipeline Project
MIT License
16 stars 9 forks source link

implement consistent application wide fail fast and loud policy for error reporting #612

Open sposerina opened 4 months ago

sposerina commented 4 months ago

If any non-recoverable error is detected in pipeline, log a meaningful error message at the error log level and throw an exception. Configure flask to return a 500 when a exception bubbles up past the controller method.