Is there a way to write json.gz data to S3 using PyFlink in Python?
I developed the code using PyFlink’s Table API.
What is the method to write to S3 as JSON.gz using the Table API?
I’ve searched through the Flink documentation, but I couldn’t find a method to write JSON data compressed as gzip, except for Parquet. If it’s not possible to write JSON.gz data to S3 using the Table API, is it possible with the DataStream API? Please help me.