josh-fell commented on a change in pull request #16872:
URL: https://github.com/apache/airflow/pull/16872#discussion_r666618786
##########
File path: airflow/providers/qubole/example_dags/example_qubole.py
##########
@@ -55,7 +55,7 @@
"""
)
- def compare_result_fn(**kwargs):
+ def compare_result_fn():
Review comment:
Updated to pass in the task instance object and remove the
get_current_context() function call.
--
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]