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

 ##########
 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:
   I'm not sure what you mean. The CLI can just use one of the interfaces to 
the API: local and json. The "local_client" should be eventually deprecated as 
it touches the database directly and that's a security concern. 
   
   Other application can use this package as well to interface with the API.

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