molcay commented on PR #40222: URL: https://github.com/apache/airflow/pull/40222#issuecomment-2216908139
Hi @bbovenzi, > When would a dag have a circular reference? Actually the obvious circular reference can be detected by the airflow itself if the DAG owner uses the public interface of airflow. If not, this is happening. Here is the prior discussion: https://github.com/apache/airflow/discussions/39643. > I also wonder if there are other types of errors we'd want to capture this way vs just blowing up the whole grid_data request. Currently, we only encounter this case. IF there will be any other failure case, we can add it in the future -- 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]
