Skip to content

Commit d1547c2

Browse files
committed
Add docs for Running External System Integrations with Breeze
1 parent 8b742d8 commit d1547c2

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

dev/breeze/doc/03_developer_tasks.rst

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -392,6 +392,29 @@ These are all available flags of ``start-airflow`` command:
392392
:width: 100%
393393
:alt: Breeze start-airflow
394394

395+
Running External System Integrations with Breeze
396+
------------------------------------------------
397+
398+
You can run Airflow alongside external systems in Breeze, such as Kafka, Cassandra, MongoDB, and more.
399+
400+
To start Airflow with an integration, use the following command:
401+
402+
.. code-block:: bash
403+
404+
breeze --python 3.10 --backend postgres --integration <integration_name>
405+
406+
For example, to run Airflow with Kafka:
407+
408+
.. code-block:: bash
409+
410+
breeze --python 3.10 --backend postgres --integration kafka
411+
412+
Check the available integrations by running:
413+
414+
.. code-block:: bash
415+
416+
breeze --integration --help
417+
395418
Launching multiple terminals in the same environment
396419
----------------------------------------------------
397420

0 commit comments

Comments
 (0)