Closed amindadgar closed 7 months ago
The update in this revision enhances the logging functionality in the load_commit_pull_requests
function of the github.py
script. It now includes the commit SHA in the log messages, providing clearer tracking and debugging capabilities.
Files | Change Summary |
---|---|
.../github.py |
Updated logging to include commit SHA in load_commit_pull_requests function. |
🐰✨ In the land of code where the snippets play, A small change was made on this fine day. Logs now whisper secrets clear and bright, Each commit's tale told in the moonlight. Hop, hop, hooray for clarity's light! 🌟 🐰✨
dags/github.py (1)
`515-515`: The updated log message now includes the commit SHA, which aligns with the PR's objective to enhance traceability of the logs. This is a valuable addition for debugging and monitoring the ETL process.
Summary by CodeRabbit