File tree 9 files changed +45
-0
lines changed
airbyte-integrations/bases/base-normalization
9 files changed +45
-0
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,11 @@ COPY dbt-project-template/ ./dbt-template/
15
15
16
16
# Install python dependencies
17
17
WORKDIR /airbyte/base_python_structs
18
+
19
+ # workaround for https://github.com/yaml/pyyaml/issues/601
20
+ # this should be fixed in the airbyte/base-airbyte-protocol-python image
21
+ RUN pip install "Cython<3.0" "pyyaml==5.4" --no-build-isolation
22
+
18
23
RUN pip install .
19
24
20
25
WORKDIR /airbyte/normalization_code
Original file line number Diff line number Diff line change @@ -14,6 +14,11 @@ COPY dbt-project-template/ ./dbt-template/
14
14
15
15
# Install python dependencies
16
16
WORKDIR /airbyte/base_python_structs
17
+
18
+ # workaround for https://github.com/yaml/pyyaml/issues/601
19
+ # this should be fixed in the airbyte/base-airbyte-protocol-python image
20
+ RUN pip install "Cython<3.0" "pyyaml==5.4" --no-build-isolation
21
+
17
22
RUN pip install .
18
23
19
24
WORKDIR /airbyte/normalization_code
Original file line number Diff line number Diff line change @@ -15,6 +15,11 @@ COPY dbt-project-template/ ./dbt-template/
15
15
16
16
# Install python dependencies
17
17
WORKDIR /airbyte/base_python_structs
18
+
19
+ # workaround for https://github.com/yaml/pyyaml/issues/601
20
+ # this should be fixed in the airbyte/base-airbyte-protocol-python image
21
+ RUN pip install "Cython<3.0" "pyyaml==5.4" --no-build-isolation
22
+
18
23
RUN pip install .
19
24
20
25
WORKDIR /airbyte/normalization_code
Original file line number Diff line number Diff line change @@ -49,6 +49,11 @@ COPY dbt-project-template-mssql/* ./dbt-template/
49
49
50
50
# Install python dependencies
51
51
WORKDIR /airbyte/base_python_structs
52
+
53
+ # workaround for https://github.com/yaml/pyyaml/issues/601
54
+ # this should be fixed in the airbyte/base-airbyte-protocol-python image
55
+ RUN pip install "Cython<3.0" "pyyaml==5.4" --no-build-isolation
56
+
52
57
RUN pip install .
53
58
54
59
WORKDIR /airbyte/normalization_code
Original file line number Diff line number Diff line change @@ -16,6 +16,11 @@ COPY dbt-project-template-mysql/* ./dbt-template/
16
16
17
17
# Install python dependencies
18
18
WORKDIR /airbyte/base_python_structs
19
+
20
+ # workaround for https://github.com/yaml/pyyaml/issues/601
21
+ # this should be fixed in the airbyte/base-airbyte-protocol-python image
22
+ RUN pip install "Cython<3.0" "pyyaml==5.4" --no-build-isolation
23
+
19
24
RUN pip install .
20
25
21
26
WORKDIR /airbyte/normalization_code
Original file line number Diff line number Diff line change @@ -34,6 +34,11 @@ COPY dbt-project-template/ ./dbt-template/
34
34
COPY dbt-project-template-oracle/* ./dbt-template/
35
35
36
36
WORKDIR /airbyte/base_python_structs
37
+
38
+ # workaround for https://github.com/yaml/pyyaml/issues/601
39
+ # this should be fixed in the airbyte/base-airbyte-protocol-python image
40
+ RUN pip install "Cython<3.0" "pyyaml==5.4" --no-build-isolation
41
+
37
42
RUN pip install .
38
43
39
44
WORKDIR /airbyte/normalization_code
Original file line number Diff line number Diff line change @@ -16,6 +16,11 @@ COPY dbt-project-template-redshift/* ./dbt-template/
16
16
17
17
# Install python dependencies
18
18
WORKDIR /airbyte/base_python_structs
19
+
20
+ # workaround for https://github.com/yaml/pyyaml/issues/601
21
+ # this should be fixed in the airbyte/base-airbyte-protocol-python image
22
+ RUN pip install "Cython<3.0" "pyyaml==5.4" --no-build-isolation
23
+
19
24
RUN pip install .
20
25
21
26
WORKDIR /airbyte/normalization_code
Original file line number Diff line number Diff line change @@ -16,6 +16,11 @@ COPY dbt-project-template-snowflake/* ./dbt-template/
16
16
17
17
# Install python dependencies
18
18
WORKDIR /airbyte/base_python_structs
19
+
20
+ # workaround for https://github.com/yaml/pyyaml/issues/601
21
+ # this should be fixed in the airbyte/base-airbyte-protocol-python image
22
+ RUN pip install "Cython<3.0" "pyyaml==5.4" --no-build-isolation
23
+
19
24
RUN pip install .
20
25
21
26
WORKDIR /airbyte/normalization_code
Original file line number Diff line number Diff line change @@ -15,6 +15,11 @@ COPY dbt-project-template/ ./dbt-template/
15
15
16
16
# Install python dependencies
17
17
WORKDIR /airbyte/base_python_structs
18
+
19
+ # workaround for https://github.com/yaml/pyyaml/issues/601
20
+ # this should be fixed in the airbyte/base-airbyte-protocol-python image
21
+ RUN pip install "Cython<3.0" "pyyaml==5.4" --no-build-isolation
22
+
18
23
RUN pip install .
19
24
20
25
WORKDIR /airbyte/normalization_code
You can’t perform that action at this time.
0 commit comments