potiuk commented on code in PR #59430:
URL: https://github.com/apache/airflow/pull/59430#discussion_r2644084125
##########
airflow-core/src/airflow/config_templates/config.yml:
##########
@@ -2663,6 +2663,23 @@ dag_processor:
type: boolean
example: ~
default: "True"
+ static_check_level:
Review Comment:
```suggestion
dag_stability_check_level:
```
Or similar. I think there are many more static checks we might want to run -
this is jut one of them and I doubt they will all be enabled with the same
switch.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]