Amazon web services – How do I insert timestamp data into an AWS Glue managed Iceberg table using AWS Firehose?
Using AWS Firehose to ingest data into an Iceberg table managed by AWS Glue, I'm unable to insert timestamp data. Firehose I'm trying to insert data using the following script: json_data = json.dumps( { "ADF_Record": { "foo": "bar", "baz": "2024-09-04T18:56:15.114"…