Skip to content

[FR] Schema name appended with table name in tableName property of configuration.json file #13

@nihxdr

Description

@nihxdr

Including the schema name in tableName property is restrictive and seems unnecessary, since it won't allow us to use the same metadata files generated for different databases with the same schema.

concat(tables.TABLE_SCHEMA, '.', tables.TABLE_NAME) AS TABLE_NAME,

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions