application framework for ETL(ELT) pipeline, process

2 Open Issues Need Help Last updated: Sep 26, 2025

Open Issues Need Help

View All on GitHub

AI Summary: The current SFTP error logging, specifically for `SftpDownload` failures, is too vague, only showing "SFTP failed." This issue requests enhancing the logs to include crucial details like username, destination host, and authentication method to aid in troubleshooting. It also suggests that other SFTP operations, such as `SftpUpload`, may have similar logging deficiencies.

Complexity: 3/5
enhancement good first issue difficulty: easy

application framework for ETL(ELT) pipeline, process

Python

AI Summary: This issue requests adding INFO level logs for successful S3 download and upload operations, as their current absence hinders confirmation of successful file processing. The logs should, at minimum, indicate the number of files processed, and similar logging gaps may exist for other cloud storage services.

Complexity: 2/5
enhancement good first issue difficulty: easy

application framework for ETL(ELT) pipeline, process

Python