blob: 4719ec348fd740de7640227cc12eaf81e258cbb0 [file] [log] [blame]
:py:mod:`airflow.models.log`
============================
.. py:module:: airflow.models.log
Module Contents
---------------
Classes
~~~~~~~
.. autoapisummary::
airflow.models.log.Log
.. py:class:: Log(event, task_instance=None, owner=None, extra=None, **kwargs)
Bases: :py:obj:`airflow.models.base.Base`
Used to actively log events to the database
.. py:attribute:: __tablename__
:annotation: = log
.. py:attribute:: id
.. py:attribute:: dttm
.. py:attribute:: dag_id
.. py:attribute:: task_id
.. py:attribute:: event
.. py:attribute:: execution_date
.. py:attribute:: owner
.. py:attribute:: extra
.. py:attribute:: __table_args__