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
Error: error running tests due to failed to transform due to 2 errors occurred:
* syntax error at line=1, column=0: extraneous input '{' expecting {'#', 'model', WHITESPACE, NEWLINE}
* syntax error at line=2, column=2: mismatched input '"schema_version"' expecting {'#', 'model'}
Looks like the format is not being captured and the model is being parsed as the native fga format. This is a regression as this test used to pass for us.
Running a test like this fails with
Looks like the format is not being captured and the model is being parsed as the native fga format. This is a regression as this test used to pass for us.
I'm pretty it was this PR that broke it: #215
The text was updated successfully, but these errors were encountered: