cmcnicoll commented on issue #24676: URL: https://github.com/apache/superset/issues/24676#issuecomment-1803057464
I'm getting the same error on Redshift for `apache/superset:3.0.1` with `psycopg2==2.9.9` and `sqlalchemy-redshift==0.8.14`. I have a Table and a Pivot Table that reference the same dataset with one `DATE` column: `batch_date`. The Table is set to `RAW RECORDS`. And the Pivot Table uses the `batch_date` in group by `ROWS` with `APPLY METRICS ON = COLUMNS`. When I click on a `batch_date` value in the Table, the error is displayed in the Pivot Table. When I click on a `batch_date` value in the Pivot Table, the error is displayed in the Table. It seems like the Pivot Table is treating the `batch_date` as a `TIMESTAMP` because the `TIME GRAIN` can be set to `Second`. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org For additional commands, e-mail: notifications-h...@superset.apache.org