Moira Tagle

Results 4 issues of Moira Tagle

Presently, kcbq is unable to add metrics to the existing kafka metrics. There is an (extremely sparse) kafka jira on this topic: https://issues.apache.org/jira/browse/KAFKA-2376 To add metrics, kcbq needs to have...

We tested out this converter on a debezium topic and we noticed that it doesn't translate debezium logical types. There are a bunch of debezium logical types: https://debezium.io/documentation/reference/0.10/connectors/mysql.html#data-types and I'm...

I'm aware of at least 2 sql dialects that have `->` ("arrow") operators. presto/athena use them as part of lambda expressions (https://prestodb.io/docs/current/functions/lambda.html) and postgres uses them to get things out...

Right now, sqlparse treats `\` as an escape character in strings, but this is not universal across all sql dialects. postgres and athena/presto both do not consider `\` as string...