mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2026-01-07 04:56:54 +00:00
Add Airflow deps installation (#8131)
This commit is contained in:
parent
1f1943d2f5
commit
615b1a9647
@ -49,6 +49,7 @@ COPY ingestion/operators/docker/main.py .
|
||||
RUN pip install --upgrade pip
|
||||
|
||||
ARG INGESTION_DEPENDENCY="all"
|
||||
RUN pip install --upgrade openmetadata-ingestion[airflow]
|
||||
RUN pip install --upgrade openmetadata-ingestion[${INGESTION_DEPENDENCY}]
|
||||
# Uninstalling psycopg2-binary and installing psycopg2 instead
|
||||
# because the psycopg2-binary generates a architecture specific error
|
||||
|
||||
@ -54,6 +54,7 @@ COPY ingestion/operators/docker/main.py .
|
||||
RUN pip install --upgrade pip
|
||||
|
||||
ARG INGESTION_DEPENDENCY="all"
|
||||
RUN pip install --upgrade ".[airflow]"
|
||||
RUN pip install --upgrade ".[${INGESTION_DEPENDENCY}]"
|
||||
|
||||
# Uninstalling psycopg2-binary and installing psycopg2 instead
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user