Skip to content

Commit

Permalink
Add blog post link to documentation (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
ismailsimsek authored Dec 18, 2024
1 parent 66608b8 commit dab1fd0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ adapter and providing jinja context with further adapter/python methods.

- Customize Existing Adapters: Leverage OOP to create custom adapters that extends existing ones. With this user
could provide more python features to jinja
- Execute Local Python Code: Use dbt Python models to run local Python code. For example, you could import data from web
- Execute Local Python Code: Use dbt Python models
to [run local Python code](https://medium.com/@ismail-simsek/make-dbt-great-again-ec34f3b661f5). For example, you
could import data from web
APIs directly within your dbt model.
- Granular Model-Level Orchestration with Airflow: Integrate Airflow for fine-grained control over model execution.
- Serve dbt Docs in Airflow UI: Create a custom page on the Airflow server that displays dbt documentation as an Airflow
Expand Down

0 comments on commit dab1fd0

Please sign in to comment.