GitBook: [#181] No subject

This commit is contained in:
OpenMetadata 2022-04-01 20:59:34 +00:00 committed by Sriharsha Chintalapani
parent e2fdecfd20
commit 6ac62db320

View File

@ -40,10 +40,14 @@ Make sure to configure required databases and users for OpenMetadata.
You can refer a sample script from [here](https://github.com/open-metadata/OpenMetadata/blob/main/docker/local-metadata/mysql-script.sql). You can refer a sample script from [here](https://github.com/open-metadata/OpenMetadata/blob/main/docker/local-metadata/mysql-script.sql).
{% endhint %} {% endhint %}
### Elasticsearch (version 7.0.0 or greater) ### Elasticsearch (version 7.X)
To install or upgrade Elasticsearch to a supported version please see the instructions for your operating system at [Installing Elasticsearch](https://www.elastic.co/guide/en/elasticsearch/reference/current/install-elasticsearch.html). To install or upgrade Elasticsearch to a supported version please see the instructions for your operating system at [Installing Elasticsearch](https://www.elastic.co/guide/en/elasticsearch/reference/current/install-elasticsearch.html).
We do not support ElasticSearch 8.x yet.
Please follow the instructions[ here to install Elasticsearch ](https://www.elastic.co/guide/en/elasticsearch/reference/7.17/setup.html)
### Airflow (version 2.0.0 or greater) or other workflow schedulers ### Airflow (version 2.0.0 or greater) or other workflow schedulers
OpenMetadata performs metadata ingestion using ingestion connectors designed to run in Airflow or another workflow scheduler. OpenMetadata performs metadata ingestion using ingestion connectors designed to run in Airflow or another workflow scheduler.