aws / sagemaker-core

Apache License 2.0
5 stars 3 forks source link

Converting dict parameters to PascalCase #22

Closed benieric closed 3 months ago

benieric commented 4 months ago

populate_chained_attributes()

was converting parameters of Dict[str, str] to PascalCase when it should not have. In this PR I included a patch for this but we need to verify for all Dict cases what behavior should be.

nargokul commented 3 months ago

This should be fixed as part of https://github.com/aws/sagemaker-core/pull/51

Feel free to re-open if this issue still persists