Skip to content

Commit

Permalink
FIX - Ingestion constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
pmbrull committed Aug 5, 2024
1 parent d56784c commit fc6378e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ingestion/Dockerfile.ci
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ COPY --chown=airflow:0 openmetadata-airflow-apis /home/airflow/openmetadata-airf
COPY --chown=airflow:0 ingestion/examples/airflow/dags /opt/airflow/dags

USER airflow
ARG AIRFLOW_CONSTRAINTS_LOCATION="https://raw.githubusercontent.com/apache/airflow/constraints-2.7.3/constraints-3.10.txt"
ARG AIRFLOW_CONSTRAINTS_LOCATION="https://raw.githubusercontent.com/apache/airflow/constraints-2.9.1/constraints-3.10.txt"

# Disable pip cache dir
# https://pip.pypa.io/en/stable/topics/caching/#avoiding-caching
Expand Down

0 comments on commit fc6378e

Please sign in to comment.