This is an automated email from the ASF dual-hosted git repository. Aman-Mittal pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/fineract-business-intelligence.git
commit 8eceab973333b6eff1655949b1c8555a5dfb06d2 Merge: 8482057 0920387 Author: Aman-Mittal <[email protected]> AuthorDate: Thu Jun 11 18:10:19 2026 +0530 Merge pull request #17 from airajena/feat/add-superset-visualization-layer feat: add Apache Superset visualization layer .env.example | 11 + .gitignore | 1 + .rat-excludes | 2 + compose.yaml | 55 ++ .gitignore => docker/dbt/Dockerfile | 27 +- .gitignore => docker/superset/Dockerfile | 21 +- docker/superset/bootstrap_superset_assets.py | 787 +++++++++++++++++++++ docker/superset/bootstrap_superset_security.py | 68 ++ docker/superset/init_superset.sh | 44 ++ .../superset/refresh_superset_assets.sh | 18 +- .gitignore => docker/superset/superset_config.py | 36 +- superset/dashboards/delinquency_par_dashboard.json | 5 + .../dashboards/portfolio_health_dashboard.json | 5 + .../dashboards/repayment_behavior_dashboard.json | 5 + .../datasets/delinquency_par_secure_all_dates.sql | 30 + .../datasets/delinquency_par_secure_latest.sql | 47 ++ .../datasets/portfolio_health_secure_all_dates.sql | 30 + .../datasets/portfolio_health_secure_latest.sql | 35 + .../repayment_behavior_secure_all_dates.sql | 30 + .../datasets/repayment_behavior_secure_latest.sql | 35 + 20 files changed, 1236 insertions(+), 56 deletions(-)
