ashb commented on a change in pull request #18470:
URL: https://github.com/apache/airflow/pull/18470#discussion_r714844541



##########
File path: airflow/lineage/backend.py
##########
@@ -25,6 +25,27 @@
 class LineageBackend:
     """Sends lineage metadata to a backend"""
 
+    def send_start(

Review comment:
       Maybe it's best to follow the existing pattern, but the `send_`  part of 
this name makes assumptions about what the backend is going.
   
   ```suggestion
       def on_task_isntance_start(
   ```
   
   is what I would call this. WDYT?




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