harry singh
06/22/2022, 5:00 AMcreated_at
stores the epoch_timestamp in integer datatype.
While querying, the BI tool generates a filter on the above field, with the syntax
from_unixtime(table1.created_at) AT TIMEZONE 'Asia/Kolkata'
this doesn't get pushdown, and Trino tries to load the entire table.
any workaround for this?
Also is there a looker-pinot connector in near future?Mayank
Priyank Bagrecha
06/22/2022, 5:14 AMMayank
Priyank Bagrecha
06/22/2022, 5:42 AMharry singh
06/22/2022, 5:59 AMElon
06/22/2022, 6:59 AM