You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In “add_table_name” any unidentified tables are just ignored. This is probably right, but in most cases we would want to know that this happened
Two possible approaches:
Log a warning within add_table_name
Create a filter to catch any tables without names and log warnings for these
In fairness – both approaches are doable and perhaps a good option as it offers both a simple no-config-required approach, and a more customisable approach to provide detailed logging
The text was updated successfully, but these errors were encountered:
Might also want to identify if there are extra columns that have been removed. I'm still uncertain if this is worth being added into the error report but it was previously in there
In “add_table_name” any unidentified tables are just ignored. This is probably right, but in most cases we would want to know that this happened
Two possible approaches:
In fairness – both approaches are doable and perhaps a good option as it offers both a simple no-config-required approach, and a more customisable approach to provide detailed logging
The text was updated successfully, but these errors were encountered: