You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This feature allows the users to know the specific inputs from a task at development time. This is really important when you are working with a remote task that is developed by other users.
Goal: What should the final outcome look like, ideally?
The final goal is to use the input class in the WorkflowBuilder instead of passing the input into the SdkTransform using the withInput(...) method that forces you to know the attribute names of the input class.
Motivation: Why do you think this is important?
This feature allows the users to know the specific inputs from a task at development time. This is really important when you are working with a remote task that is developed by other users.
Goal: What should the final outcome look like, ideally?
The final goal is to use the input class in the WorkflowBuilder instead of passing the input into the
SdkTransform
using thewithInput(...)
method that forces you to know the attribute names of the input class.Example
previous way
new way
Describe alternatives you've considered
None
Propose: Link/Inline OR Additional context
flyteorg/flytekit-java#175
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: