[I] In the DAG Graph view, all DAG runs disappear after selecting a Run State [airflow]

2024-03-07 Thread via GitHub
rgelsi opened a new issue, #37966: URL: https://github.com/apache/airflow/issues/37966 ### Apache Airflow version 2.8.2 ### If "Other Airflow 2 version" selected, which one? _No response_ ### What happened? In the DAG Graph view, all DAG runs disappear after

Re: [I] In the DAG Graph view, all DAG runs disappear after selecting a Run State [airflow]

2024-03-20 Thread via GitHub
bbovenzi commented on issue #37966: URL: https://github.com/apache/airflow/issues/37966#issuecomment-2010278101 > @bbovenzi do we have a task here? Yes, let's clear a user's selection if the Dag run is no longer on the page after filters change. -- This is an automated message from

Re: [I] In the DAG Graph view, all DAG runs disappear after selecting a Run State [airflow]

2024-03-07 Thread via GitHub
boring-cyborg[bot] commented on issue #37966: URL: https://github.com/apache/airflow/issues/37966#issuecomment-1982852187 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 ap

Re: [I] In the DAG Graph view, all DAG runs disappear after selecting a Run State [airflow]

2024-03-07 Thread via GitHub
bbovenzi commented on issue #37966: URL: https://github.com/apache/airflow/issues/37966#issuecomment-1984553837 Does this only happen for `running` DAG runs and only in the graph now? Gantt, Details, etc are fine? -- This is an automated message from the Apache Git Service. To respond

Re: [I] In the DAG Graph view, all DAG runs disappear after selecting a Run State [airflow]

2024-03-07 Thread via GitHub
rgelsi commented on issue #37966: URL: https://github.com/apache/airflow/issues/37966#issuecomment-1984600325 This happens with all types of DAG run states and, in addition to the Graph view, also in the Gantt view. Grid and Code view do not have this issue. -- This is an automated messag

Re: [I] In the DAG Graph view, all DAG runs disappear after selecting a Run State [airflow]

2024-03-07 Thread via GitHub
potiuk commented on issue #37966: URL: https://github.com/apache/airflow/issues/37966#issuecomment-1984754034 Can you please open Console in your browser and copy paste the logs and error details printed there - it looks like a javascript error that might come from some of your specific DAG

Re: [I] In the DAG Graph view, all DAG runs disappear after selecting a Run State [airflow]

2024-03-08 Thread via GitHub
rgelsi commented on issue #37966: URL: https://github.com/apache/airflow/issues/37966#issuecomment-1985758515 The following error is displayed in the Browser Console: ``` response: "{\"error\": \"Can not provide filters when dag_run_id filter is selected.\"}" responseText: "{\"error

Re: [I] In the DAG Graph view, all DAG runs disappear after selecting a Run State [airflow]

2024-03-08 Thread via GitHub
bbovenzi commented on issue #37966: URL: https://github.com/apache/airflow/issues/37966#issuecomment-1985905459 That makes sense. If you have a dag run selected, we shouldn't let you filter out your selection. So either setting a filter clears your selection or filters are disabled when

Re: [I] In the DAG Graph view, all DAG runs disappear after selecting a Run State [airflow]

2024-03-15 Thread via GitHub
eladkal commented on issue #37966: URL: https://github.com/apache/airflow/issues/37966#issuecomment-1999623654 @bbovenzi do we have a task here? -- 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 th

Re: [I] In the DAG Graph view, all DAG runs disappear after selecting a Run State [airflow]

2024-04-18 Thread via GitHub
bbovenzi closed issue #37966: In the DAG Graph view, all DAG runs disappear after selecting a Run State URL: https://github.com/apache/airflow/issues/37966 -- 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

Re: [I] In the DAG Graph view, all DAG runs disappear after selecting a Run State [airflow]

2024-04-18 Thread via GitHub
bbovenzi commented on issue #37966: URL: https://github.com/apache/airflow/issues/37966#issuecomment-2064899404 Actually I think this is fixed by https://github.com/apache/airflow/pull/38941 But we should also add some better empty states here to prompt users to clear any filters. -- Thi