bbovenzi commented on PR #38449: URL: https://github.com/apache/airflow/pull/38449#issuecomment-2103044992
> @jscheffl Thanks, updated the version number and regenerated the files. I have looked into auto refresh and found a pattern where auto refresh is done based on `useAutoRefresh`. The API useTaskFailedDependency doesn't have the taskinstance state based on which the refresh should happen. Once the task goes to queued state the `showTaskSchedulingDependencies` flag should return False which should hide the component in UI. @bbovenzi Any pointers here? I think `useTaskFailedDependency` can just use the normal refresh logic: `refetchInterval: isRefreshOn && (autoRefreshInterval || 1) * 1000,`. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
