raviagarwalunravel commented on issue #5661: 4315 airflow develop airflow monitoring api URL: https://github.com/apache/airflow/pull/5661#issuecomment-515313759 I see in the pre-test checks that the PR fails the pylint issues. Pylint states that the code is trying to access the protected members of certain client class. Since I need that data, what is the best way to fix this? can I make those variables "un-protected" in the client classes? or should I add some gettter-setter functions to the client classes to make them accessible? or is there more pythonic way to get around this issue?
---------------------------------------------------------------- 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] With regards, Apache Git Services
