mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 01:12:56 +03:00
c80242a1b6
## Description 🔖 This PR remove raw SQL written on console code-base to fetch event trigger, instead now we use metadata API to fetch event triggers (just like cron trigger) Server PRs - https://github.com/hasura/graphql-engine-mono/pull/7587 ## Related Issues 👾 https://hasurahq.atlassian.net/browse/GS-491 ## Solution and Design 🎨 Use metadata API to fetch event trigger details on pending events, processed events, invocation logs and event details. See the details of API in [server PR](https://github.com/hasura/graphql-engine-mono/pull/7587) ## Review Setup 💻 1. create a table for both DBs(mssql and pg) 2. create an ET for both tables 3. see the metadata call when you switch to pending events, processed events, invocation logs and event details. 4. take server image from this PR - https://github.com/hasura/graphql-engine-mono/pull/7587 ## Review checklist. 📋 [ ] - PRO [ ] - OSS PR-URL: https://github.com/hasura/graphql-engine-mono/pull/8840 Co-authored-by: Krushan Bauva <31391329+krushanbauva@users.noreply.github.com> GitOrigin-RevId: 18de692a6d994878acf120a5cad9cfe6de68a00d |
||
---|---|---|
.. | ||
console | ||
nx | ||
.gitkeep |