Patrick Bierkortte
07/01/2024, 7:11 PMgd deploy via the cli in notice that the filter contexts are gone; each deploy resets the saved filters for logged in embedded users. Is that expected behavior? Is there a way around this?Michael Ullock
07/01/2024, 10:31 PMgd deploy via the CLI resets the saved filter contexts for logged in embedded users. The deploy command replaces the entire workspace with the local analytical objects, which overwrites any existing filter settings. deploy is designed to completely replace the workspace, which has the side effect of resetting the filter contexts. Using clone or manually setting the filters after deployment would be the best ways to maintain the saved filter settings when updating the objects.Patrick Bierkortte
07/02/2024, 2:09 PMgd clone can be used to export the existing filter contexts? Can you give an example? Or where the feature is documented? When I run that I do not get any filter settings in the yaml produced. I am confused.Tomas Muchka
07/02/2024, 6:43 PMgd clone currently does not take filter contexts into account. Only our Python SDK does so. As @Michael Ullock mentioned, gd deploy replaces the full workspace content.
To be sure I understand the issue completely, can you describe me the situation after deploy? I’m interested to understand how how does this filter reset your users experience look like, Thanks in advance.Tomas Muchka
07/02/2024, 6:46 PMPatrick Bierkortte
07/02/2024, 8:12 PMPatrick Bierkortte
07/02/2024, 8:15 PMPatrick Bierkortte
07/02/2024, 8:17 PMTomas Muchka
07/03/2024, 8:48 AM