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/07/23 15:41:54 UTC

[GitHub] [airflow] potiuk commented on a diff in pull request #25242: Update core example DAGs to use `@task.branch` decorator

potiuk commented on code in PR #25242:
URL: https://github.com/apache/airflow/pull/25242#discussion_r928136504


##########
airflow/example_dags/example_datasets.py:
##########
@@ -41,12 +41,11 @@
 DAG example_dataset_dag9 should fail its only task and never trigger example_dataset_dag10_req_dag9
 
 """

Review Comment:
   Yeah I saw similar behaviour happening more frequently since we [updated to the newer mypy version](https://github.com/apache/airflow/pull/25088) - there are more cases when "small set of files changed" produced different result than "big set of files". I will investigate if we can make MyPy more "greedy" in terms of considering bigger set of files and searching "deeper" if only few files changed  - because ultimately I think  this is what's happening, that MyPy is not getting all the information neded to arrive to the same conclusion about parsing. 
   
   I will look a bit deeer on how MyPy makes it's decisions and maybe we can improve some of this "partial changes mypy" experience.



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