uon-drs / improved-octo-giggle

Software/Data science hackathon repo
MIT License
0 stars 0 forks source link

Validation post endpoint #26

Closed ATayls closed 1 month ago

ATayls commented 1 month ago

Creates the validation endpoint that uses the validation and schema services. A) Gets pandera schema from db using schema name B) Converts file as bytes into pandas dataframe C) Validates with validation service. Returns a 202 ACCEPTED status code if the file is successfully validated against the schema.

Resolves: