omkar-foss commented on issue #43176:
URL: https://github.com/apache/airflow/issues/43176#issuecomment-2444077100

   In the context of this issue, DAG linting as mentioned by this article 
(shared by @potiuk on slack) can also be explored:
   
   
https://medium.com/@snir.isl/mastering-airflow-dag-standardization-with-pythons-ast-a-deep-dive-into-linting-at-scale-1396771a9b90
   
   Inspired by above article, may be we can have commands like `airflow dag 
lint <dagname>.py` for checking common DAGs issues and `airflow dag grade 
<dagname>.py` for grading DAGs based on their code quality.


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

Reply via email to