Tim Cashion
02/28/2025, 1:04 AMfilter_by:
- type: date_filter
using: business_date
I'm now getting this warning message: Incorrect type. Expected one of Metadata / Visualisation / Table / Query / Query Filters.json-schema(2)
My colleague is using GD CLI 0.10.0 and I'm using 0.9.0. For me, I am still able to deploy to our GoodData environment using gd deploy
but they cannot.
Any help on how to fix this? I've looked for YAML documentation for how these objects are supposed to be structured but can't find any.Stanislav Hacker
02/28/2025, 6:54 AMfilter_by:
- type: attribute_filter
using: attribute/campaign_name
state:
exclude:
- Social
Its necessary change it to:
filter_by:
attribute_filter_1:
type: attribute_filter
using: attribute/campaign_name
state:
exclude:
- Social
Stanislav Hacker
02/28/2025, 6:55 AMattribute_filter_1
is local identifier that can be basically any id, but must be unique in this map. Can be references is some other places by this identifier.Moises Morales
02/28/2025, 8:07 AMTim Cashion
03/10/2025, 6:11 PMStanislav Hacker
03/11/2025, 6:16 AM