Skip to content

Better queryset errors #38

@hhegre

Description

@hhegre

Would be good if more queryset error messages reach the user. For instance, in :

.with_column(Column("ged_gte_25","country_month","ged_sb_best_sum_nokgx")

it would be very useful if this results in error messages telling us that "country_month" is not a table in the database and (if the table exists) that "ged_sb_best_sum_nokgx" is not a column in this table.

I understand some error message is produced in the logs, but it would be more convenient if they are visible from the notebook.

Metadata

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