This is an automated email from the ASF dual-hosted git repository.
Aman-Mittal pushed a change to branch main
in repository
https://gitbox.apache.org/repos/asf/fineract-business-intelligence.git
from d55eecd Merge pull request #39 from
apache/dependabot/github_actions/actions/setup-python-7.0.0
add 84e33cf feat: Add repayment behavior dashboard
add da746af fix: repair CI seed schema and source views for repayment
schedule
new 923c540 Merge pull request #44 from
airajena/feature/repayment-behavior-dashboard
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.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(-)
create mode 100644 dbt/models/marts/presentations/mart_repayment_behavior.sql