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
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
If the schema is relative large (tens of fields), then the error message is
Field {...} Field {...} Field {...} Field {...} Field {...} Field {...} Field {...} Field {...} Field {...} Field {...} is not a superset of Field {...} Field {...} Field {...} Field {...} Field {...} Field {...} Field {...} Field {...} Field {...} Field {...}
This is not that helpful.
Describe the solution you'd like
Change it to something like
target schema is not superset of current schema target=Field {...} Field {...} Field {...} Field {...} Field {...} Field {...} Field {...} Field {...} Field {...} Field {...} current=Field {...} Field {...} Field {...} Field {...} Field {...} Field {...} Field {...} Field {...} Field {...} Field {...}
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
If the schema is relative large (tens of fields), then the error message is
This is not that helpful.
Describe the solution you'd like
Change it to something like
The text was updated successfully, but these errors were encountered: