Thanh Nguyen
03/05/2026, 9:09 PM@gooddata/code-cli@0.23.0 and it appears that when doing a gd clone , dashboard level interaction modifications for individual visualizations is not getting included. In my use case, I have a table with drill interactions on attributes, and while the drill interaction is included, a reduced set of drilled data point filters is not.kapa.ai
03/05/2026, 9:09 PMgd clone. [Disable passing filters]
Putting this together:
• It is very likely that gd clone currently does not serialize the “Pass as filters” / reduced drill filter configuration for interactions, and only the basic drill interaction (target visualization/dashboard) is captured.
• This matches the pattern of other missing/partial features in the CLI beta.
Because the knowledge sources do not explicitly confirm this specific limitation, I cannot state it as official behavior, but everything available strongly suggests it is a current gap in @gooddata/code-cli.
Practical recommendations:
1. Treat this as a current limitation of @gooddata/code-cli 0.23.0.
2. If you need to preserve these drill filter settings in code-based workflows, consider:
◦ Using the Python SDK to store and restore the full analytics model (including filter contexts and more advanced configuration) as YAML, where supported. [Python SDK model export]
3. Report this as a product issue/feature request via your GoodData contact or Community Slack so it can be prioritized for future CLI versions, similar to other reported CLI gaps. [CLI feedback & roadmap]
If you can share a minimal example (one dashboard + one table with a reduced “Pass as filters” setup) with Support, they should be able to confirm and log it directly with engineering. 👍 0 button 👎 0 button ℹ️ Tip: Mention @kapa.ai in the thread for follow-ups.
👀 Our Support team monitors all messages and will jump in if needed.Michael Ullock
03/05/2026, 10:53 PMThanh Nguyen
03/06/2026, 2:34 PMThanh Nguyen
03/06/2026, 2:37 PMgd clone, there are no changes to the dashboard yaml file. Deploying that with gd deploy then results in an deployed dashboard that no longer has the same filters on drill.Mauricio Cabezas
03/10/2026, 3:50 PM