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, |