Is there a way to get to know in advance if WriteSchema will be successful when run against a particular datastore state? I thought that writing schema changes might succeed or fail depending on what relationships are actually there. Can
zed validate
or anything else help here? I would imagine something like a dry-run parameter in the WriteSchema method or an additional ValidateSchema method.