MolSSI / QCFractal

A distributed compute and database platform for quantum chemistry.
https://molssi.github.io/QCFractal/
BSD 3-Clause "New" or "Revised" License
144 stars 47 forks source link

Fix native_files fields return from server & ORM #819

Closed bennybp closed 5 months ago

bennybp commented 5 months ago

Description

Fetching native files info from the server resulted in an error. record_id was being included in the data from the server/ORM, but it is not a valid field in the pydantic model.

Changelog description

Fix native_files fields return from server & ORM

Status