You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/01/14 06:28:35 UTC

[GitHub] [airflow] uranusjr commented on issue #14459: Misleading terminology in UI: "Active" or "Unpaused"

uranusjr commented on issue #14459:
URL: https://github.com/apache/airflow/issues/14459#issuecomment-1012809713


   Just a minor point, it’s probably easier to just change the `is_active` field on the model, without changing the actual column name at the db level, i.e.
   
   ```python
   is_present = Column("is_active", Boolean, default=False)
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org