From 2570ef7795bc7f9bcd704fbaa1e3daa91ffd3dbb Mon Sep 17 00:00:00 2001 From: Pere Miquel Brull Date: Tue, 16 May 2023 15:19:53 +0200 Subject: [PATCH] [Docs] - Add notes on python version (#11615) * Add notes on python version * Add python version --- .../content/v1.0.0/deployment/airflow/index.md | 4 ++++ .../contribute/build-code-and-run-tests/prerequisites.md | 2 +- .../content/v1.0.0/quick-start/local-deployment.md | 2 +- .../content/v1.1.0/deployment/airflow/index.md | 4 ++++ .../contribute/build-code-and-run-tests/prerequisites.md | 2 +- .../content/v1.1.0/quick-start/local-deployment.md | 2 +- 6 files changed, 12 insertions(+), 4 deletions(-) diff --git a/openmetadata-docs-v1/content/v1.0.0/deployment/airflow/index.md b/openmetadata-docs-v1/content/v1.0.0/deployment/airflow/index.md index e527d378104..ee82739ad8d 100644 --- a/openmetadata-docs-v1/content/v1.0.0/deployment/airflow/index.md +++ b/openmetadata-docs-v1/content/v1.0.0/deployment/airflow/index.md @@ -20,6 +20,10 @@ so that you can deploy with the OpenMetadata UI directly to your instance. ## Custom Airflow Installation +{% note %} +Note that the `openmetadata-ingestion` only supports Python versions 3.7, 3.8 and 3.9. +{% /note %} + If you already have an Airflow instance up and running, you might want to reuse it to host the metadata workflows as well. Here we will guide you on the different aspects to consider when configuring an existing Airflow. diff --git a/openmetadata-docs-v1/content/v1.0.0/developers/contribute/build-code-and-run-tests/prerequisites.md b/openmetadata-docs-v1/content/v1.0.0/developers/contribute/build-code-and-run-tests/prerequisites.md index fd60a1fa27e..f9b9dcad80e 100644 --- a/openmetadata-docs-v1/content/v1.0.0/developers/contribute/build-code-and-run-tests/prerequisites.md +++ b/openmetadata-docs-v1/content/v1.0.0/developers/contribute/build-code-and-run-tests/prerequisites.md @@ -12,7 +12,7 @@ OpenMetadata being a full stack project, we use the following for development: - [Java JDK 11](https://docs.oracle.com/en/java/javase/11/install/overview-jdk-installation.html) - [Antlr 4.9.2](https://www.antlr.org/) - `sudo make install_antlr_cli` - [Maven 3.5.x or higher](https://maven.apache.org/install.html) - (with Java JDK 11) -- [Python 3.7 or higher](https://www.python.org/downloads/) +- [Python 3.7, 3.8 or 3.9](https://www.python.org/downloads/) - [Node >=16.0.0 & Node <= 18.0.0](https://nodejs.org/en/download/) - [Yarn ^1.22.0](https://classic.yarnpkg.com/lang/en/docs/install/) - [Rpm (Optional, only to run RPM profile with maven)](https://macappstore.org/rpm/) diff --git a/openmetadata-docs-v1/content/v1.0.0/quick-start/local-deployment.md b/openmetadata-docs-v1/content/v1.0.0/quick-start/local-deployment.md index 7c6e1a59f69..d4a96b7466b 100644 --- a/openmetadata-docs-v1/content/v1.0.0/quick-start/local-deployment.md +++ b/openmetadata-docs-v1/content/v1.0.0/quick-start/local-deployment.md @@ -19,7 +19,7 @@ OpenMetadata. ## OSX and Linux -### Python (version 3.7 or greater) +### Python (version 3.7, 3.8 or 3.9) To check the version of Python you have, use the following command: diff --git a/openmetadata-docs-v1/content/v1.1.0/deployment/airflow/index.md b/openmetadata-docs-v1/content/v1.1.0/deployment/airflow/index.md index e527d378104..ee82739ad8d 100644 --- a/openmetadata-docs-v1/content/v1.1.0/deployment/airflow/index.md +++ b/openmetadata-docs-v1/content/v1.1.0/deployment/airflow/index.md @@ -20,6 +20,10 @@ so that you can deploy with the OpenMetadata UI directly to your instance. ## Custom Airflow Installation +{% note %} +Note that the `openmetadata-ingestion` only supports Python versions 3.7, 3.8 and 3.9. +{% /note %} + If you already have an Airflow instance up and running, you might want to reuse it to host the metadata workflows as well. Here we will guide you on the different aspects to consider when configuring an existing Airflow. diff --git a/openmetadata-docs-v1/content/v1.1.0/developers/contribute/build-code-and-run-tests/prerequisites.md b/openmetadata-docs-v1/content/v1.1.0/developers/contribute/build-code-and-run-tests/prerequisites.md index fd60a1fa27e..f9b9dcad80e 100644 --- a/openmetadata-docs-v1/content/v1.1.0/developers/contribute/build-code-and-run-tests/prerequisites.md +++ b/openmetadata-docs-v1/content/v1.1.0/developers/contribute/build-code-and-run-tests/prerequisites.md @@ -12,7 +12,7 @@ OpenMetadata being a full stack project, we use the following for development: - [Java JDK 11](https://docs.oracle.com/en/java/javase/11/install/overview-jdk-installation.html) - [Antlr 4.9.2](https://www.antlr.org/) - `sudo make install_antlr_cli` - [Maven 3.5.x or higher](https://maven.apache.org/install.html) - (with Java JDK 11) -- [Python 3.7 or higher](https://www.python.org/downloads/) +- [Python 3.7, 3.8 or 3.9](https://www.python.org/downloads/) - [Node >=16.0.0 & Node <= 18.0.0](https://nodejs.org/en/download/) - [Yarn ^1.22.0](https://classic.yarnpkg.com/lang/en/docs/install/) - [Rpm (Optional, only to run RPM profile with maven)](https://macappstore.org/rpm/) diff --git a/openmetadata-docs-v1/content/v1.1.0/quick-start/local-deployment.md b/openmetadata-docs-v1/content/v1.1.0/quick-start/local-deployment.md index 7c6e1a59f69..d4a96b7466b 100644 --- a/openmetadata-docs-v1/content/v1.1.0/quick-start/local-deployment.md +++ b/openmetadata-docs-v1/content/v1.1.0/quick-start/local-deployment.md @@ -19,7 +19,7 @@ OpenMetadata. ## OSX and Linux -### Python (version 3.7 or greater) +### Python (version 3.7, 3.8 or 3.9) To check the version of Python you have, use the following command: