blob: 22816ab7609c39e1f0deb6e0b7c20c1a6a1ce886 [file] [log] [blame]
:py:mod:`airflow.models.tasklog`
================================
.. py:module:: airflow.models.tasklog
Module Contents
---------------
Classes
~~~~~~~
.. autoapisummary::
airflow.models.tasklog.LogTemplate
.. py:class:: LogTemplate
Bases: :py:obj:`airflow.models.base.Base`
Changes to ``log_filename_template`` and ``elasticsearch_id``.
This table is automatically populated when Airflow starts up, to store the
config's value if it does not match the last row in the table.
.. py:attribute:: __tablename__
:annotation: = log_template
.. py:attribute:: id
.. py:attribute:: filename
.. py:attribute:: elasticsearch_id
.. py:attribute:: created_at
.. py:method:: __repr__(self)