Skip to content

AutoScenarioDbTable.create_table_metadata() also extract the columns_metadata #41

Open
@victorterpstra

Description

For the AutoScenarioDbTable, we get the sqlalchemy.Table from reflection.
We also need the columns_metadata to be able to cell edits.
In particular, the method ScenarioDbTable.get_sa_column is searching for a sqlalchemy.Column and can't find it because it has not been reflected.

Work-around:
Do not use AutoScenarioDbTable

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions