bbovenzi commented on PR #25250:
URL: https://github.com/apache/airflow/pull/25250#issuecomment-1194006553

   > @bbovenzi what's the context again? TI (i.e. downstream) or DAG (i.e. 
upstream)? Either way we know, or could know, the datasets that it maps to, and 
could provide a dictionary from ID to URI (e.g. in serialized repr). Could we 
use something like that to lookup the ID in the event response? (and therefore 
keep the API "normalized" _and_ avoid multiple queries?
   
   It's both types of events. But as I think about it more, let's just have the 
UI do the extra requests. Although, we need to get the correct datasets details 
without querying for all datasets. So can we pass an array of dataset_ids we 
want to get details for or specify "datasets upstream of this dag id" or 
"datasets downstream of this dag id - task id"


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