Benoit Ranque
Benoit Ranque
@charlypoly Yes, apologies for the delay here, finally got around to it! Closing this PR as replaced by dotansimha/graphql-code-generator#8242
> > Update: issue was resolved after running the following SQL: > > @BenoitRanque do we need to restart the server or anything? We're using self-hosted version. You'd probably need...
The error is thrown from [here](https://github.com/hasura/graphql-engine/blob/master/server/src-lib/Hasura/Backends/Postgres/Execute/Insert.hs#L289-L326). We explicitly check for any column overlap between columns that are part of the relationship definition, columns provided from the input, and columns provided...
> > Does not work for databases (such as SQL Server) that do not have > > the notion of functions returning named table types. > > SQL Server [CREATE...
addressed by [clickhouse_gdc_v2#13](https://github.com/hasura/clickhouse_gdc_v2/pull/13)
2 issues: 1. the mapping of ports is incorrect, should be `8081:8080` 2. the healthcheck is incorrect. The image is based on scratch, so `curl` is not available. Working on...
@tushar5526 Confirming the issue. Seems there's some missing third party lib of some kind, which causes an issue at runtime when building from scratch. This went unnoticed during recent efforts...
@tushar5526 we released `hasura/clickhouse-data-connector:v2.35.0`, can you try using that? We're also updating the sample docker compose file Please let us know if this works
@tushar5526 we've released a new version [2.35.1](https://hub.docker.com/layers/hasura/clickhouse-data-connector/v2.35.1/images/sha256-2a15ac80273062d586e488ca5dc0d957336ee24d31ef6c1b57f41fa9c853d28c?context=explore) with a [fix](https://github.com/hasura/clickhouse_gdc_v2/pull/11) for the introspection issue. The problem caused introspection to return no tables. It seems some assumptions about some system enums...
@choxx acknowledging this issue. This is happening because you have a table of type `FOREIGN TABLE` in the information schema. Will fix ASAP. Working out whether we can safely treat...