airflow.providers.common.sql.datafusion.exceptions¶
Exceptions¶
Error while creating a DataFusion object store. |
|
Error while registering file format. |
|
Error while executing query. |
|
Error while registering Iceberg table with DataFusion. |
Module Contents¶
- exception airflow.providers.common.sql.datafusion.exceptions.ObjectStoreCreationException[source]¶
Bases:
airflow.providers.common.compat.sdk.AirflowExceptionError while creating a DataFusion object store.
- exception airflow.providers.common.sql.datafusion.exceptions.FileFormatRegistrationException[source]¶
Bases:
airflow.providers.common.compat.sdk.AirflowExceptionError while registering file format.