improve error message incase of jsondecode error
- Currently, when attempting to ingest data by uploading a file, the DAG fails with a
JSONDecodeError
if the file format is anything other than binary. To enhance the user experience, this MR improves error handling by providing a more informative error message in case ofJSONDecodeError
.
Edited by VidyaDharani Lokam