ephraimbuddy commented on PR #61077: URL: https://github.com/apache/airflow/pull/61077#issuecomment-3803526667
You got this wrong, the sorted data used in creating the hash is not stored in the DB. What you have in the DB is not sorted. You can read the hashing logic here: https://github.com/apache/airflow/blob/033d185c09692bf73755e7b4e271beaeea55e794/airflow-core/src/airflow/models/serialized_dag.py#L362-L372 -- 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]
