mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-15 12:37:18 +00:00
prepare(release) next release (#9479)
* prepare(release) next release * airflow typo Co-authored-by: Pere Miquel Brull <peremiquelbrull@gmail.com>
This commit is contained in:
parent
a4521fd664
commit
bf6fc5f93a
@ -18,7 +18,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<artifactId>platform</artifactId>
|
<artifactId>platform</artifactId>
|
||||||
<groupId>org.open-metadata</groupId>
|
<groupId>org.open-metadata</groupId>
|
||||||
<version>0.13.0-SNAPSHOT</version>
|
<version>0.13.2-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<properties>
|
<properties>
|
||||||
|
@ -61,7 +61,7 @@ RUN pip install --upgrade pip
|
|||||||
RUN pip install "openmetadata-managed-apis==0.12.2.4" --constraint "https://raw.githubusercontent.com/apache/airflow/constraints-2.3.3/constraints-3.9.txt"
|
RUN pip install "openmetadata-managed-apis==0.12.2.4" --constraint "https://raw.githubusercontent.com/apache/airflow/constraints-2.3.3/constraints-3.9.txt"
|
||||||
RUN pip install "openmetadata-ingestion[${INGESTION_DEPENDENCY}]==0.12.2.4"
|
RUN pip install "openmetadata-ingestion[${INGESTION_DEPENDENCY}]==0.12.2.4"
|
||||||
# remove all airflow providers except for docker
|
# remove all airflow providers except for docker
|
||||||
RUN pip freeze | grep "apache-airlfow-providers" | grep -v "docker\|http" | xargs pip uninstall -y
|
RUN pip freeze | grep "apache-airflow-providers" | grep -v "docker\|http" | xargs pip uninstall -y
|
||||||
# Uninstalling psycopg2-binary and installing psycopg2 instead
|
# Uninstalling psycopg2-binary and installing psycopg2 instead
|
||||||
# because the psycopg2-binary generates a architecture specific error
|
# because the psycopg2-binary generates a architecture specific error
|
||||||
# while authrenticating connection with the airflow, psycopg2 solves this error
|
# while authrenticating connection with the airflow, psycopg2 solves this error
|
||||||
|
@ -201,7 +201,7 @@ test = {
|
|||||||
build_options = {"includes": ["_cffi_backend"]}
|
build_options = {"includes": ["_cffi_backend"]}
|
||||||
setup(
|
setup(
|
||||||
name="openmetadata-ingestion",
|
name="openmetadata-ingestion",
|
||||||
version="0.13.0.dev0",
|
version="0.13.2.0.dev0",
|
||||||
url="https://open-metadata.org/",
|
url="https://open-metadata.org/",
|
||||||
author="OpenMetadata Committers",
|
author="OpenMetadata Committers",
|
||||||
license="Apache License 2.0",
|
license="Apache License 2.0",
|
||||||
|
@ -69,7 +69,7 @@ setup(
|
|||||||
packages=find_packages(include=[f"{PLUGIN_NAME}.*", PLUGIN_NAME]),
|
packages=find_packages(include=[f"{PLUGIN_NAME}.*", PLUGIN_NAME]),
|
||||||
include_package_data=True,
|
include_package_data=True,
|
||||||
package_data={PLUGIN_NAME: get_package_data()},
|
package_data={PLUGIN_NAME: get_package_data()},
|
||||||
version="0.13.0.dev0",
|
version="0.13.2.0.dev0",
|
||||||
url="https://open-metadata.org/",
|
url="https://open-metadata.org/",
|
||||||
author="OpenMetadata Committers",
|
author="OpenMetadata Committers",
|
||||||
license="Apache License 2.0",
|
license="Apache License 2.0",
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<artifactId>openmetadata-clients</artifactId>
|
<artifactId>openmetadata-clients</artifactId>
|
||||||
<groupId>org.open-metadata</groupId>
|
<groupId>org.open-metadata</groupId>
|
||||||
<version>0.13.0-SNAPSHOT</version>
|
<version>0.13.2-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<artifactId>platform</artifactId>
|
<artifactId>platform</artifactId>
|
||||||
<groupId>org.open-metadata</groupId>
|
<groupId>org.open-metadata</groupId>
|
||||||
<version>0.13.0-SNAPSHOT</version>
|
<version>0.13.2-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<artifactId>platform</artifactId>
|
<artifactId>platform</artifactId>
|
||||||
<groupId>org.open-metadata</groupId>
|
<groupId>org.open-metadata</groupId>
|
||||||
<version>0.13.0-SNAPSHOT</version>
|
<version>0.13.2-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>openmetadata-dist</artifactId>
|
<artifactId>openmetadata-dist</artifactId>
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<artifactId>platform</artifactId>
|
<artifactId>platform</artifactId>
|
||||||
<groupId>org.open-metadata</groupId>
|
<groupId>org.open-metadata</groupId>
|
||||||
<version>0.13.0-SNAPSHOT</version>
|
<version>0.13.2-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<artifactId>openmetadata-service</artifactId>
|
<artifactId>openmetadata-service</artifactId>
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<artifactId>platform</artifactId>
|
<artifactId>platform</artifactId>
|
||||||
<groupId>org.open-metadata</groupId>
|
<groupId>org.open-metadata</groupId>
|
||||||
<version>0.13.0-SNAPSHOT</version>
|
<version>0.13.2-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<artifactId>platform</artifactId>
|
<artifactId>platform</artifactId>
|
||||||
<groupId>org.open-metadata</groupId>
|
<groupId>org.open-metadata</groupId>
|
||||||
<version>0.13.0-SNAPSHOT</version>
|
<version>0.13.2-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
|
2
pom.xml
2
pom.xml
@ -26,7 +26,7 @@
|
|||||||
based on Open Metadata Standards/APIs, supporting connectors to a wide range of data services,
|
based on Open Metadata Standards/APIs, supporting connectors to a wide range of data services,
|
||||||
OpenMetadata enables end-to-end metadata management, giving you the freedom to unlock the value of your data assets.
|
OpenMetadata enables end-to-end metadata management, giving you the freedom to unlock the value of your data assets.
|
||||||
</description>
|
</description>
|
||||||
<version>0.13.0-SNAPSHOT</version>
|
<version>0.13.2-SNAPSHOT</version>
|
||||||
<url>https://github.com/open-metadata/OpenMetadata</url>
|
<url>https://github.com/open-metadata/OpenMetadata</url>
|
||||||
<modules>
|
<modules>
|
||||||
<module>common</module>
|
<module>common</module>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user