blob: d7abbc74e96dcaae4614e53481ee8cc9f6bcee1c [file] [log] [blame]
:py:mod:`airflow.models.errors`
===============================
.. py:module:: airflow.models.errors
Module Contents
---------------
Classes
~~~~~~~
.. autoapisummary::
airflow.models.errors.ImportError
.. py:class:: ImportError
Bases: :py:obj:`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.
.. py:attribute:: __tablename__
:annotation: = import_error
.. py:attribute:: id
.. py:attribute:: timestamp
.. py:attribute:: filename
.. py:attribute:: stacktrace