https://github.com/dpguthrie/dbt-faker
Fake data for dbt demos
https://github.com/dpguthrie/dbt-faker
Last synced: 11 months ago
JSON representation
Fake data for dbt demos
- Host: GitHub
- URL: https://github.com/dpguthrie/dbt-faker
- Owner: dpguthrie
- Created: 2022-06-28T17:02:05.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-05T02:28:27.000Z (almost 2 years ago)
- Last Synced: 2025-01-04T05:56:46.771Z (over 1 year ago)
- Language: Python
- Size: 108 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dbt-faker
This is a project used solely to create fake data used for demos
## Why Though?
Old, stale data is not compelling. It's especially not compelling when trying to demo functionality that shines when you're only looking at fresh data. This is an attempt to solve this problem.
## To-Do
1. Explain how others can contribute to this project (e.g. how to create an orm, factory, and add to the script).
2. Create a utility that automates the creation of stubbed out orms and factories for specific datasets.
3. Probably some bug fixes