News

Our dataset stores a timestamp column, an ISO 8601 format, represented as TEXT (string). I'm not sure how to convert this into a DATETIME field that superset need for performing queries.
I have a dataset where I am trying to filter by a column in my parquet files that is a timestamp with timezone type. Every way that I try to do the filter, pyarrow coerces the type to a non-timestamp ...