This repo is a comprehensive blueprint of how to use dbt to run data pipelines using databricks compute. It showcases modular project structure, data contracts, various tests and incremental models with selectors. No real financial data is used, only dummy data.
Stars
72
Forks
8
Watchers
72
Open Issues
1
Overall repository health assessment
No language data available
No package.json found
This might not be a Node.js project
45
commits
2
commits
Merge pull request #12 from Alex-Teodosiu/feat/interfaces
e14040fView on GitHubAdd materialization configuration for intermediate models
4f9062aView on GitHubAdd new transaction model versions and update related configurations
11a4ea8View on GitHubMerge pull request #11 from Alex-Teodosiu/python-example
0114d7dView on GitHubReplace commented-out Python transactions model with a new implementation in DBT
0ca2375View on GitHubAdd initial implementation of Python transactions model in DBT
0f4be00View on GitHubMerge pull request #9 from Alex-Teodosiu/vs-code-seetings
e9d7ae8View on GitHubMerge pull request #8 from Alex-Teodosiu/feat/add-marts
4130bddView on GitHubUpdate enriched_transactions model to use new dimension tables and add event time filtering
bb00a4fView on GitHubSet materialization to 'table' for marts_payments_daily, marts_user_card_transactions_daily, and enriched_transactions models
f1f0750View on GitHubRemove incremental materialization configuration from enriched_transactions model
77f93ceView on GitHub