Tirumarai Selvan
Tirumarai Selvan
A single manifest/chart directory is just a design choice. However, you can keep as many yamls in there as you want. As for a helm chart: it only makes sense...
@revelstoke-tim We are looking into this. Apologies for not responding sooner.
Yes, the Event Trigger name should be less than 42 characters. This is also enforced in the `create_event_trigger` API and the console but isn't being enforced in the `replace_metadata` API....
Since v2.20, you can use `/healthz?strict=true` for Hasura to return 500 on inconsistent schema objects.
:+1: I think this can be a powerful feature which offloads some of the (serverless) code into a config instead. @coco98 thoughts?
@schettino Can you shed more light into the event trigger configuration? I am guessing you are calling the trigger on UPDATE. In that case having specific "listen columns" might be...
@schettino Yes, I agree fully.
I think Postgres's `when` conditions on triggers might help us achieve this: https://www.postgresql.org/docs/12/sql-createtrigger.html
What do you mean by unsigned tokens? Do you mean the algo is `none`?
You are right, this is not supported yet. Enums should be deduced from string values.