Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: wrong type descriptor in ProjectAWSCMEK class (#26)
Fix the issue that `project.list_aws_cmek()` fails to list the AWS CMEKs in a project and reports `AttributeError: 'NoneType' object has no attribute 'value_type'`. Update the type descriptor of `region` and `kms_Arn` fields from `None` to `TiDBCloudyField(str)`.
- Loading branch information