WindmillWWindmill
Powered by
JérémyJ
Windmill•3w ago•
6 replies
Jérémy

Resource windmill return resources array

Hi, since the 1.635.1 update, we seeing resources that return an array of resources no longer expose the resource paths and only return resolved values.

Now we get:
{
  projects: [{ env: xxx }, { env: xxx }]
}
{
  projects: [{ env: xxx }, { env: xxx }]
}

Previously, we had:

{
  projects: ['f/logic/...', 'f/logic/...', '$res:f/logic/..']
}
{
  projects: ['f/logic/...', 'f/logic/...', '$res:f/logic/..']
}


Is there a way to retrieve a resource in its raw form, as it is stored (for example with its path or metadata), without resolving its values?

If not, is there a recommended approach or an API endpoint to access or modify individual resources when a resource returns an array of resources?

Thanks
WindmillJoin
3,388Members
Resources
Recent Announcements

Similar Threads

Was this page helpful?
Recent Announcements
henri-c

We're live here https://discord.com/channels/930051556043276338/1278977038430240813

henri-c · 2d ago

rubenf

Infrastructure as code

rubenf · 3w ago

rubenf

As we're preparing for a new Windmill sandbox SDK, we took the opportunity **to open-source NSJAIL sandboxing** and make it available in CE and easier to set. In 1.634.0, just set nsjail to benefit from the tightest security and isolation per job. It's constraining so no need to use it unless you need but now you won't be restricted in security for CE if you need to.

rubenf · 4w ago

Similar Threads

Test Windmill Resource Connectivity From UI
Trevor SullivanTTrevor Sullivan / help
3y ago
Access Resources and Variables in Windmill Rust Script
David LinDDavid Lin / help
11mo ago
Running "side effects" in flow / return early to (windmill) App
SindreSSindre / help
3y ago
Windmill as Headless CMS with windmill rest API
ESiteHosterEESiteHoster / help
3y ago