potiuk commented on issue #28382:
URL: https://github.com/apache/airflow/issues/28382#issuecomment-1353905985

   > I'd just like to remark that the data loading task doesn't necessarily 
have to know which data ingestion tasks actually failed/succeeded to make 
further decisions. E.g., it may use some kind of a pattern like 
YYYY/mm/dd/**.json to load the current/latest data from the data lake into the 
data warehouse (whatever files it was able to find matching the pattern).
   
   Then your LOAD task should fail if it does not find any file (and still can 
use all_done). Problem solved. 
   


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