Skip to content

Commit 16b181c

Browse files
authored
Update README.md
1 parent 0f43cd4 commit 16b181c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ provide jinja with further adapter/python methods.
2020

2121
# Example use cases
2222

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

2929
For more details please see [examples](docs/EXAMPLES.md).

0 commit comments

Comments
 (0)