Sep 5, 2018 · 1 min read
Hi Chandu, your post is awesome! I did some unit tests with DAGs on my side and I had couple compatibility issues with when using the `dag.tasks` to check the order of tasks between MacOS and Linux ordering was different when using multiples dependencies. So now I’m using: `dag.topological_sort()` and I check the name and the type of the operator.
Cheers
