0

I'm trying to deploy a glue crawler using the pulumi_aws.aws.glue.Crawler. In this specific case I was trying to deploy a delta lake crawler which should Create Native Tables instead of Create Symlink Tables. When checking the pulumi documentation, I don't seem to find any reference to this parameter, when compared to the AWS CLI documentation, where it comes referenced in the deltaTargets parameter. Does anyone know how can I deploy the crawler with this specific parameter ?

AWS CLI Docs Pulumi Docs

For reference: https://www.pulumi.com/registry/packages/aws/api-docs/glue/crawler/ https://docs.aws.amazon.com/cli/latest/reference/glue/create-crawler.html

I already tried to pass the 'glue:skip-symbolic-links': 'true' in the configuration dictionary

0 Answers0