From d86db9bb8c750bf28ab00497894c5f9d98ec8bb7 Mon Sep 17 00:00:00 2001 From: Abhi Vaidyanatha Date: Fri, 9 Jul 2021 01:44:12 -0700 Subject: [PATCH] Add hint to Airflow guide about local example (#4656) Co-authored-by: Abhi Vaidyanatha --- docs/operator-guides/using-the-airflow-airbyte-operator.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/operator-guides/using-the-airflow-airbyte-operator.md b/docs/operator-guides/using-the-airflow-airbyte-operator.md index 6cc417c62584..f87002203d6d 100644 --- a/docs/operator-guides/using-the-airflow-airbyte-operator.md +++ b/docs/operator-guides/using-the-airflow-airbyte-operator.md @@ -8,6 +8,10 @@ Airbyte is an official community provider for the Apache Airflow project. The Airbyte operator allows you to trigger synchronization jobs in Apache Airflow, and this tutorial will walk through configuring your Airflow DAG to do so. +{% hint style="warning" %} +Due to some difficulties in setting up Airflow, we recommend first trying out the deployment using the local example [here](https://github.com/airbytehq/airbyte/tree/master/resources/examples/airflow), as it contains accurate configuration required to get the Airbyte operator up and running. +{% endhint %} + The Airbyte Provider documentation on Airflow project can be found [here](https://airflow.apache.org/docs/apache-airflow-providers-airbyte/stable/index.html). ## 1. Set up the tools