realradical commented on pull request #8902:
URL: https://github.com/apache/airflow/pull/8902#issuecomment-630828287


   > At the end of airflow/www/utils.py we have
   > 
   > ```
   > 
   > # This class is used directly (i.e. we cant tell Fab to use a different
   > # subclass) so we have no other option than to edit the converstion table 
in
   > # place
   > FieldConverter.conversion_table = (
   >     (('is_utcdatetime', DateTimeField, AirflowDateTimePickerWidget),) +
   >     FieldConverter.conversion_table
   > )
   > ```
   > 
   > That will be the field that SQLA uses for DT fields -- we should update 
that to use this new class too.
   
   good catch!


----------------------------------------------------------------
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]


Reply via email to