glue: Glue Tables / Glue Schemas (with regular expressions as 'patterns') are not properly linked #27758
Labels
@aws-cdk/aws-glue
Related to AWS Glue
bug
This issue is a bug.
effort/medium
Medium work item – several days of effort
p2
Describe the bug
The created glue tables are not properly linked with the given glue schema. In the test-case, the glue schema contains patterns, which represent the allowed strings.
Schema used in AWS schema registry (with regular expressions/patterns):
Expected Behavior
The glue schema is properly associated (linked or refered) to the glue table being created.
Current Behavior
This is the glue table created with CDK:
clicking on "Edit Schema", the schema can be edited as simple schema (the regular expressions are removed):
EXPECTED: the schema can be changed (using a list box) with existing versions in aws glue schema.
For checking this functionality, I created a schema and a table (manually).
The behaviour of "edit schema" is this new dialog:
Reproduction Steps
see screenshots in Current Behaviour / Bug description
Possible Solution
No response
Additional Information/Context
No response
CDK CLI Version
2.103.1 (build 3bb19ac)
Framework Version
No response
Node.js Version
9.5.1
OS
Windows
Language
Java
Language Version
No response
Other information
No response
The text was updated successfully, but these errors were encountered: