I can see the schema and table created in the data...
# troubleshooting
d
I can see the schema and table created in the data explorer. But not sure what went wrong. I guess something to do with the time formatting?
n
Could there be a null value for time column in some row? Time column doesn't allow that
Also you might want to change HH to just H in your pattern string, since your values can contain single or double digit in hour
d
I will check the time column for a null value. Also, will do the HH -> H change and see whether the issue persists. Thanks.