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
If the result is True, then the schemas have not changed (even if their json hash differs because of key sorting). If the result if False, then the schemas have changed.
In 0.7.1 we shifted from raising an error to logging a warning when the schema in the codebase did not match the one requested from the database. This is a good start, but the
hash_equals
method could be more forgiving; if the hashes don't match, it should load them as dictionaries and check for equivalence, since order doesn't matter in elasticsearch schemas.The text was updated successfully, but these errors were encountered: