Tirumarai Selvan

Results 131 comments of Tirumarai Selvan

Hey folks, we are trying to make the method mentioned here: https://github.com/hasura/graphql-engine/issues/6648#issuecomment-796389528 work for tables from different databases as well!

Related (possibly dupe) here: https://github.com/hasura/graphql-engine/issues/8467

Related: https://github.com/hasura/graphql-engine/issues/8414

The API endpoint should be `http://localhost:8080/v1alpha1/pg_dump` See: https://hasura.io/docs/1.0/graphql/core/api-reference/pgdump.html#disabling-pg-dump-api

Related: https://github.com/hasura/graphql-engine/issues/1919

We are definitely considering working on this. The exact ETAs are hard to give at the moment but this is a feature we would definitely like to provide.

Two cases : 1. Source is inconsistent in schema cache but available 2. Source is inconsistent in schema cache and not available Few design questions here: 1. Should we clear...

@jflambert One way is to disable Hasura console and use [graphqurl](https://github.com/hasura/graphqurl#graphiql) for just graphiql.

@collinbachi Yes, libpq is the only dependency for linux. You will also need updated CA certs if you want to interface with HTTPS domains for auth/remote-schemas/event-triggers etc. cc: @0x777

The issue is we are also using react-bootstrap v3.x which is not compatible with bootstrap v4.x. We can perhaps remove react-boostrap as the UI is pretty minimal.