Skip to content

Update the ELT runner to explicitly log any error messages

Update ELT runner error handling

  • This relates to issue #2451 (closed) By explicitly logging any errors from an ELT run, it ensures that the error message is passed to the Meltano UI (specifically the log modal window during a pipeline run)

  • Another side benefit of logging the error this way is that the error is prepended by the meltano | string, which makes the formatting more consistent.

Merge request reports