Airflow Summit 2026 is coming August 31 - September 2 in Austin, TX. Register now to secure your spot!

airflow.providers.common.compat.connection

Functions

get_async_connection(conn_id[, hook])

Get an asynchronous Airflow connection that is backwards compatible.

Package Contents

async airflow.providers.common.compat.connection.get_async_connection(conn_id, hook=None)[source]

Get an asynchronous Airflow connection that is backwards compatible.

Parameters:
Returns:

Connection

Return type:

airflow.providers.common.compat.sdk.Connection

Was this entry helpful?