padaszewski
padaszewski
@younsl I literally copy pasted Your config and the frontmatter and couldnt see the date anyway.
@sfgarcia @oleksiiburov @dmschauer Tagging You, as You were active on other Iceberg issues. Hope you don't mind. Maybe You have some workaround other than creating this with Athena query.
Thx @dmschauer for the reply. If AWS doesn't ship this along with the iceberg table partitioning feature request, then there is currently no other way than using athena with CR...
Hi @sfgarcia, thx for the reply. We decided to do the same, but with CustomResources as IaC.
CDK implementation with CustomResource: ```typescript new AwsCustomResource(this, id, { onUpdate: { service: 'Glue', action: 'putResourcePolicy', parameters: { PolicyInJson: JSON.stringify( new PolicyDocument({ statements: dataCatalogPolicyStatements, // list of PolicyStatement }), ), },...
Thx for the fast answer. About half a year ago I was trying to create a prototype host device (ESP32 S3) for a custom USB device. I tried many libraries,...
Bug: CloudFront distribution generation fails with None is not implemented for ResourceValue::Object
Hi, same for a lot of QuickSight stacks. Could You please enhance the logging so we know at which property the problem lies?