Filtering table names that start with MLOG
Completed
I haven't had much success filtering table names in our schemas that start with MLOG$...
I tried a negative lookahead regex in the object filer and it didn't work. I included my object filter which is not working.
table:^(?!MLOG).* || view:*
Any ideas?
Thanks,
Grant
Please sign in to leave a comment.
I tried deleting my data source and defining the object filter prior to importing the schema and that actually worked. I thought after modifying the object filter and synchronizing it would update the tree but it didn't. Is that a limitation or unexpected behavior? I also tried deselecting the schema and adding it back with the same result as synchronizing.
Thanks,
Grant
@Grant Lewis,
If you want to show only tables that start from MLOG$
If you want to filter'em out: