nailo2c commented on issue #48955: URL: https://github.com/apache/airflow/issues/48955#issuecomment-4956838715
Hi @shahar1, I was able to reproduce the reported behavior on Airflow 3.x. Here is a reproduction video: https://github.com/user-attachments/assets/a77410ce-9984-4593-ac80-2f8bd73568c5 I reproduced it when the generated Dag file existed only in the worker pod. Running `airflow dags reserialize` serialized the worker's local view, but the Dag Processor could not see the source file and marked the Dag as stale on its next scan. This is therefore a Dag source visibility and deployment issue, rather than a problem with the reserialization command itself. I updated the documentation in #69810 to clarify that `airflow dags reserialize` does not publish or synchronize Dag files. I hope this helps prevent similar confusion. -- 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]
