Describe the issue
The following fields are present the Transformations database table fields, but not in the DTOs that service the API. They do not appear to be used.
- Extension
- ExtensionNotes
- Description
- UseConsiderations
- InputAttributesCount
- OutputAttributesCount
Setup a database migration to remove the fields and then update the python model.
Additional context
Found when testing #771
Describe the issue
The following fields are present the Transformations database table fields, but not in the DTOs that service the API. They do not appear to be used.
Setup a database migration to remove the fields and then update the python model.
Additional context
Found when testing #771