bolkedebruin commented on a change in pull request #7138: [AIRFLOW-5912] Expose 
lineage API
URL: https://github.com/apache/airflow/pull/7138#discussion_r368222674
 
 

 ##########
 File path: airflow/api/client/api_client.py
 ##########
 @@ -70,3 +70,12 @@ def delete_pool(self, name):
         :param name: pool name
         """
         raise NotImplementedError()
+
+    def get_lineage(self, dag_id: str, execution_date: str):
 
 Review comment:
   For the AIP I would expect building on top of FAB or equivalent. That gives 
OpenAPI endpoints out of the box.

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

Reply via email to