diff --git a/README.md b/README.md index 09a505c..352b0bc 100644 --- a/README.md +++ b/README.md @@ -101,17 +101,7 @@ dbt_/ Execute the dbt models to transform the raw Stripe data into useful tables: ```sh -dbt run -``` - ->You can use the 'run_stripe_dbt.py' script to execute your dbt transformations and load the results into a ->new dataset named `_transformed` and runs the dbt tests.To use, please ensure you configure ->your dlt pipeline name and destination correctly. - -To check for issues, run the dbt tests: - -```sh -dbt test +dbt build ``` ### Customization @@ -130,8 +120,9 @@ for data model which can be further modified as required. ![picture1](https://storage.googleapis.com/dlt-blog-images/stripe-dlt-dbt-package.png) -> Please note that this is a starting template for your data model and is not the final product. It is advised to customize the -> data model as per your needs. +> ⚠️ **Note:** +> +> Please note that this is a starting template for your data model and is not the final product. It is advised to customize the data model as per your needs. Here's the link to the DB diagram: [link](https://dbdiagram.io/d/stripe-dlt-dbt-package-66fe084dfb079c7ebd2946fd).