You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
when using master_stats.Date dimension group we get the following error:
At least in our tables the Date field is actually a date field not a timestamp. This error can be fixed by converting the date field to timestamp in the master_stats view:
dimension_group: date { type: time timeframes: [raw, date, week, month, quarter, year] convert_tz: no sql: TIMESTAMP(${TABLE}.Date) ;; }
Thanks,
The text was updated successfully, but these errors were encountered:
Hi,
when using
master_stats.Date
dimension group we get the following error:At least in our tables the Date field is actually a date field not a timestamp. This error can be fixed by converting the date field to timestamp in the master_stats view:
dimension_group: date { type: time timeframes: [raw, date, week, month, quarter, year] convert_tz: no sql: TIMESTAMP(${TABLE}.Date) ;; }
Thanks,
The text was updated successfully, but these errors were encountered: