Krish
Krish
The column issue is fixed. Thanks for looking into the implementing support for functions. 👍 I still think the naming convention is a tad off compared to `postgraphile` library. For...
As 1 example, the graphql quey `getVersionV100StatsForAllDatapoints` is mapped to the SQL function `get_version_v1_0_0_stats_for_all_datapoints` in Postgres. However, there are many others and I could not enumerate all of them right...
@micheelengronne In the above example, if you use instead of > "data_source": "postgres://${username}:${password}@${host}/${database}?sslmode=disable" something like > "data_source": "postgres://${username}:${password}@${host}/${database}?sslmode=verify-full&sslrootcert=" this should just work. CFSSL just calls the `lib/pq` library underneath with...
Is there any update on this?
Well, this is what I finally ended up doing: ```yaml - git clone --branch latest_versioned --depth 1 --single-branch https://github.com/krish7919/terraform-provider-vault "${GOPATH}/src/github.com/terraform-providers/terraform-provider-vault" - cd "${GOPATH}/src/github.com/terraform-providers/terraform-provider-vault" - CGO_ENABLED=1 xgo --targets=darwin/amd64 --dest /build/ --out...
Second this issue, this is fascinating and I was going to incorporate this in our test workflow, but the LICENSE is very ambiguous. Can we please update it?