dominikhei commented on issue #12609: URL: https://github.com/apache/airflow/issues/12609#issuecomment-2529041644
@eladkal I just checked the `GCSTaskHandler` class under: [providers/src/airflow/providers/google/cloud/log/gcs_task_handler.py](https://github.com/apache/airflow/blob/main/providers/src/airflow/providers/google/cloud/log/gcs_task_handler.py) and there seems to be no implementation of this. Is this functionality still desired? If so, using Python's standard gzip module is probably a good option, as it does not require additional dependencies. To upload the logs we could simply add a boolean param like `gzip_compress_logs` to the class. Do you think the `_read_remote_logs` method should be updated accordingly, to be able to read and decompress, gzip compressed logs? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
