Re: [I] DAGs are missing and deleted in Airflow 2.10.1 [airflow]

2024-09-27 Thread via GitHub
ephraimbuddy closed issue #42111: DAGs are missing and deleted in Airflow 2.10.1 URL: https://github.com/apache/airflow/issues/42111 -- 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 comme

Re: [I] DAGs are missing and deleted in Airflow 2.10.1 [airflow]

2024-09-27 Thread via GitHub
ephraimbuddy commented on issue #42111: URL: https://github.com/apache/airflow/issues/42111#issuecomment-2378740800 > > > Still occurs in 2.10.2 > > > > > > @Shlomixg can you clarify how you are using airflow? > > E.g. are you using the community helm chart with git-sync, or som

Re: [I] DAGs are missing and deleted in Airflow 2.10.1 [airflow]

2024-09-27 Thread via GitHub
tukraus commented on issue #42111: URL: https://github.com/apache/airflow/issues/42111#issuecomment-2378599474 Hi @ephraimbuddy, for us the problem seems fixed as well (using official helm chart + git sync). Could you clarify why this issue is still open and linked to the 2.10.3 milestone?

Re: [I] DAGs are missing and deleted in Airflow 2.10.1 [airflow]

2024-09-27 Thread via GitHub
ephraimbuddy commented on issue #42111: URL: https://github.com/apache/airflow/issues/42111#issuecomment-2378553552 > > > Still occurs in 2.10.2 > > > > > > @Shlomixg can you clarify how you are using airflow? > > E.g. are you using the community helm chart with git-sync, or som

Re: [I] DAGs are missing and deleted in Airflow 2.10.1 [airflow]

2024-09-26 Thread via GitHub
Shlomixg commented on issue #42111: URL: https://github.com/apache/airflow/issues/42111#issuecomment-2376413874 > > Still occurs in 2.10.2 > > @Shlomixg can you clarify how you are using airflow? > > E.g. are you using the community helm chart with git-sync, or something else?

Re: [I] DAGs are missing and deleted in Airflow 2.10.1 [airflow]

2024-09-25 Thread via GitHub
alaturqua commented on issue #42111: URL: https://github.com/apache/airflow/issues/42111#issuecomment-2374670124 It is working for us now. Using official helm chart with gitsync and version 2.10.2. -- This is an automated message from the Apache Git Service. To respond to the message, ple

Re: [I] DAGs are missing and deleted in Airflow 2.10.1 [airflow]

2024-09-25 Thread via GitHub
thesuperzapper commented on issue #42111: URL: https://github.com/apache/airflow/issues/42111#issuecomment-2374643132 > Still occurs in 2.10.2 @Shlomixg can you clarify how you are using airflow? E.g. are you using the community helm chart with git-sync, or something else? --

Re: [I] DAGs are missing and deleted in Airflow 2.10.1 [airflow]

2024-09-24 Thread via GitHub
Shlomixg commented on issue #42111: URL: https://github.com/apache/airflow/issues/42111#issuecomment-2373185888 Still occurs in 2.10.2 -- 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

Re: [I] DAGs are missing and deleted in Airflow 2.10.1 [airflow]

2024-09-20 Thread via GitHub
smsm1-ito commented on issue #42111: URL: https://github.com/apache/airflow/issues/42111#issuecomment-2363237134 I've rolled the 2.10.2rc1 Docker image out to our internal environment and I'm no longer seeing this issue. All DAGs are loading as expected as per previous releases. -- This

Re: [I] DAGs are missing and deleted in Airflow 2.10.1 [airflow]

2024-09-17 Thread via GitHub
ephraimbuddy commented on issue #42111: URL: https://github.com/apache/airflow/issues/42111#issuecomment-2356983279 > @ephraimbuddy I see you just cut an [RC for 2.10.2](https://github.com/apache/airflow/releases/tag/2.10.2rc1), was this absolutely critical breaking issue fixed in it? >

Re: [I] DAGs are missing and deleted in Airflow 2.10.1 [airflow]

2024-09-17 Thread via GitHub
thesuperzapper commented on issue #42111: URL: https://github.com/apache/airflow/issues/42111#issuecomment-2356977288 @ephraimbuddy I see you just cut an [RC for 2.10.2]( https://github.com/apache/airflow/releases/tag/2.10.2rc1), was this absolutely critical breaking issue fixed in it?

Re: [I] DAGs are missing and deleted in Airflow 2.10.1 [airflow]

2024-09-17 Thread via GitHub
knoguchi commented on issue #42111: URL: https://github.com/apache/airflow/issues/42111#issuecomment-2356869156 The problem is easily reproducible with `airflow standalone` with dags_folder config with a symlink that points a regular directory. -- This is an automated message from the Apa

Re: [I] DAGs are missing and deleted in Airflow 2.10.1 [airflow]

2024-09-12 Thread via GitHub
alaturqua commented on issue #42111: URL: https://github.com/apache/airflow/issues/42111#issuecomment-2346303612 We just upgraded using official helm chart and version 2.10.1 and dags disappear as well. Scheduler deletes and deactivates dags constantly even though dags are available

Re: [I] DAGs are missing and deleted in Airflow 2.10.1 [airflow]

2024-09-11 Thread via GitHub
Bhargavjd commented on issue #42111: URL: https://github.com/apache/airflow/issues/42111#issuecomment-2343842204 I upgraded to 2.10.1, the DAGs suddenly disappear from UIand sometime shows the missingdagbag error and if I refresh couple of times the DAGs are appearing again -- This is an

Re: [I] DAGs are missing and deleted in Airflow 2.10.1 [airflow]

2024-09-11 Thread via GitHub
zachliu commented on issue #42111: URL: https://github.com/apache/airflow/issues/42111#issuecomment-2343778764 > I think there are actually two issues here with the same "disappearing dags" symptom > > 1. The symlink issue mentioned above. you'd also see the "Deactivated..." or "Dele

Re: [I] DAGs are missing and deleted in Airflow 2.10.1 [airflow]

2024-09-11 Thread via GitHub
smsm1-ito commented on issue #42111: URL: https://github.com/apache/airflow/issues/42111#issuecomment-2343146235 > 2. A funny [UI upgrade](https://github.com/apache/airflow/pull/39701) where the `Running` and `Failed` buttons are now persisted between UI re-loads. In other words, they a

Re: [I] DAGs are missing and deleted in Airflow 2.10.1 [airflow]

2024-09-10 Thread via GitHub
zachliu commented on issue #42111: URL: https://github.com/apache/airflow/issues/42111#issuecomment-2341495088 I think there are actually two issues here with the same "disappearing dags" symptom 1. The symlink issue mentioned above. you'd also see the "Deactivated..." or "Deleted..." lo

Re: [I] DAGs are missing and deleted in Airflow 2.10.1 [airflow]

2024-09-10 Thread via GitHub
banachkx commented on issue #42111: URL: https://github.com/apache/airflow/issues/42111#issuecomment-2340477161 I think we have a similar problem at 2.10 - we did an upgrade to 2.10 on Friday. At some point after reloading the UI the dags disappeared. I rebuilt the whole docker from scratch

Re: [I] DAGs are missing and deleted in Airflow 2.10.1 [airflow]

2024-09-09 Thread via GitHub
jcrobak commented on issue #42111: URL: https://github.com/apache/airflow/issues/42111#issuecomment-2338425708 here's a quick repro with docker-compose, in case you need it: ``` curl -LfO 'https://airflow.apache.org/docs/apache-airflow/2.10.1/docker-compose.yaml' sed -e '/\

Re: [I] DAGs are missing and deleted in Airflow 2.10.1 [airflow]

2024-09-09 Thread via GitHub
ephraimbuddy commented on issue #42111: URL: https://github.com/apache/airflow/issues/42111#issuecomment-2338358642 > cc: @utkarsharma2 @ephraimbuddy -> I think we need a quick 2.10.2 Yeah. Looking into this -- This is an automated message from the Apache Git Service. To respond to

Re: [I] DAGs are missing and deleted in Airflow 2.10.1 [airflow]

2024-09-09 Thread via GitHub
potiuk commented on issue #42111: URL: https://github.com/apache/airflow/issues/42111#issuecomment-2338321721 > I'm experiencing this issue with 2.10.1, too. I was able to add some logging and it appears that https://github.com/apache/airflow/pull/41433 is the culprit. If the value of airfl

Re: [I] DAGs are missing and deleted in Airflow 2.10.1 [airflow]

2024-09-09 Thread via GitHub
jcrobak commented on issue #42111: URL: https://github.com/apache/airflow/issues/42111#issuecomment-2338303854 I'm experiencing this issue with 2.10.1, too. I was able to add some logging and it appears that https://github.com/apache/airflow/pull/41433 is the culprit. If the value of `airfl

[I] DAGs are missing and deleted in Airflow 2.10.1 [airflow]

2024-09-09 Thread via GitHub
ldacey opened a new issue, #42111: URL: https://github.com/apache/airflow/issues/42111 ### Apache Airflow version 2.10.0 ### If "Other Airflow 2 version" selected, which one? _No response_ ### What happened? I updated to Airflow 2.10.1 and the DAGs in my UI