Skip to content

InfuseAI/dbt-infuse-finance

Repository files navigation

dbt-infuse-finance

This existed dbt demo project will help you explore piperider-action, which is our CI tool based on github actions.

  1. clone our dbt demo project

  2. adjust dbt modeling models/PRICE_PRESENT.sql

    original version

    {{ config(materialized='table') }}
    
    select * from {{ source('PUBLIC', 'PRICE') }} where PRICE.DATE >= '2021-01-01' and PRICE.DATE < '2022-04-01'

    new version

    {{ config(materialized='table') }}
    
    select * from {{ source('PUBLIC', 'PRICE') }} where PRICE.DATE >= '2021-01-01'
  3. create a PR to this repo and the CI workflow, piperider-action, will be triggered:

    • the profiling result will be attached to PR comment. image info
    • reports will be uploaded as CI's artifacts. image info

To explore more detail of dbt integration, please check our integration journey.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages