Dear pulumi people, I created the following infra...
# aws
p
Dear pulumi people, I created the following infrastructure with pulumi in Python: • an ECS fargate task that listens to a stream and triggers a • Firehose Delivery Stream that saves a nested json • based on a glue table definition • as parquet file on S3 However, only the top level entries in the json are properly saved to the parquet file. Nested fields are not properly transformed... Do you know how to read a nested field from json to parquet? Especially how to define the
column_to_json_key_mappings
in
FirehoseDeliveryStreamExtendedS3ConfigurationDataFormatConversionConfigurationInputFormatConfigurationDeserializerOpenXJsonSerDeArgs
?