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
Currently, there is no good way to distinguish the full table name from the schema for certain database types. The table name is reported as schema.table_name. I would propose a ShortName property that resolves to table_name. This is useful for custom markdown templates where you would like additional flexibility in what you are rendering.