Skip to content

Commit

Permalink
Improve documentation (#41)
Browse files Browse the repository at this point in the history
* Extend documentation

* Extend documentation

* Add Example local dlt execution with dbt
  • Loading branch information
ismailsimsek authored Dec 9, 2024
1 parent a171ada commit 7499837
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ adapter and providing jinja context with further adapter/python methods.

For detailed examples, see: [examples](docs/EXAMPLES.md).

![opendbt-airflow-ui.png](docs/assets/opendbt-airflow-ui.png)

## Installation

install version from github:
Expand Down
Binary file added docs/assets/opendbt-airflow-ui.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion tests/resources/airflow/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ COPY --chown=airflow:airflow opendbt /tmp/opendbt/opendbt
COPY --chown=airflow:airflow README.md /tmp/opendbt/README.md
COPY --chown=airflow:airflow pyproject.toml /tmp/opendbt/pyproject.toml

RUN pip install -e /tmp/opendbt/
RUN pip install -e /tmp/opendbt/.[test]
EXPOSE 8080

0 comments on commit 7499837

Please sign in to comment.