Escape Hatch Raw Overrides - AWS Glue Table - Does not work #4188
Labels
@aws-cdk/aws-glue
Related to AWS Glue
bug
This issue is a bug.
in-progress
This issue is being actively worked on.
Attempting to add a property override through escape hatch to set the
SerDeInfo
parameters on a glue table through cdk. The table construct does not allow access to these parameters. I create the table through the standardglue.Table(...)
construct and attempt to add property override throughtableVar.node.defaultChild.addPropertyOverride(...)
however, the defaultChild is undefined and throws an error. As such, I cannot use the override and instead have to create the whole table throughCfnTable
.That being said, I apologise if I am just doing something incorrect. The exact scenario works 100% correctly for some other resources, eg
s3.Bucket
Reproduction Steps
Error Log
Environment
Other
This is 🐛 Bug Report
The text was updated successfully, but these errors were encountered: