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.
Part of #727
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 aShortNameproperty that resolves totable_name. This is useful for custom markdown templates where you would like additional flexibility in what you are rendering.Part of #727