Skip to content

Commit

Permalink
Add Example local dlt execution with dbt
Browse files Browse the repository at this point in the history
  • Loading branch information
ismailsimsek committed Dec 9, 2024
1 parent 2673c9d commit feded76
Showing 1 changed file with 1 addition and 1 deletion.
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/pyproject.toml[test]
RUN pip install -e /tmp/opendbt/.[test]
EXPOSE 8080

0 comments on commit feded76

Please sign in to comment.