mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-06-27 04:22:05 +00:00
bump ingestion version
This commit is contained in:
parent
f06fc3b37e
commit
80e205859c
@ -76,7 +76,7 @@ ARG INGESTION_DEPENDENCY="all"
|
|||||||
ENV PIP_NO_CACHE_DIR=1
|
ENV PIP_NO_CACHE_DIR=1
|
||||||
# Make pip silent
|
# Make pip silent
|
||||||
ENV PIP_QUIET=1
|
ENV PIP_QUIET=1
|
||||||
ARG RI_VERSION="1.6.11.0"
|
ARG RI_VERSION="1.6.11.1"
|
||||||
RUN pip install --upgrade pip
|
RUN pip install --upgrade pip
|
||||||
RUN pip install "openmetadata-managed-apis~=${RI_VERSION}" --constraint "https://raw.githubusercontent.com/apache/airflow/constraints-2.10.5/constraints-3.10.txt"
|
RUN pip install "openmetadata-managed-apis~=${RI_VERSION}" --constraint "https://raw.githubusercontent.com/apache/airflow/constraints-2.10.5/constraints-3.10.txt"
|
||||||
RUN pip install "openmetadata-ingestion[${INGESTION_DEPENDENCY}]~=${RI_VERSION}"
|
RUN pip install "openmetadata-ingestion[${INGESTION_DEPENDENCY}]~=${RI_VERSION}"
|
||||||
|
@ -84,7 +84,7 @@ ENV PIP_QUIET=1
|
|||||||
RUN pip install --upgrade pip
|
RUN pip install --upgrade pip
|
||||||
|
|
||||||
ARG INGESTION_DEPENDENCY="all"
|
ARG INGESTION_DEPENDENCY="all"
|
||||||
ARG RI_VERSION="1.6.11.0"
|
ARG RI_VERSION="1.6.11.1"
|
||||||
RUN pip install --upgrade pip
|
RUN pip install --upgrade pip
|
||||||
RUN pip install "openmetadata-ingestion[airflow]~=${RI_VERSION}"
|
RUN pip install "openmetadata-ingestion[airflow]~=${RI_VERSION}"
|
||||||
RUN pip install "openmetadata-ingestion[${INGESTION_DEPENDENCY}]~=${RI_VERSION}"
|
RUN pip install "openmetadata-ingestion[${INGESTION_DEPENDENCY}]~=${RI_VERSION}"
|
||||||
|
@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
|
|||||||
# since it helps us organize and isolate version management
|
# since it helps us organize and isolate version management
|
||||||
[project]
|
[project]
|
||||||
name = "openmetadata-ingestion"
|
name = "openmetadata-ingestion"
|
||||||
version = "1.6.11.0"
|
version = "1.6.11.1"
|
||||||
dynamic = ["readme", "dependencies", "optional-dependencies"]
|
dynamic = ["readme", "dependencies", "optional-dependencies"]
|
||||||
authors = [
|
authors = [
|
||||||
{ name = "OpenMetadata Committers" }
|
{ name = "OpenMetadata Committers" }
|
||||||
|
@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
|
|||||||
# since it helps us organize and isolate version management
|
# since it helps us organize and isolate version management
|
||||||
[project]
|
[project]
|
||||||
name = "openmetadata_managed_apis"
|
name = "openmetadata_managed_apis"
|
||||||
version = "1.6.11.0"
|
version = "1.6.11.1"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
authors = [
|
authors = [
|
||||||
{name = "OpenMetadata Committers"}
|
{name = "OpenMetadata Committers"}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user