Skip to content

Commit 0f43cd4

Browse files
authored
Update README.md
1 parent 4deb768 commit 0f43cd4

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

README.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,26 +4,24 @@
44

55
### Enhancing dbt with Python Runtime Patching
66

7-
This project leverages Python to extend dbt's core functionality. By dynamically modifying dbt's source code, we're
8-
adding new capabilities.
7+
This project adds new capabilities to dbt-core by dynamically modifying dbt's source code.
98

10-
**Your Contributions Matter**: We welcome your input. If you have a more efficient or elegant approach to achieving the
11-
same results, please share it with us."
9+
**Your Contributions Matter**: We welcome your input. If you have a any idea, suggestion or feature you like to add to dbt please share with us or open new pull request. All contibutions are welcome.
1210

1311
# opendbt
1412

15-
The `opendbt` library extends the capabilities of dbt. It unlocks many customizations, allowing you to tailor dbt to
13+
The `opendbt` library extends dbt-core. It unlocks many customizations, allowing you to tailor dbt to
1614
your specific needs and data workflows.
1715

18-
Forexample creating custom transformations by customizing existing adapters using object-oriented inheritance.
16+
Forexample creating custom adapter by object-oriented inheritance and extending existing adapters.
1917

2018
With `opendbt` you can go beyond the core functionalities of dbt by seamlessly integrating your customized adapter and
2119
provide jinja with further adapter/python methods.
2220

2321
# Example use cases
2422

2523
- Create and use new adapter using OOP inheritance, provide jinja with additional custom python methods with your own adapter
26-
- Execute Python model(Python code) locally
24+
- Execute Python code Python code locally, import data from web apis. without remote python execution.
2725
- Enable Granular Model-Level Orchestration Using Airflow
2826
- Create page on Airflow Server to serve DBT docs as a new page under airflow UI
2927
- Use customized dbt docs page, by providing custom index.html page

0 commit comments

Comments
 (0)