GitHub user potiuk added a comment to the discussion: Airflow DAG Updates Not Reflecting in UI Without File Rename or Reserialization (v2.7.3 on Kubernetes)
I think this is some kind of deployment issue - where either you have some old version of files being re-parsed by some running instance of scheduler or maybe bytecode files are still present in your DAG folder. Similar cases happened where people had an old version of airlfow scheduler still running and using old version of files (And using the same database). Likely something like that happens to you GitHub link: https://github.com/apache/airflow/discussions/43911#discussioncomment-11223180 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
