Skip to content

feat: Dynamic Column Adjustments #38

@wbh1

Description

@wbh1

Currently, I hardcode all the tables/columns with boolean types that need to be converted when doing imports. This is tedious and difficult to maintain. Instead, we should dynamically determine which columns need adjustment.

Some options:

  • Run queries on sqlite to find tables/columns ahead of time
  • Use expected error messages to dynamically retry with conversion
    • I like this one less.

Related issues

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions