FAQ¶
Airflow 1¶
I'm on Airflow 1, can I use Starship?
No, Starship is only compatible with Airflow 2.x and above, see Compatibility.
Test connections¶
I'm on Airflow>=2.7 and can't test connections.
You must have AIRFLOW__CORE__TEST_CONNECTION set. See release notes.
Missing menu item in Google Cloud Composer¶
I'm using Google Cloud Composer 2.x and Airflow 2.x and do not see the Astronomer menu and/or the Starship Airflow Plugin?
Run the following commands to ensure you are a privileged user.
gcloud config set project <PROJECT_NAME>
gcloud composer environments run <ENVIRONMENT_NAME> --location <LOCATION> users add-role -- -e <USER_EMAIL> -r Admin
Airflow 3 support¶
Is Airflow 3 supported?
Yes, Airflow 3 is supported by Starship since version 2.7.0.
Migrate to Airflow 3¶
Can I use Starship to migrate from Airflow 2 to Airflow 3?
No, Starship should only be used for migrating between two instances of Airflow running the same Airflow and Starship version.