blob: 527829a271c48b554e036216adac69cefc5387f8 [file] [log] [blame]
:mod:`airflow.models.user`
==========================
.. py:module:: airflow.models.user
Module Contents
---------------
.. py:class:: User
Bases: :class:`airflow.models.base.Base`
.. attribute:: __tablename__
:annotation: = users
.. attribute:: id
.. attribute:: username
.. attribute:: email
.. attribute:: superuser
.. method:: __repr__(self)
.. method:: get_id(self)
.. method:: is_superuser(self)