Skip to content

Commit d86db9b

Browse files
avaidyanathaAbhi Vaidyanatha
andauthored
Add hint to Airflow guide about local example (#4656)
Co-authored-by: Abhi Vaidyanatha <[email protected]>
1 parent d0b9949 commit d86db9b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/operator-guides/using-the-airflow-airbyte-operator.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ Airbyte is an official community provider for the Apache Airflow project.
88
The Airbyte operator allows you to trigger synchronization jobs in Apache Airflow,
99
and this tutorial will walk through configuring your Airflow DAG to do so.
1010

11+
{% hint style="warning" %}
12+
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.
13+
{% endhint %}
14+
1115
The Airbyte Provider documentation on Airflow project can be found [here](https://airflow.apache.org/docs/apache-airflow-providers-airbyte/stable/index.html).
1216

1317
## 1. Set up the tools

0 commit comments

Comments
 (0)