Chris Riccomini

Results 51 comments of Chris Riccomini

Not sure this is the _right_ fix, but this line appears to make the parsing work: ``` unitprice = normalize_fraction(raw.unitprice) if raw.unitprice else ZERO ```

Further clarification: the view has been granted auth view access. So user has access to view, and view has access to underlying table. Query works fine via UI. Query fails...

PR is welcome! As long as things continue to function as before, I'm all for upgrading the library.

In the case of the transform, I suspect there might be issues because we're fetching schemas from the schema registry if you're transforming the message such that it no longer...

If it's just for a small number of tables, I suggest just manually setting up the schema in BQ yourself. The way KCBQ works is that it lazily inserts messages...

@zachary-povey your proposed integration test flow sounds good

@mtagle @C0urante any thoughts on this? For one, I'd prefer not to tie this to the schema registry. Getting topics directly from Kafka seems preferable. Thus far, we've tried to...

@C0urante yea, that's kind of what I was thinking. We don't have resourcing to dedicate to the KC JIRA right now, @Kenji-H, if you want to move discussion over to...

Fantastic. @Kenji-H we'll leave this issue open until everything gets resolved.