arkhn / fhir-river

Live ETL pipeline to standardize Health Data into FHIR.
Apache License 2.0
42 stars 4 forks source link

Show errors 500 and 400 on preview #639

Closed Klochette closed 3 years ago

Klochette commented 3 years ago

Fixes

Fixes #622

Description

Handle errors 500 and 400 on preview with notistack.

Definition of Done

Klochette commented 3 years ago

some python files have been changes where the shouldn't: can you reset them to their version on v4 ? you can do:

git reset <commit hash> <filename>

to restore the correct version

I think I did it correctly