Vladimir Prus

Results 3 issues of Vladimir Prus

I have attempted to create a managed node group with the following definition ``` infra = { node_group_name = "infra" instance_types = ["m6i.2xlarge"] create_launch_template = true desired_size = 1 min_size...

## Description All the examples, such as https://github.com/aws-ia/terraform-aws-eks-blueprints/tree/main/examples/eks-cluster-with-new-vpc right now have the following pattern: - TF resource to create VPC - TF resource teo create EKS cluster, using "aws" provider...

discussion

I am using driver version 1.0.3 together with Trino 385, metabase 0.43 and delta. In delta we have a table with fairly nested schema. E.g. there's a column "device" with...