Is your feature request related to a problem? Please describe:
All tables are currently named using the --entity-name-format flag, e.g. schema.table
The names then get rendered in double quotes: Table "finance_cubes.invoices" { .... }
However, dbdocs does not recognize the schema name as being a schema; it simply takes the whole name as the name of the table:
Describe the solution you'd like:
An option to somehow remove the double quotes to allow dbdocs to recognize the schemas and display them as such in their visualization tool:
Is your feature request related to a problem? Please describe: All tables are currently named using the --entity-name-format flag, e.g. schema.table The names then get rendered in double quotes: Table "finance_cubes.invoices" { .... } However, dbdocs does not recognize the schema name as being a schema; it simply takes the whole name as the name of the table:
Describe the solution you'd like: An option to somehow remove the double quotes to allow dbdocs to recognize the schemas and display them as such in their visualization tool: