Tanmai Gopal
Tanmai Gopal
Thanks - this is great context! What authorization rules do you have on the changes table that will be streamed out to users? On Tue, Sep 6 2022 at 4:34...
@elgordino Thanks for the context on the permission rules :) We're working on a thing to make this easier for this use-case and will share it soon!
Not sure I understand. Both before and after triggers apply exactly around whenever the insert statement happens in a transaction. Additionally. I think this trigger would be applied to the...
Ofcourse - we also checked if the load testing created any missing events and that wasn’t the case! On Fri, Sep 16 2022 at 12:06 AM, Tanmai Gopal < ***@***.***...
@nirvdrum (I think we were chatting on the community call a few minutes ago?) Do you have any ideas on the best way of doing this? Maybe an optional field...
I think a Hasura metadata/console option that makes it easy to mark any UUID or Text column to an ID GraphQL type would work absolutely fine. This should work well...
Thanks for the context @nirvdrum. This is helpful! :)
@meetzaveri I replied on discord as well, but the quick answer to this is that sticky sessions are not required. Maybe we should make this clear with a line that...
Till we add this, as a workaround, you can use JSONB and store JSON encoded arrays. We have a support for a bunch of operators including some that have contains...
@kriswep Allowlists (#989) is ready for review and testing and should land soon. :) https://github.com/hasura/graphql-engine/pull/2075 The rest are fairly complicated and we're coming to it gradually!