discoverx
discoverx copied to clipboard
from_tables passing mutiple catalogs using regex
opt=dx.from_tables("dbdemos|uc_test..")
Currently unable to parse multiple catalog at the same time to apply scan on multiple tables
it is working with this - ..*
dx.from_tables(*.*.*)