I need to view time series monthly. I'm able to get the chart with Time Grain set as "Time Column" but when I select "month" I get the following error.
(psycopg2.ProgrammingError) function date_trunc(unknown, unknown) is not unique LINE 1: SELECT DATE_TRUNC('month', 'datetime') AS __timestamp, ^ HINT: Could not choose a best candidate function. You might need to add explicit type casts.