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
Our adapters currently don't support the exists CEL operator. This is useful when handling object relationships (arrays of objects) as we can make multiple assertions on each item in the array, individually.
The linked conversation references the Prisma adapter, but this is also unsupported in the SQLAlchemy adapter (probably Mongoose, too, but I haven't checked).
Our adapters currently don't support the
exists
CEL operator. This is useful when handling object relationships (arrays of objects) as we can make multiple assertions on each item in the array, individually.The linked conversation references the Prisma adapter, but this is also unsupported in the SQLAlchemy adapter (probably Mongoose, too, but I haven't checked).
Context: https://cerboscommunity.slack.com/archives/C02A364JYMQ/p1711148574786499
The text was updated successfully, but these errors were encountered: