I usesthe scripts below with replacing the my_sdk with my generated sdk, which was generated by Pygen, and show me this error “ my client object has no attribute 'config' ”.
My scipts are
my_sdk.config import global_config; global_config.validate_retrieve = False
and
my_sdk.config.global_config.validate_retrieve = False
Any guidance?