terascope / teraslice

Scalable data processing pipelines in JavaScript
https://terascope.github.io/teraslice/
Apache License 2.0
50 stars 13 forks source link

Improve error message in Asset loader when asset blob is undefined #3698

Closed busma13 closed 1 month ago

busma13 commented 1 month ago

If an asset is deployed to teraslice with teraslice.ASSET_STORAGE_CONNECTION_TYPE set to s3, but then the connection type is switched to elasticsearch, job registration will fail. This PR improves the error message to tell the user to double check the connection type and then delete and redeploy assets.

ref: #3692