Elementary UI demo dbt project!
To generate a new demo please do the following steps:
- Change
jaffle_shop_online/packages.yml
elementary package to point to your local package - for example:packages: - local: /Users/idanshavit/workspace/dbt-data-reliability - package: dbt-labs/dbt_utils version: 1.0.0
- Fetch all branches on your local elementary dbt package
- Checkout to the branch
now-uses-custom-run-started-at
(mergemaster
into it to make sure it is updated) - On the
jaffle-shop-goes-online
project runpython data_creation/initial_demo.py
- Fetch all branches on your local elementary python package
- Checkout to the branch
oss-demo-creation
(mergemaster
into it to make sure it is updated) - Generate the report using
edr report -d 14 --env <env name like Snowflake prod>
command