tirkarthi commented on issue #59465: URL: https://github.com/apache/airflow/issues/59465#issuecomment-3658338089
You can check the md5 hash to see if it's changing. You can also take a diff of the two serialised dag entries in data column for a given dag_id to see the difference that might help. Please note if the dag constructor has some dynamic elements like changing timestamp in dag.description it could also lead to this. https://github.com/apache/airflow/blob/d34942ef1fa1b75285ef06f291c9a951cc274783/airflow-core/src/airflow/models/serialized_dag.py#L354 -- 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]
