Closed amindadgar closed 5 months ago
The recent updates bring enhanced logging and debugging capabilities to the ETL pipeline, improving traceability and troubleshooting. Notable changes include the addition of a new debugging module to print Qdrant credentials, logging enhancements in the ingestion pipeline for monitoring document processing, and the integration of these debugging features into the MediaWiki ETL script.
Files | Change Summary |
---|---|
dags/hivemind_etl_helpers/debugs.py |
Introduced print_qdrant_creds() function to log Qdrant credentials. |
dags/hivemind_etl_helpers/ingestion_pipeline.py |
Added logging statements to track document processing and pipeline creation. |
🐇 In the code where data flows, Debugging light now softly glows. Credentials printed, logs abound, In the pipeline, progress found. MediaWiki joins the spree, With each log, we're error-free! 🌟
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Summary by CodeRabbit
New Features
Improvements