airajena opened a new pull request, #22:
URL: https://github.com/apache/fineract-business-intelligence/pull/22

   ### Summary 
   
   - Added a complete README.md covering architecture, setup (9 steps from 
Fineract clone to Superset), keeping dashboards fresh, troubleshooting, and 
project structure
   - Added scripts/bootstrap_source.sh : one-time setup that creates 
bi_connector_source compatibility views and fineract_reader read-only role on 
the Fineract DB
   - Added scripts/run_pipeline.sh : orchestrates extractor → dbt → Superset 
refresh loop
   - Added warehouse/seed/seed_fineract_source.sql : demo dataset (25 clients, 
71 loans across 3 offices, 4 products, all PAR buckets populated)
   - Fixed dbt/requirements.txt : pinned dbt-postgres<2.0.0a1 to prevent dbt 
Fusion (which dropped PostgreSQL support) from being installed
   - Fixed dbt/models/marts/facts/fact_delinquency_event.sql : added unique_key 
config to prevent duplicate rows on incremental runs
   - Fixed docker/extractor/Dockerfile : added Docker CE CLI so the extractor 
can orchestrate dbt and Superset containers from inside the container
   - Fixed compose.yaml :  attached extractor to fineract_default Docker 
network and mounted Docker socket so it can reach fineract-db-1 by container 
name
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to