Re: [PR] Add error handling for encoding the dag runs [airflow]

2024-07-16 Thread via GitHub
bbovenzi merged PR #40222: URL: https://github.com/apache/airflow/pull/40222 -- 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-unsubscr...@airflow

Re: [PR] Add error handling for encoding the dag runs [airflow]

2024-07-15 Thread via GitHub
bbovenzi commented on PR #40222: URL: https://github.com/apache/airflow/pull/40222#issuecomment-2228669942 Sounds good! care to rebase? -- 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 specifi

Re: [PR] Add error handling for encoding the dag runs [airflow]

2024-07-09 Thread via GitHub
molcay commented on PR #40222: URL: https://github.com/apache/airflow/pull/40222#issuecomment-2216908139 Hi @bbovenzi, > When would a dag have a circular reference? Actually the obvious circular reference can be detected by the airflow itself if the DAG owner uses the public in

[PR] Add error handling for encoding the dag runs [airflow]

2024-06-13 Thread via GitHub
molcay opened a new pull request, #40222: URL: https://github.com/apache/airflow/pull/40222 This PR is related to adding an error handling for the `circular reference` on `/object/grid_data` endpoint which is used while rendering the DAG detail page. Previously it was like the foll