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/02/04 14:46:04 UTC

[GitHub] [airflow] uranusjr commented on issue #21171: Airflow schedules tasks early with an MSSQL Metadata DB on a non-UTC server

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


   Maybe it’s easier to create a custom function that emit `GETDATE()` on MSSQL and `NOW()` everywhere else, and just use that instead of SQLAlchemy’s `func.now()`. Except I have no idea how to implement a function in SQLAlchemy :(


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