0

According to this post, Hasura has the "_in" operation in permissions.

I'm currently running Hasura 2.1.1, but none of the new operators described in that post are present:

enter image description here

Looking around on the internet I found no mention of this, but maybe this is because I'm using the open-source edition?

Thanks for helping me out

Zeno Trevisan
  • 517
  • 1
  • 8
  • 23
  • What database are you using with hasura? – iamnat Jan 12 '22 at 18:55
  • I would check that your console is up to date as that feature is not effected by [different editions][1]. On a new Hasura Cloud instance I created a table named "test" with a uuid column named "id" On the permissions page on a custom check on "id" I have the _in operator https://i.stack.imgur.com/wKtIt.jpg Can you try my same table setup and see if it works? For further help I'd join the Hasura discord [1]: https://hasura.io/products/ – Arjun Yelamanchili Jan 12 '22 at 18:56
  • I'm using big query in this case – Zeno Trevisan Jan 12 '22 at 20:05
  • @ArjunYelamanchili I will try using a postgres DB on my hosted instance to see if the option appear – Zeno Trevisan Jan 13 '22 at 08:07
  • I'm having the same problem using a SQL Server database...is this not supported? – Daniel Sklenitzka May 05 '22 at 09:19
  • There's an issue (https://github.com/hasura/graphql-engine/issues/7609) but no response yet. – Daniel Sklenitzka May 05 '22 at 09:25

1 Answers1

0

The problem was with BigQuery itself In this case I solved switching to Postgres

Zeno Trevisan
  • 517
  • 1
  • 8
  • 23