Skip to content

Commit

Permalink
Change when dbt PR is merged
Browse files Browse the repository at this point in the history
  • Loading branch information
mdesmet committed Oct 5, 2022
1 parent 24836a5 commit ce00d7f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docker/dbt/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@ RUN apt-get update && \
apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/
RUN pip3 install --upgrade pip
RUN mkdir ${DBT_DIR}
# TODO: change with release version
RUN pip install git+https://github.com/starburstdata/dbt-trino.git
# TODO: change with release version once PR is merged
RUN pip3 install git+https://github.com/mdesmet/dbt-trino.git@feature/get_colums_in_relation
# RUN pip install dbt-trino==1.2.2
ADD . ${DBT_DIR}
ADD docker/dbt/profiles.yml /root/.dbt/profiles.yml

Expand Down

0 comments on commit ce00d7f

Please sign in to comment.