Codingaditya17 commented on PR #67550: URL: https://github.com/apache/airflow/pull/67550#issuecomment-4595145355
Thanks, this should be addressed now. I updated the route so pagination is applied on distinct import-error rows first, and then the joined Dag rows are fetched for those paginated import-error IDs before grouping. I also fixed the Postgres/MySQL `SELECT DISTINCT` + `ORDER BY` issue by including the sortable `ParseImportError` columns in the distinct pagination subquery. All checks are passing now after `7f6cc207a8`. @henry3260 could you please re-review when you get a chance? -- 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]
