20 Jun 2024 04:13 PM
I want to get release info from process_group_instances.
The info is on the PGI, as we can see via describe:
The strange thing is the "unknown" data type of this field, well...there is a dirty workaround for that.
We can see that the ReleaseVersionInfo is some kind of Object? Which we can then "parse" into a key/value pair string with DPL (UGLY enough!):
But then when I want to parse the KVP string with another DPL expression I cannot get the last part of the VP string (timestamp):
I'm experimenting, but I can't get this to work. Any idea what I'm doing wrong?
Why is that KVP DPL not working as per example?
Why is ReleaseVersionInfo a unknown object? Bug?
Generally I'm struggling with those things that should be really easy like getting a attribute from a entity that then turns out to be only accessible via some crazy hacks. If I put up my first-time-user-hat I'd say: hell that is really complicated and frustrating 🙂