You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "mayeulk (via GitHub)" <gi...@apache.org> on 2023/03/11 19:15:00 UTC

[GitHub] [airflow] mayeulk commented on issue #30041: Sorting by Note in List Dag Run fails

mayeulk commented on issue #30041:
URL: https://github.com/apache/airflow/issues/30041#issuecomment-1464988796

   As commented in the PR:
   Until a fix is found to re-enable this, I use direct connection in the postgresql backend, with:
   SELECT *
   FROM public.dag_run_note
   ORDER BY content ;
   (In case this helps someone.)


-- 
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