sematic-ai / sematic

An open-source ML pipeline development platform
Other
975 stars 59 forks source link

Fail more loudly if artifact data writes are not successful #1097

Closed augray closed 1 year ago

augray commented 1 year ago

closes #1089

When doing a PUT to write artifact data, we are currently not raising an error directly. Likely an error will still occur when something downstream tries to use the artifact data (unless it's the last artifact in a pipeline...), but we should fail more explicitly when the error first occurs.