BNPL Pipeline Infrastructure Foundation#10
Merged
whitehackr merged 4 commits intomainfrom Sep 15, 2025
Merged
Conversation
- Add apache-airflow==2.8.4 for orchestration - Add requests==2.31.0 and urllib3==2.0.7 for API client - Add great-expectations==0.18.19 for data quality validation - All versions chosen for compatibility with existing Python 3.11 stack
- Create BNPLAPIClient with exponential backoff retry strategy - Implement rate limiting and request throttling - Add comprehensive error handling and logging - Support SSE stream response parsing from simtom API - Include input validation for date ranges and parameters - Add connection testing and daily batch methods
- Configure Docker Compose with LocalExecutor and PostgreSQL - Mount DAGs, plugins, scripts, and GCP credentials - Create directory structure for DAGs and plugins - Set admin credentials and environment configuration - Enable production-appropriate single-machine deployment
- Document architecture overview and design decisions - Include environment setup instructions - Describe BigQuery datasets and directory structure - Add API client usage examples and Airflow configuration - Outline data volume strategy and next steps
42 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
• Add production-grade BNPL API client with SSE support and retry logic
• Configure Airflow infrastructure with LocalExecutor and Docker Compose
• Update requirements.txt with compatible versions for pipeline dependencies
• Create comprehensive documentation for setup and architecture
Test plan
This establishes the foundation for 1.8M transaction ingestion and ML pipeline development.