mik-laj commented on a change in pull request #5361: [AIRFLOW-4670] Make airflow/example_dags Pylint compatible URL: https://github.com/apache/airflow/pull/5361#discussion_r290228056
########## File path: airflow/example_dags/example_trigger_target_dag.py ########## @@ -55,7 +57,11 @@ ) -def run_this_func(ds, **kwargs): +def run_this_func(**kwargs): + """ + Print the payload "message" passed to the DagRun conf attribute. Review comment: Empty line is required after method's description. ---------------------------------------------------------------- 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
