Skip to content

Commit

Permalink
Destination BigQuery: fix build by forcing urllib3 1.26.15 (#25809)
Browse files Browse the repository at this point in the history
* force urllib3 1.26.15

* use better pin

* one day I will be good at shell script
  • Loading branch information
edgao committed May 4, 2023
1 parent bf16b5a commit 9485c01
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ WORKDIR /airbyte/normalization_code
RUN pip3 install .
WORKDIR /airbyte/normalization_code/dbt-template/
# Download external dbt dependencies
# amazon linux 2 isn't compatible with urllib3 2.x, so force 1.26.15
RUN pip3 install "urllib3<2"
RUN dbt deps

WORKDIR /airbyte
Expand Down

0 comments on commit 9485c01

Please sign in to comment.