File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
2929For more details please see [ examples] ( docs/EXAMPLES.md ) .
You can’t perform that action at this time.
0 commit comments