This message was deleted.
# python
s
This message was deleted.
e
Looks like there's some settings for that in the FirehoseDeliveryStream class: https://www.pulumi.com/registry/packages/aws/api-docs/kinesis/firehosedeliverystream/#parquet_ser_de_python
t
I’ve seen it! I was hoping that we could have some source ready, similar to what we have for the
Extended S3 Destination with dynamic partitioning
. And then I would only have to change the references (glue table, tuning of configurations). Although I’m familiarized with this configuration in the AWS Console, the IaC is a bit confusing. (but I’m pretty sure I can figure out 🙂)
e
I don't think there's any examples of this already but it does look likes its just a case of setting up a few more options on the resource. Auto-complete in the IDE might be easier to read than the docs page though with the long names used here!
1
t
I agree! Thanks for the support. Autocomplete is working perfectly.
🙌 1