kaxil edited a comment on pull request #10930:
URL: https://github.com/apache/airflow/pull/10930#issuecomment-692030089


   > Ok, this one is unexpected:
   > 
   > ```
   > Too many ancestors (8/7) (too-many-ancestors)
   > ```
   > 
   > What should we do:
   > A. Disable it locally in every affected operator
   > B. Increase limit of ancestors
   > C. Disable this check in pylintrc, as well as others like limit of 
arguments in class
   > 
   > Any opinions @mik-laj @kaxil @potiuk @ashb ?
   
   I would say B. increase the limit in pylintrc: 
   
   
https://github.com/apache/airflow/blob/eaa49b2257913c34b15408a14e445f6106e691ee/pylintrc#L551-L587
   
   Currently, `max-parents=7` we could increase it to 8 


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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to