I tried it in python with no luck and due to secur...
# troubleshooting
f
I tried it in python with no luck and due to security issues I can't do it online
k
Why do you need to transform it? KafkaAvrodecoder should be able to extract the values automatically
f
spot on... after reviewing docs I noticed that. thanks @Kevin Peng
I used this:
Copy code
bin/pinot-admin.sh AvroSchemaToPinotSchema \
  -timeColumnName fields.hoursSinceEpoch \
  -avroSchemaFile /tmp/test.avsc \
  -pinotSchemaName myTable \
  -outputDir /tmp/test \
  -fieldsToUnnest entries