Capabilities
The Airflow connector syncs the following resources:Gather Airflow credentials
The connector uses username/password credentials to authenticate with Airflow’s/auth/token endpoint, which returns a JWT token used for all API requests.
1
Ensure you have an Airflow user with the Admin role.
2
Note down the username, password, and the base URL of your Airflow instance (e.g.,
https://airflow.example.com).Airflow uses the FAB (Flask-AppBuilder) auth manager. The connector exchanges username/password for a short-lived JWT token (default: 24h expiration) at the start of each sync. SSO/OAuth2 (Google, Okta, Azure Entra ID, etc.) is supported for the web UI but not for API access.
Configure the Airflow connector
- Cloud-hosted
- Self-hosted
Follow these instructions to use a built-in, no-code connector hosted by C1.Done. Your Airflow connector is now pulling access data into C1.
1
In C1, navigate to Integrations > Connectors and click Add connector.
2
Search for Airflow and click Add.
3
Choose how to set up the new Airflow connector:
- Add the connector to a currently unmanaged app
- Add the connector to a managed app
- Create a new managed app
4
Set the owner for this connector.
5
Click Next.
6
Find the Settings area of the page and click Edit.
7
Enter the required configuration:
- Airflow Base URL: The base URL of your Airflow instance (e.g.,
https://airflow.example.com) - Username: Airflow admin username
- Password: Airflow admin password
8
Click Save.
9
The connector’s label changes to Syncing, followed by Connected. You can view the logs to ensure that information is syncing.