From 76b9ee6ee7f561e1c570c471aa96569fb1f4fa4e Mon Sep 17 00:00:00 2001 From: Akash Jain <15995028+akash-jain-10@users.noreply.github.com> Date: Fri, 29 Apr 2022 11:30:59 +0530 Subject: [PATCH] updated deploy docs (#4567) --- openmetadata-airflow-apis/README.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/openmetadata-airflow-apis/README.md b/openmetadata-airflow-apis/README.md index 9f7adfe87f6..58273d3e806 100644 --- a/openmetadata-airflow-apis/README.md +++ b/openmetadata-airflow-apis/README.md @@ -30,12 +30,11 @@ substitute AIRFLOW_HOME with your airflow installation home ## Deploy -1. Download the latest release -2. Create plugins folder in your scheduler and webserver if it does not exist already -3. cp -r src/plugins/* ${AIRFLOW_HOME}/plugins -4. cp -r src/plugins/dag_templates {AIRFLOW_HOME} -5. mkdir -p {AIRFLOW_HOME}/dag_generated_configs -7. (re)start the airflow webserver and scheduler +1. Download the latest openmetadata-airflow-apis-plugin release from [here](https://github.com/open-metadata/OpenMetadata/releases) +2. Untar it under {AIRFLOW_HOME} directory. This will create and setup a plugins directory under {AIRFLOW_HOME} . +3. cp -r {AIRFLOW_HOME}/plugins/dag_templates {AIRFLOW_HOME} +4. mkdir -p {AIRFLOW_HOME}/dag_generated_configs +5. (re)start the airflow webserver and scheduler ``` airflow webserver