From 647d82d45f46c2a5d472fb24aa61fa817db31813 Mon Sep 17 00:00:00 2001 From: Harshal Sheth Date: Mon, 15 Aug 2022 05:44:01 +0000 Subject: [PATCH] docs(airflow): fix formatting (#5617) --- docs/lineage/airflow.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/lineage/airflow.md b/docs/lineage/airflow.md index f8d0034f93..70dc5849fe 100644 --- a/docs/lineage/airflow.md +++ b/docs/lineage/airflow.md @@ -13,12 +13,13 @@ There are a few ways to enable these integrations from Airflow into DataHub. ::: note We recommend you use the lineage plugin if you are on Airflow version >= 2.0.2 or on MWAA with an Airflow version >= 2.0.2 + ::: 1. You need to install the required dependency in your airflow. ```shell - pip install acryl-datahub-airflow-plugin + pip install acryl-datahub-airflow-plugin ``` 2. Disable lazy plugin load in your airflow.cfg.