This is an automated email from the ASF dual-hosted git repository.
dependabot[bot] pushed a change to branch
dependabot/pip/dbt-postgres-gte-1.11.0-and-lt-2.0.0a1
in repository
https://gitbox.apache.org/repos/asf/fineract-business-intelligence.git
discard 213d5f1 build(deps): update dbt-postgres requirement
add cd68884 build(deps): bump actions/checkout from 7.0.0 to 7.0.1
add 07c55fd Merge pull request #40 from
apache/dependabot/github_actions/actions/checkout-7.0.1
add 3ae4075 build(deps): bump github/codeql-action/analyze from 4.37.0 to
4.37.3
add 03b6519 Merge pull request #43 from
apache/dependabot/github_actions/github/codeql-action/analyze-4.37.3
add 09b1058 build(deps): bump github/codeql-action/init from 4.37.0 to
4.37.3
add 95ee226 Merge pull request #42 from
apache/dependabot/github_actions/github/codeql-action/init-4.37.3
add 7ef7361 build(deps): bump actions/setup-python from 6.3.0 to 7.0.0
add 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
add 923c540 Merge pull request #44 from
airajena/feature/repayment-behavior-dashboard
add 9663e1f build(deps): update dbt-postgres requirement
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (213d5f1)
\
N -- N -- N
refs/heads/dependabot/pip/dbt-postgres-gte-1.11.0-and-lt-2.0.0a1 (9663e1f)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
.github/workflows/apache-rat.yml | 2 +-
.github/workflows/asf-allowlist-check.yml | 2 +-
.github/workflows/ci.yml | 71 ++-
.github/workflows/codeql.yml | 6 +-
.github/workflows/license-check.yml | 4 +-
.github/workflows/zizmor.yml | 2 +-
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 ++++++++++++++-------
19 files changed, 1039 insertions(+), 219 deletions(-)
create mode 100644 dbt/models/marts/presentations/mart_repayment_behavior.sql