Blizzke opened a new pull request, #40960: URL: https://github.com/apache/airflow/pull/40960
When a dataset is considered orphaned, the current state is never verified. Airflow just outputs a line to the log and sets the orphaned status to `True` (possibly for the 100th time). We use datasets extensively and we also have a large number of datasets considered as orphaned by AF, resulting in about 200 of those "Orphaning unreferenced dataset"-lines in our logs every minute. This minimal patch simply checks the existing status first instead. Noting happens if the dataset is already orphaned. -- 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]
