Skip to content

Commit

Permalink
Add opendbt code part-4
Browse files Browse the repository at this point in the history
  • Loading branch information
ismailsimsek committed Jul 7, 2024
1 parent 9237a42 commit 7a4bcc9
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[![License](http://img.shields.io/:license-apache%202.0-brightgreen.svg)](http://www.apache.org/licenses/LICENSE-2.0.html)
![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)
# opendbt

The `opendbt` library extends the capabilities of dbt. It unlocks many customizations, allowing you to tailor dbt to
Expand All @@ -18,3 +20,22 @@ custom Python methods tailored to your advanced needs.

please see [examples](docs/EXAMPLES.md).

## Installation

install from github:

```shell
pip install https://github.com/memiiso/opendbt/archive/master.zip --upgrade --user
```

install version from github:

```shell
pip install https://github.com/memiiso/opendbt/archive/refs/tags/0.1.0.zip --upgrade --user
```

### Contributors

<a href="https://github.com/memiiso/opendbt/graphs/contributors">
<img src="https://contributors-img.web.app/image?repo=memiiso/opendbt" />
</a>

0 comments on commit 7a4bcc9

Please sign in to comment.