We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support defining UDFs over async functions.
@udf(input_types=['...'], result_type='...') async def external_service(input): p = preprocess(input) return await call_my_external_service(p)
No response
The text was updated successfully, but these errors were encountered:
blocking functions are supported by #9819
Sorry, something went wrong.
why this is not planned?
wangrunji0408
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
Is your feature request related to a problem? Please describe.
Support defining UDFs over async functions.
Describe the solution you'd like
No response
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: