airflow.models.errors¶

Module Contents¶

Classes¶

ImportError

A table to store all Import Errors. The ImportErrors are recorded when parsing DAGs.

class airflow.models.errors.ImportError[source]¶

Bases: airflow.models.base.Base

A table to store all Import Errors. The ImportErrors are recorded when parsing DAGs. This errors are displayed on the Webserver.

__tablename__ = import_error[source]¶
id[source]¶
timestamp[source]¶
filename[source]¶
stacktrace[source]¶

Was this entry helpful?