Vitor Avancini

Results 6 issues of Vitor Avancini

### Related Template(s) JDBCto* ### What happened? Java docs states that minor case 'h' is for am/pm dates: ![image](https://user-images.githubusercontent.com/4209575/162823942-39f9f65c-c64c-4cf9-9cec-f8bb853fe4da.png) the JdbcConverter uses date format as such: ``` DateTimeFormatter.ofPattern("yyyy-MM-dd hh:mm:ss.SSSSSS"); ```...

bug
p2
needs triage

From the readme I've assumed that new consumers we're also supported (consumers that store the offsets at kafka itself and not at zookeeper). Am I missing something or only zookeeper-based...

Hello everyone, I've been using target-postgres for almost an year and I'm now beggining to use target-redshift. Thank you for all the awesome work. I'm having an issue when the...

Hello, it seems that version 0.5.1 introduces some kind of incompatibilty with embulk-config-utils or embulk-api, I've downgraded to 0.5.0 and it worked just fine. My config is very basic, something...

Hello, I've been trying to use this source without success for UUID fields. Managed to make it work by trying to decode binary as UUID before decoding as actually binary:...

### Describe the issue I'm trying to deploy a bundle asset from a notebook in a Databricks workspace. The company I'm working at has a policy that every databricks development...

Bug
DABs