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 923c540e6d847f82754965363fb7e7c2ff146882 Merge: d55eecd da746af Author: Aman-Mittal <[email protected]> AuthorDate: Tue Jul 28 14:04:55 2026 +0530 Merge pull request #44 from airajena/feature/repayment-behavior-dashboard feat: add Repayment behavior dashboard .github/workflows/ci.yml | 65 ++- dbt/models/marts/_marts.yml | 56 +++ .../marts/presentations/mart_portfolio_health.sql | 1 + .../presentations/mart_repayment_behavior.sql | 286 +++++++++++ dbt/models/sources.yml | 10 + dbt/models/staging/stg_m_loan_transaction.sql | 3 +- docker/superset/bootstrap_superset_assets.py | 123 ++++- extractor/extractor.py | 35 ++ scripts/bootstrap_fineract_source.sh | 13 +- scripts/bootstrap_source.sh | 13 + .../repayment_behavior_secure_all_dates.sql | 27 +- warehouse/schema/raw_tables.sql | 33 ++ warehouse/seed/schema_fineract_source.sql | 35 ++ warehouse/seed/seed_fineract_source.sql | 536 ++++++++++++++------- 14 files changed, 1028 insertions(+), 208 deletions(-)
