blob: 5c6fb459c8a29f3cc5acdc34eef8e2b9f82d612f [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:: map_index
.. py:attribute:: event
.. py:attribute:: execution_date
.. py:attribute:: owner
.. py:attribute:: extra
.. py:attribute:: __table_args__