Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[AIRFLOW-618] Cast DateTimes to avoid sqllite errors
For some reason, sqllite does not always match datetimes correctly. This causes unit test failures, in particular the trigger_dagrun test. Casting the datetime explicitly appears to solve the issue. Closes apache#1871 from jlowin/failing-sqlite-test
- Loading branch information