airflow.providers.common.sql.datafusion.exceptions

Exceptions

ObjectStoreCreationException

Error while creating a DataFusion object store.

FileFormatRegistrationException

Error while registering file format.

QueryExecutionException

Error while executing query.

IcebergRegistrationException

Error while registering Iceberg table with DataFusion.

Module Contents

exception airflow.providers.common.sql.datafusion.exceptions.ObjectStoreCreationException[source]

Bases: airflow.providers.common.compat.sdk.AirflowException

Error while creating a DataFusion object store.

exception airflow.providers.common.sql.datafusion.exceptions.FileFormatRegistrationException[source]

Bases: airflow.providers.common.compat.sdk.AirflowException

Error while registering file format.

exception airflow.providers.common.sql.datafusion.exceptions.QueryExecutionException[source]

Bases: airflow.providers.common.compat.sdk.AirflowException

Error while executing query.

exception airflow.providers.common.sql.datafusion.exceptions.IcebergRegistrationException[source]

Bases: airflow.providers.common.compat.sdk.AirflowException

Error while registering Iceberg table with DataFusion.

Was this entry helpful?