PrefectHQ / prefect-aws

Prefect integrations with AWS.
https://PrefectHQ.github.io/prefect-aws/
Apache License 2.0
85 stars 40 forks source link

Improvement/error handling task creation #406

Closed jeanluciano closed 7 months ago

jeanluciano commented 8 months ago

Introduces logic to catch failures from the run task response. It raises a RuntimeError when it finds the list of failures populated of if either tasks or failures which will help with the index errors that can come up.

Closes #282

Example

Screenshots

Checklist

MohammedSiddiqui commented 7 months ago

@jeanluciano thanks for taking care of this! @desertaxle any idea when these changes can be available now in a new release?

rmnvncnt commented 7 months ago

Thanks a lot for that one!