Skip to content
New issue

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

[flytekit-java] Add toSdkBindingDataMap() to SdkType #3258

Closed
2 tasks done
andresgomezfrr opened this issue Jan 24, 2023 · 1 comment
Closed
2 tasks done

[flytekit-java] Add toSdkBindingDataMap() to SdkType #3258

andresgomezfrr opened this issue Jan 24, 2023 · 1 comment
Assignees
Labels
flytekit-java Flytekit Java related issue

Comments

@andresgomezfrr
Copy link
Contributor

andresgomezfrr commented Jan 24, 2023

Motivation: Why do you think this is important?

Add a new method to the SdkType converters to transform an input/output class in a Map<String, SdkBindingData<?>>. This feature will be used as a part of the typed input implementation, which will be implemented in other PR.

Goal: What should the final outcome look like, ideally?

The goal is to have a method that allows you to transform an input/output class in a Map<String, SdkBindingData>` where the key is the attribute names and the values are the SdkBindingData value of the inputs/outputs.

Describe alternatives you've considered

no alternatives

Propose: Link/Inline OR Additional context

flyteorg/flytekit-java#177

Are you sure this issue hasn't been raised already?

  • Yes

Have you read the Code of Conduct?

  • Yes
@andresgomezfrr
Copy link
Contributor Author

PR: flyteorg/flytekit-java#177

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
flytekit-java Flytekit Java related issue
Projects
None yet
Development

No branches or pull requests

2 participants