-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9237a42
commit 6ff0e1c
Showing
1 changed file
with
25 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,40 @@ | ||
[](http://www.apache.org/licenses/LICENSE-2.0.html) | ||
 | ||
# opendbt | ||
|
||
The `opendbt` library extends the capabilities of dbt. It unlocks many customizations, allowing you to tailor dbt to | ||
your specific needs and data workflows. | ||
|
||
Create custom transformations by customizing existing adapters | ||
Forexample create custom transformations by customizing existing adapters | ||
|
||
#### Enhance dbt's Extensibility: | ||
|
||
Go beyond the core functionalities of dbt by seamlessly integrating your customized adapter and providing jinja with | ||
With `opendbt` you can go beyond the core functionalities of dbt by seamlessly integrating your customized adapter and | ||
providing jinja with | ||
custom Python methods tailored to your advanced needs. | ||
|
||
# Sample use cases, examples | ||
|
||
- Use customised adapter, provide jinja with custom python methods | ||
- Execute Python Model Locally | ||
- Execute Python Model(Python code) Locally | ||
- Enable Model-Level Orchestration Using Airflow | ||
|
||
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> |