You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We want to warn users that it's not a common use case to create Virtual Schemas for s source schema that contains more than 1000 tables. The users should use the TABLE_FILTER property to specify tables.
Solution
Throw an exception when the source schema contains more than 1000 tables and ask users to add TABLE_FILTER.
We can also add a property that ignores this check in the future.
The text was updated successfully, but these errors were encountered:
Problem
We want to warn users that it's not a common use case to create Virtual Schemas for s source schema that contains more than 1000 tables. The users should use the TABLE_FILTER property to specify tables.
Solution
Throw an exception when the source schema contains more than 1000 tables and ask users to add TABLE_FILTER.
We can also add a property that ignores this check in the future.
The text was updated successfully, but these errors were encountered: