moj-analytical-services / etl_manager

A python package to create a database on the platform using our moj data warehousing framework
21 stars 8 forks source link

json schema for meta data table not explicit enough #90

Open isichei opened 5 years ago

isichei commented 5 years ago

Boto throwing error:

ValidationException: An error occurred (ValidationException) when calling the CreateTable operation: 2 validation errors detected: 
...
at 'table.storageDescriptor.columns.5.member.comment' failed to satisfy constraint: Member must satisfy regular expression pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\t]*;

Should update schemas to catch this error further upstream.