Describe the issue
The SchemaId parameters are not properly documented:
You need either to pass the SchemaArn or both SchemaName and RegistryName but the registry name is not mandatory when passing the schema ARN.
Links
https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/glue/command/GetSchemaVersionCommand/
https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/glue/command/GetSchemaCommand/
Describe the issue
The
SchemaIdparameters are not properly documented:You need either to pass the
SchemaArnor bothSchemaNameandRegistryNamebut the registry name is not mandatory when passing the schema ARN.Links
https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/glue/command/GetSchemaVersionCommand/
https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/glue/command/GetSchemaCommand/