deodeveloper edited a comment on issue #5255: [AIRFLOW-4462] Fix incorrect 
datetime column types when using MSSQL backend
URL: https://github.com/apache/airflow/pull/5255#issuecomment-497506384
 
 
   @ashb Thanks for your comment. I thought so before and checked other columns 
with the same file, but the problem is not with all columns, it's with 
execution_date since it is used part of key between dag to dag_run and also to 
other tables. If SQL server rounds a time columns that is not referenced or 
used as part of join to fetch data, then it's ok. This one is necessary since 
it used to trigger and acts as bridge. 

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to