Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for conditional logic during the emission of event triggers #10203

Open
pari-m opened this issue Apr 15, 2024 · 0 comments
Open

Support for conditional logic during the emission of event triggers #10203

pari-m opened this issue Apr 15, 2024 · 0 comments
Labels
k/enhancement New feature or improve an existing feature

Comments

@pari-m
Copy link

pari-m commented Apr 15, 2024

Component

c/v3-engine

Is your proposal related to a problem?

N/A

Describe the solution you'd like

Support for adding conditional logic before the event triggers are emitted from Hasura.

Describe alternatives you've considered

A trigger can be created in the native database with the custom login whose action is to write to a new table. Hasura event triggers can be configured on this new table. This way the conditional logic occurs at the Database layer.

@pari-m pari-m added the k/enhancement New feature or improve an existing feature label Apr 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
k/enhancement New feature or improve an existing feature
Projects
None yet
Development

No branches or pull requests

1 participant