UTRI-JR7 commented on issue #34867:
URL: https://github.com/apache/airflow/issues/34867#issuecomment-1764174544

   Hi,
   
   We simply have a DAG which sensor a storage, whenever a file which match a 
prefix arrives,  launch the nexts tasks.
   It's like a kind of CDC in batch that nowadays runs once a day (we don't 
know when) but we would like to increase frecuencies.
   
   The schedule behaviour works as follow:
   
   We have a DAG "associated" with a Dataset that updates it,  and every time 
that this Dataset is updated, DAG is restarted 
   
   The point is that the DAG  Dependicies View show something like this:
   
   
![image](https://github.com/apache/airflow/assets/77438029/aceef6f7-98d9-430f-96c9-b4108e846088)
   
   But in Dataset view, there must be a render problem due to a loop in 
DAG-Dataset dependencies.
   
   
![image](https://github.com/apache/airflow/assets/77438029/378f99d0-a527-41a2-8dd3-85905b2e1921)
   
   I don't know whether i am misusing airflow Datasets, or this behaviour can 
be considered as a bug in the react-flow code, that could be render as the DAG 
Dependencies view with a loop in the flow.
   
   Thanks in advance!
   
   
   


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