Skip to content

improve error message incase of jsondecode error

VidyaDharani Lokam requested to merge az/vl-handle-json-error into master
  • 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 of JSONDecodeError.
Edited by VidyaDharani Lokam

Merge request reports