Airflow Summit 2025 is coming October 07-09. 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.exceptions.AirflowException

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

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

Bases: airflow.exceptions.AirflowException

Raise when OpenAI Batch Job times out.

Was this entry helpful?