Hello!
I am relatively new to Kafka Connect and Stream Reactor/Lenses and I’m trying to get the adls sink connector to work. I am trying to follow the documentation and the files are writing correctly, but the PARTITIONBY doesn’t appear to be working properly, instead of splitting the directory structure into yyyy/MM/dd/HH it is writing it like: source_ts_ms=1744042084001/file.json (source_ts_ms being a field in a Debezium messages’ payload - a datatype of int-64).
I think this is because it is falling back to the long format as it can’t convert it to a timestamp. I’ve tried using wallclock too but get something similar or something like event_timestamp=[missing].
Can anyone inform me on what I’m doing wrong? I can send the configuration if needed. Thanks!