[flytekit/async] Create vscode decorator for async tasks #6071
Labels
backlogged
For internal use. Reserved for contributor team workflow.
Epic: Async Flytekit
Enable asynchronous behavior in flytekit
flytekit
FlyteKit Python related issue
Describe the issue
The decorator pattern that the vscode feature currently relies on does not work for async python function tasks including eager tasks because the function expects a synchronous function not an async function. We should figure out how to properly do this but this issue is dependent on first coming into resolution on how the vscode pattern should work longer term.
What if we do not do this?
Users will not be able to run vscode debug on async tasks.
Are you sure this issue hasn't been raised already?
Have you read the Code of Conduct?
The text was updated successfully, but these errors were encountered: