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
The partial parsing manipulation of schema file dictionaries (derived from yaml) depend on a few things being correct, such as the top level keys ('models', 'seeds', etc) having values that are lists, that the lists contain dictionaries, and the dictionaries have a 'name' key. If these condition are not correct the errors will not be clear or helpful ('key error', etc).
We should do some minimal validation on new schema file content to verify that the above conditions are true. (More specific validation is done in the schema parser itself.)
The text was updated successfully, but these errors were encountered:
The partial parsing manipulation of schema file dictionaries (derived from yaml) depend on a few things being correct, such as the top level keys ('models', 'seeds', etc) having values that are lists, that the lists contain dictionaries, and the dictionaries have a 'name' key. If these condition are not correct the errors will not be clear or helpful ('key error', etc).
We should do some minimal validation on new schema file content to verify that the above conditions are true. (More specific validation is done in the schema parser itself.)
The text was updated successfully, but these errors were encountered: