We have tables with the same table schema across multiple namespaces. Example:
company1.table1
company2.table1
company3.table1
It would be great if we can define table rules that allow us to either:
- Use a wildcard
* to signify that the table transformation rules should apply to all tables no matter what the schema name is.
- Define a set of schemas that the table transformation rules should apply to.