Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dat-a-man authored Feb 9, 2025
1 parent 1848e16 commit 753cadf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ This package is perfect for dbt users who want to integrate Github data into the
pip install dlt
```
2. **Configure the Pipeline:**
Follow the dlt Github [pipeline documentation](https://dlthub.com/docs/dlt-ecosystem/verified-sources/github) to set up your pipeline. Ensure you have your Github API key and destination credentials configured.
Follow the dlt [Github pipeline documentation](https://dlthub.com/docs/dlt-ecosystem/verified-sources/github) to set up your pipeline. Ensure you have your Github API key and destination credentials configured.

3. **Run the Pipeline:**
Extract and load data from GitHub using the GitHub events pipeline into your data wareshouse. As GitHub pipeline integrates multiple sources. Here, we will build a model for the `github_events` source. For more details on sources, refer to the [documentation](https://dlthub.com/docs/general-usage/source).
Expand Down Expand Up @@ -114,7 +114,7 @@ for data model which can be further modified as required.
#### Optional: Advanced Usage (Generator and Licensing)

This package was created using the dlt-dbt-generator by dlt-plus. For more information about dlt-plus, refer to the
[dlt-plus documentation.](https://dlt-plus.netlify.app/docs/plus/intro/). To learn more about the dlt-dbt-generator,
[dlt-plus documentation.](https://dlt-plus.netlify.app/docs/plus/intro/) To learn more about the dlt-dbt-generator,
consult the [dlt-dbt-generator](https://dlthub.com/blog/dbt-gen) documentation.

> The dimensional modelling part of the package was created with a declarative code generator and suffers from
Expand Down

0 comments on commit 753cadf

Please sign in to comment.