Skip to content

Some API labels from pydantic SNP model are not mapped to labels stored in datastore. #65

@mugitty

Description

@mugitty

Currently, the code transforms data column names in the database using function 'clean_field_name' to create member variable names in the SNP model structure. The transformed data column names are passed to the data store when information is requested. Since, there is no reverse mapping, the data store does not return information for these fields.

When requesting information for fields, the code has to be updated to pass in the actual column name that is stored in the database instead of using the transformed field.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions