-
### Name and Version
bitnami/airflow 12.3.0
### What steps will reproduce the bug?
1. using "KubernetesExecutor" and default readinessProbe settings
2. Create a long running dag
3. describe…
-
Some weirdness here
- The documentation for `PopulateGrpcOptions` is wrong. It talks about common options, not gRPC options.
- The REST layers populate gRPC options. This is harmless, just odd.
-…
-
### What happened?
While working on https://github.com/pulumi/pulumi-gcp/issues/1874 I attempted to enroll the resource into PlanResourceChange in order to address the diff issue.
Diffing fails wi…
-
### Community Note
* Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the…
-
It seems like the INSERT using a SELECT statement is broken in 1.5.12 when the SELECT table contains a STORED column.
```sql
CREATE TABLE test1 (id STRING(MAX) NOT NULL) PRIMARY KEY (id);
CREAT…
silas updated
11 months ago
-
Hi
A typical `generate-table-partitions` command fails because we are not able to convert the IBIS where clause (i.e. an IBIS table expression) into SQL text. This works for 8 other databases BigQu…
-
**Describe the bug**
When we execute some of Epinio's commands, such as `epinio service list`, the CLI takes too much time to respond.
On the Kubernetes side, the epinio-server-pod is logging unexpe…
-
# Summary
It seems the emulator doesn't support the `ON DELETE NO ACTION` syntax when creating a table with a foreign key constraint.
I can work-around this by removing `ON DELETE NO ACTION` fro…
-
While executing `sbt 'Test / runMain com.google.cloud.spark.spanner.SparkApp'` I got the following error:
```
...
18/10/26 14:59:04 DEBUG SpannerRelation: filters: StringStartsWith(Name,A)
== Ph…
-
**Is your feature request related to a problem? Please describe.**
It seems that we have an internal loop inside of client library, that retries to execute request. Recently we had a problem that we …