I tried these table and schema format I am not abl...
# troubleshooting
r
I tried these table and schema format I am not able see any datas in the pinot table but i can see the data in kafka-topic
j
Hi, Radhika. Can you please check the controller and server log and see if there is any error logged?
Some minor improvement based on the table config and schema, but should not be the root cause for not consuming the data: • Recommend using the same name for table and schema • Date format:
Copy code
"dateTimeFieldSpecs": [
    {
      "name": "date",
      "dataType": "STRING",
      "format": "1:DAYS:SIMPLE_DATE_FORMAT:yyyy-MM-dd",
      "granularity": "1:DAYS"
    }
  ]
r
@Jackie we see only the warn not the errors