Skip to content

Installing dagster-pyiceberg

This library has alpha status. For a specific release, you can install it using:

pip install https://github.com/JasperHG90/dagster-pyiceberg/releases/download/v<VERSION>/dagster_pyiceberg-<VERSION>-py3-none-any.whl

Or e.g.:

uv add https://github.com/JasperHG90/dagster-pyiceberg/releases/download/v<VERSION>/dagster_pyiceberg-<VERSION>-py3-none-any.whl

You can find a list of versions / releases here.

The following extras are available:

  • daft (for interoperability with Daft dataframes)
  • polars (for interoperability with Polars dataframes)
  • pandas (for interoperability with Pandas dataframes)

Pyarrow is installed as a default dependency, so that IO Manager is always available.