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

airflow.providers.openai.exceptions

Exceptions

OpenAIBatchJobException

Raise when OpenAI Batch Job fails to start AFTER processing the request.

OpenAIBatchTimeout

Raise when OpenAI Batch Job times out.

Module Contents

exception airflow.providers.openai.exceptions.OpenAIBatchJobException[source]

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

Raise when OpenAI Batch Job fails to start AFTER processing the request.

exception airflow.providers.openai.exceptions.OpenAIBatchTimeout[source]

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

Raise when OpenAI Batch Job times out.

Was this entry helpful?