Tim Cashion
04/21/2025, 11:06 PMTim Cashion
04/21/2025, 11:13 PMMoises Morales
04/21/2025, 11:49 PMMoises Morales
04/21/2025, 11:50 PMTim Cashion
04/22/2025, 1:48 PM26| date_week_us:
27| type: date_filter
28| granularity: WEEK_US
29| from: 0
30| to: 0
Value is not accepted. Valid values: "MINUTE", "HOUR", "DAY", "WEEK", "MONTH", "QUARTER", "YEAR", "MINUTE_OF_HOUR", "HOUR_OF_DAY", "DAY_OF_WEEK", "DAY_OF_MONTH", "DAY_OF_YEAR", "WEEK_OF_YEAR", "MONTH_OF_YEAR", "QUARTER_OF_YEAR".Tim Cashion
04/22/2025, 1:50 PMTim Cashion
04/22/2025, 1:59 PMMoises Morales
04/22/2025, 9:50 PMMoises Morales
05/05/2025, 12:17 PMGabriela Leal
05/07/2025, 10:38 PMdate_week_us with date_week and tried deploying again, but view is still crashing on GD.Mauricio Cabezas
05/10/2025, 9:12 AMWEEK_US to WEEK , but keeping date_week_us .Gabriela Leal
05/15/2025, 8:24 PMGabriela Leal
05/15/2025, 8:28 PMGabriela Leal
05/15/2025, 8:28 PMMoises Morales
05/16/2025, 8:24 AM/api/v1/layout/workspaces and I don't see 6679e684-69d6-421e-ac84-bd648089342a anymore (the original workspace mentioned in this thread).
Please send a link to our private chat, although I believe the issue here is that the filter context is still using the wrong granularity given that the dev console still mentions the same error as before.Moises Morales
05/16/2025, 8:28 AMWEEK will be recognized. You can make sure about it, by validating the workspace with
gd validateGabriela Leal
05/16/2025, 3:40 PMgd validate and I get successMoises Morales
05/19/2025, 12:41 PMGDC.time.week instead of GDC.time.week_us , you will need to change all the instances were the wrong granularity is used to fix the issue provided that this was the only changed introduced. You can do so by doing a GET request to the following endpoint:
/api/v1/layout/workspaces/c4e7886f-ef90-4cd3-83d3-87a7ebcbf09c
Find all instances were GDC.time.week is used and replaced them for GDC.time.week_us . Use the modified layout as a body for the PUT request to the same endpoint and set the correct content-type as exemplified in the Apiary: https://www.gooddata.com/docs/cloud/api-and-sdk/api/api_reference_all/#operation/updateEntity@Workspaces
Once the issue is solved, you will be able to clone the workspace locally via CLI and deploy it with this granularity without any issues.Gabriela Leal
05/20/2025, 5:52 PMMoises Morales
05/20/2025, 6:51 PMMoises Morales
05/20/2025, 6:51 PM