Can I use async main function in python?

I'm trying to use async function in script, but this error occured. When I delete async part in main, then this syntax error was not appeared. is there any way i can use async main in windmill? ExecutionErr: error during execution of the script: Error parsing code: invalid syntax. Got unexpected token Newline at byte offset 2210
No description
1 Reply
rubenf
rubenf7mo ago
You can call async from a sync method