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
Dots should not be allowed in schema names or field names.
Description
we use the dot internally to combine schema name and field name, having dots in any of those two names, will make splitting based on dot impossible.
see the diff endpoint on how the response is combined [schema_name.field_name]
Expected Behaviour
Users should not be allowed to use dots, and receive validation error if they attempt that
Actual Behaviour
Dots are accepted
The text was updated successfully, but these errors were encountered:
Dots should not be allowed in schema names or field names.
Description
we use the dot internally to combine schema name and field name, having dots in any of those two names, will make splitting based on dot impossible.
see the diff endpoint on how the response is combined [schema_name.field_name]
Expected Behaviour
Users should not be allowed to use dots, and receive validation error if they attempt that
Actual Behaviour
Dots are accepted
The text was updated successfully, but these errors were encountered: