<#177 Add toSdkBindingDataMap() to SdkType> Pull r...
# flyte-github
a
#177 Add toSdkBindingDataMap() to SdkType Pull request opened by andresgomezfrr TL;DR Add a new method into the SdkType interface to allow to transform of an input/output class in a
Map<String, SdkBindingData<?>>
Type ☐ Bug Fix ☑︎ Feature ☐ Plugin Are all requirements met? ☑︎ Code completed ☐ Smoke tested ☑︎ Unit tests added ☐ Code documentation added ☐ Any pending items have an associated Issue Complete description Add a new method into the SdkType interface to allow to transform an input/output class in a Map<String, SdkBindingData<?>> This PR also adds their implementations (JacksonSdkType, SdkScalaType) Tracking Issue • flyteorg/flyte#3258 Follow-up issue NA flyteorg/flytekit-java ✅ All checks have passed 3/3 successful checks