WindmillWWindmill
Powered by
ernoaapaE
Windmill•5mo ago•
2 replies
ernoaapa

schema_validation with resources not possible

Is it really so that if I want to use the //schema_validation, I cannot use resource types? Now following simple example fails "argument XX should be an object" when trying to execute (when I pass valid resource to it)
// schema_validation

type Gmail = {
  token: string
}
export async function main(
  gmail: Gmail
): Promise<boolean> {
  return gmail != null;
}
// schema_validation

type Gmail = {
  token: string
}
export async function main(
  gmail: Gmail
): Promise<boolean> {
  return gmail != null;
}


Created also GitHub issue about this https://github.com/windmill-labs/windmill/issues/6938
GitHub
bug: schema validation fails if resources used · Issue #6938 · wi...
Describe the bug If I enable the schema validation with &quot;// schema_validation&quot; and my script includes parameters that are resources, the execution fails to error &quot;argument XX should ...
bug: schema validation fails if resources used · Issue #6938 · wi...
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

Validation
habip_okcuHhabip_okcu / help
3y ago
Triggers are not git synced unlike all other resources
wdesertWwdesert / help
10mo ago
Unable to sync resources with hub on new install
FrinkemonFFrinkemon / help
2y ago
Multiple azure_blob resources
rovertoRroverto / help
2y ago