scaleway-sdk-python icon indicating copy to clipboard operation
scaleway-sdk-python copied to clipboard

fix(domain): Added marshalling for set,add,delete,clear records

Open bneumann opened this issue 9 months ago • 2 comments

The RecordChange subtypes have not been marshalled correctly to the expected format and could not be dumped as json. This fix ensures that the subtypes are now correctly converted

bneumann avatar Mar 22 '25 10:03 bneumann

Hello @bneumann,

# This file was automatically generated. DO NOT EDIT.
# If you have any remark or suggestion do not hesitate to open an issue.

We will look into your issue as soon as possible and get back to you.

Thank you!

Laure-di avatar Mar 28 '25 14:03 Laure-di

Huh, must have overlooked that. 😄 But you get what I did I guess. The marshalling was not complete so I fixed it quick and dirty in my project and did a proper fix on your code base. If you care to share how to fix the source of the auto generation I might as well look into that.

bneumann avatar Mar 28 '25 15:03 bneumann

Hi @bneumann, The fix has been merged into the master branch, so I’ll go ahead and close this PR.

Laure-di avatar Sep 03 '25 15:09 Laure-di