jason810496 commented on PR #60543: URL: https://github.com/apache/airflow/pull/60543#issuecomment-3752707035
I'm wondering we could move this kind of common serialization logic to `common.io` package In the long term. There are similar utils for serializing different output file format in both GCS and S3 Operators: https://github.com/apache/airflow/blob/26a9d3b81b1d514ac00476885ba29676cd8f27e6/providers/google/src/airflow/providers/google/cloud/transfers/sql_to_gcs.py#L377-L385 https://github.com/apache/airflow/blob/26a9d3b81b1d514ac00476885ba29676cd8f27e6/providers/amazon/src/airflow/providers/amazon/aws/transfers/sql_to_s3.py#L234-L255 -- 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]
