Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ pip install "imednet[sqlalchemy]" # For SQL export
pip install "imednet[pyarrow]" # For Parquet export
pip install "imednet[excel]" # For Excel export

# For Airflow integration (apache-airflow must be installed manually due to version conflicts)
pip install "imednet[airflow]" apache-airflow apache-airflow-providers-amazon
# For Airflow integration (must be installed manually due to version conflicts)
pip install imednet apache-airflow apache-airflow-providers-amazon
```

### Development Version
Expand Down
4 changes: 2 additions & 2 deletions docs/airflow.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ The SDK ships with operators and sensors for building Airflow pipelines.
Installation
------------

Install the SDK with the Airflow extra:
Install the SDK along with Airflow dependencies manually (due to version conflicts, the Airflow packages cannot be managed automatically):

.. code-block:: bash

pip install "imednet[airflow]"
pip install imednet apache-airflow apache-airflow-providers-amazon

Example DAG
-----------
Expand Down