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.0b2-and-lt-2.0.0a1
in repository
https://gitbox.apache.org/repos/asf/fineract-business-intelligence.git
discard af41053 build(deps): update dbt-postgres requirement
add e3db01f ci: add GitHub Actions CI pipeline with compilation checks
and smoke tests
add 32954ff ci: pin GitHub Actions to SHA hashes to pass zizmor audit
add 37171bf Merge pull request #29 from
airajena/ci/build-check-and-smoke-tests-v2
add f4adb9f refactor: add Seed data, changed names, swap charts
add 5d08f70 Merge pull request #28 from airajena/refactor/charts
add 3ef8dac 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 (af41053)
\
N -- N -- N
refs/heads/dependabot/pip/dbt-postgres-gte-1.11.0b2-and-lt-2.0.0a1 (3ef8dac)
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/ci.yml | 354 ++++++++++++++
compose.yaml | 2 +-
dbt/dbt_project.yml | 2 +-
.../intermediate/int_loan_delinquency_status.sql | 2 +-
.../marts/dimensions/dim_delinquency_bucket.sql | 12 +-
dbt/models/marts/facts/fact_delinquency_event.sql | 5 +-
.../marts/presentations/mart_delinquency_par.sql | 5 +-
dbt/profiles.yml | 4 +-
docker/superset/bootstrap_superset_assets.py | 181 ++++---
warehouse/seed/schema_fineract_source.sql | 518 +++++++++++++++++++++
warehouse/seed/seed_fineract_source.sql | 399 ++++++++++------
11 files changed, 1256 insertions(+), 228 deletions(-)
create mode 100644 .github/workflows/ci.yml
create mode 100644 warehouse/seed/schema_fineract_source.sql