wjddn279 commented on issue #64212: URL: https://github.com/apache/airflow/issues/64212#issuecomment-4134723129
@Jeoffreybauvin It's difficult to identify the cause of the dag_version continuously increasing just by looking at the dag file. Can you check the `data` column in `serialized_dag` table in the metaDB to see what values are changing? To explain further, the data values are hashed and compared. We need to find the differences in the data values between versions to determine what is causing the hash values to differ. If it's difficult to find, please share two of those data values with us. -- 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]
