You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "ii700 (via GitHub)" <gi...@apache.org> on 2023/08/02 08:12:17 UTC

[GitHub] [airflow] ii700 opened a new issue, #33026: UI displays the wrong version of a dag source file

ii700 opened a new issue, #33026:
URL: https://github.com/apache/airflow/issues/33026

   ### Apache Airflow version
   
   2.6.3
   
   ### What happened
   
   UI should show the source file of a DAG stored in the file system, not some historical version of the file with newer timestamp.
   
   1. I installed a new dag file version 2 and the ui displays it correctly. 
   
   2. I rolled back the old version of the file version 1, but UI stills displayes the source code of the version 2. 
      The scheduler processes the correct version of the file (version 1), luckily.
   
   3. I change the timestamp of the dag file (version 1)  (apply Linux command touch). 
     And UI starts displaying the correct source file again.
   
   ### What you think should happen instead
   
   _No response_
   
   ### How to reproduce
   
   See description above.
   
   ### Operating System
   
   Red Hat Enterprise Linux release 9.2 (Plow)
   
   ### Versions of Apache Airflow Providers
   
   _No response_
   
   ### Deployment
   
   Virtualenv installation
   
   ### Deployment details
   
   _No response_
   
   ### Anything else
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [ ] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md)
   


-- 
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: commits-unsubscribe@airflow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [airflow] RNHTTR closed issue #33026: UI displays the wrong version of a dag source file

Posted by "RNHTTR (via GitHub)" <gi...@apache.org>.
RNHTTR closed issue #33026: UI displays the wrong version of a dag source file
URL: https://github.com/apache/airflow/issues/33026


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [airflow] boring-cyborg[bot] commented on issue #33026: UI displays the wrong version of a dag source file

Posted by "boring-cyborg[bot] (via GitHub)" <gi...@apache.org>.
boring-cyborg[bot] commented on issue #33026:
URL: https://github.com/apache/airflow/issues/33026#issuecomment-1661719204

   Thanks for opening your first issue here! Be sure to follow the issue template! If you are willing to raise PR to address this issue please do so, no need to wait for approval.
   


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [airflow] RNHTTR commented on issue #33026: UI displays the wrong version of a dag source file

Posted by "RNHTTR (via GitHub)" <gi...@apache.org>.
RNHTTR commented on issue #33026:
URL: https://github.com/apache/airflow/issues/33026#issuecomment-1661999035

   Hello! This sounds like expected behavior. DAGs are processed every [dag_dir_list_interval](https://airflow.apache.org/docs/apache-airflow/stable/configurations-ref.html#config-scheduler-dag-dir-list-interval) seconds. You can review the docs on [DAG File Processing](https://airflow.apache.org/docs/apache-airflow/stable/authoring-and-scheduling/dagfile-processing.html) for more info.
   
   Feel free with to reopen this Issue and follow up with more information if you think this has been closed in error.
   
   


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org