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
Currently we support the myschema.* pattern, which expands to all objects in myschema of the relevant object kind (e.g. tables or sequences). A common request is to support arbitrary regex patterns.
This is definitely doable, but will require modifying the spec validation, adding support for taking a regex pattern and expanding it, and of course adding associated testing.
The text was updated successfully, but these errors were encountered:
Currently we support the
myschema.*
pattern, which expands to all objects inmyschema
of the relevant object kind (e.g. tables or sequences). A common request is to support arbitrary regex patterns.This is definitely doable, but will require modifying the spec validation, adding support for taking a regex pattern and expanding it, and of course adding associated testing.
The text was updated successfully, but these errors were encountered: