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 8482057 Merge pull request #15 from
apache/dependabot/github_actions/actions/checkout-6.0.3
add 0920387 feat: add Apache Superset visualization layer
new 8eceab9 Merge pull request #17 from
airajena/feat/add-superset-visualization-layer
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:
.env.example | 11 +
.gitignore | 1 +
.rat-excludes | 2 +
compose.yaml | 55 ++
docker/{extractor => dbt}/Dockerfile | 7 +-
.../requirements.txt => docker/superset/Dockerfile | 8 +-
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 | 5 +-
.../superset/superset_config.py | 26 +-
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 | 26 +-
.../datasets/delinquency_par_secure_latest.sql | 47 ++
.../datasets/portfolio_health_secure_all_dates.sql | 26 +-
.../datasets/portfolio_health_secure_latest.sql | 31 +-
.../repayment_behavior_secure_all_dates.sql | 26 +-
.../datasets/repayment_behavior_secure_latest.sql | 31 +-
20 files changed, 1145 insertions(+), 71 deletions(-)
copy docker/{extractor => dbt}/Dockerfile (79%)
copy extractor/requirements.txt => docker/superset/Dockerfile (87%)
create mode 100644 docker/superset/bootstrap_superset_assets.py
create mode 100644 docker/superset/bootstrap_superset_security.py
create mode 100644 docker/superset/init_superset.sh
copy extractor/requirements.txt => docker/superset/refresh_superset_assets.sh
(88%)
copy scripts/run_extractor_backfill.sh => docker/superset/superset_config.py
(62%)
create mode 100644 superset/dashboards/delinquency_par_dashboard.json
create mode 100644 superset/dashboards/portfolio_health_dashboard.json
create mode 100644 superset/dashboards/repayment_behavior_dashboard.json
copy dbt/models/staging/stg_m_currency.sql =>
superset/datasets/delinquency_par_secure_all_dates.sql (67%)
create mode 100644 superset/datasets/delinquency_par_secure_latest.sql
copy dbt/models/staging/stg_m_currency.sql =>
superset/datasets/portfolio_health_secure_all_dates.sql (67%)
copy dbt/models/staging/stg_m_currency.sql =>
superset/datasets/portfolio_health_secure_latest.sql (60%)
copy dbt/models/staging/stg_m_currency.sql =>
superset/datasets/repayment_behavior_secure_all_dates.sql (67%)
copy dbt/models/staging/stg_m_currency.sql =>
superset/datasets/repayment_behavior_secure_latest.sql (59%)