Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dat-a-man committed Oct 21, 2024
1 parent 5130779 commit a0c8a08
Showing 1 changed file with 4 additions and 13 deletions.
17 changes: 4 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,17 +101,7 @@ dbt_<pipeline-name>/
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 `<original-dataset>_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
Expand All @@ -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).

Expand Down

0 comments on commit a0c8a08

Please sign in to comment.