ashb commented on a change in pull request #5600: [AIRFLOW-4981][AIRFLOW-4788] 
Output pendulum DateTime for fixed cron schedules
URL: https://github.com/apache/airflow/pull/5600#discussion_r304940617
 
 

 ##########
 File path: airflow/utils/sqlalchemy.py
 ##########
 @@ -143,7 +143,7 @@ class UtcDateTime(TypeDecorator):
     - Unlike SQLAlchemy's built-in :class:`~sqlalchemy.types.DateTime`,
       it never return naive :class:`~datetime.datetime`, but time zone
       aware value, even with SQLite or MySQL.
-    - Always returns DateTime in UTC
+    - Always returns pendulum DateTime in UTC
 
 Review comment:
   ```suggestion
       - Always returns ``pendulum.DateTime`` in UTC
   ```

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to