Open Issues Need Help
View All on GitHubAI Summary: This issue proposes setting up a GitHub Actions workflow named 'pull-request.yml' to automate quality checks on pull requests. The workflow will include steps for linting code, running tests for ETL (Extract, Transform, Load) scripts, and validating SQL code to maintain code quality and ensure functional correctness.
RetailPulse: SQL & ETL Data Pipeline Builder A full-stack data engineering project that extracts retail data from Kaggle, transforms it with Python, loads it into PostgreSQL, and visualizes insights via a React dashboard. Features cloud integration (AWS S3), automation, and end-to-end ETL orchestration.
AI Summary: The task is to create a `requirements.txt` file for an ETL and dashboard project. This file needs to include the specified Python libraries: pandas, SQLAlchemy, boto3, Streamlit, and psycopg2.
RetailPulse: SQL & ETL Data Pipeline Builder A full-stack data engineering project that extracts retail data from Kaggle, transforms it with Python, loads it into PostgreSQL, and visualizes insights via a React dashboard. Features cloud integration (AWS S3), automation, and end-to-end ETL orchestration.