cuddly-jelly-27016
05/31/2025, 12:10 AMuntyped and unsafe optionally
### Goal: What should the final outcome look like, ideally?
@task(unsafe=True)
def foo(x, y: int) -> typing.Any:
...
@task
def foo2(y: int):
...
@workflow(unsafe=True)
def wf(x, y: int):
foo(x=x, y=10)
foo1(y=y)
### Describe alternatives you've considered
everything can be marked as typing.Any today, which is but a problem
### Propose: Link/Inline OR Additional context
No response
### Are you sure this issue hasn't been raised already?
• Yes
### Have you read the Code of Conduct?
• Yes
flyteorg/flytecuddly-jelly-27016
05/31/2025, 12:10 AM