-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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
Labels
enhancementNew feature or requestNew feature or request