mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-25 17:37:57 +00:00
[Docs] - Add notes on python version (#11615)
* Add notes on python version * Add python version
This commit is contained in:
parent
c0ea11a477
commit
2570ef7795
@ -20,6 +20,10 @@ so that you can deploy with the OpenMetadata UI directly to your instance.
|
|||||||
|
|
||||||
## Custom Airflow Installation
|
## 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
|
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.
|
well. Here we will guide you on the different aspects to consider when configuring an existing Airflow.
|
||||||
|
|
||||||
|
@ -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)
|
- [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`
|
- [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)
|
- [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/)
|
- [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/)
|
- [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/)
|
- [Rpm (Optional, only to run RPM profile with maven)](https://macappstore.org/rpm/)
|
||||||
|
@ -19,7 +19,7 @@ OpenMetadata.
|
|||||||
|
|
||||||
## OSX and Linux
|
## 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:
|
To check the version of Python you have, use the following command:
|
||||||
|
|
||||||
|
@ -20,6 +20,10 @@ so that you can deploy with the OpenMetadata UI directly to your instance.
|
|||||||
|
|
||||||
## Custom Airflow Installation
|
## 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
|
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.
|
well. Here we will guide you on the different aspects to consider when configuring an existing Airflow.
|
||||||
|
|
||||||
|
@ -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)
|
- [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`
|
- [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)
|
- [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/)
|
- [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/)
|
- [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/)
|
- [Rpm (Optional, only to run RPM profile with maven)](https://macappstore.org/rpm/)
|
||||||
|
@ -19,7 +19,7 @@ OpenMetadata.
|
|||||||
|
|
||||||
## OSX and Linux
|
## 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:
|
To check the version of Python you have, use the following command:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user