Starship is a library by Astronomer for migrating Airflow DAGs and configurations to Astro. Version 2.8.6 supports Python >=3.6 and provides CLI and programmatic migration utilities. Releases follow a monthly cadence.
pip install astronomer-starshipNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Migrate DAGs from an Airflow instance to Astro using StarshipMigration.
Change imports to `from starship import migrate_dags` instead of `from starship.utils import migrate_dags`.
Update instantiation: `StarshipMigration(source_airflow_url=...)`.
Configure network access or use a proxy.
No dependency data recorded yet.