Kien Truong

Results 12 issues of Kien Truong

In the example project `project_fully_featured`, we have 2 core assets `items`, `stories`. If you materialize `items` and `stories` in the same run, everything run correctly. However, if they are materialized...

When upgrading pg_cron from version 1.3 to version 1.4 we are seeing the following error ``` postgres=# ALTER EXTENSION pg_cron UPDATE; ERROR: function "schedule" already exists with same argument types...

- **Which image of the operator are you using?** `registry.opensource.zalan.do/acid/postgres-operator:v1.7.1` - **Where do you run it - cloud or metal? Kubernetes or OpenShift?** `Bare Metal K8S` - **Are you running...

It's not obvious whether `presto-gateway` currently support SSL-enabled Presto or not. Because Presto-Gateway need to parse the query, it needs to terminate the client's SSL connection by itself before forwarding...

**Is your feature request related to a problem? Please describe.** We have a separate kube-prometheus-stack deployment in our cluster, and therefore does not use the one included in K8ssandra. However,...

enhancement

Istio health check is not working correctly because the function `istio_health` is defined after called; Bash functions have to be declared before first reference. As a result the Istio health...

Upgrading presto server will fail with custom JDK location due to java's version check.

### Dagster version dagster, version 1.3.3 ### What's the issue? I'm testing the new Resource life cycle method introduced in Dagster 1.3.3, and encounter a bug where a resource with...

type: bug

Google Cloud Bigquery client library has been updated to version 3 for over a year now, yet `soda-bigquery` is still pinning an older version: `google-cloud-bigquery>=2.25.0,

When I configure shading withing a library such as ShadeRule .rename(...) .inLibrary("org" %% "artifact" % "version") .inProject The library's coordinate does not expand to `ModuleCoordinate("org", "artifact_", "version")`, but remains `ModuleCoordinate("org",...