Hello, we're trying to analyze a CSV file we uploa...
# gooddata-cloud
m
Hello, we're trying to analyze a CSV file we uploaded. It has a date column and we're trying to compare our data YoY. However, we're seeing the following error:
Is this a known bug? Is there a workaround?
j
Hello Michael, The error suggests that the format of the timestamp is not supported in DuckDB. Could you please make sure that it fits into one of their supported formats: https://duckdb.org/docs/sql/data_types/timestamp.html
m
This worked. Thank you.
🙌 1