GayathriSrividya opened a new pull request, #67973: URL: https://github.com/apache/airflow/pull/67973
closes #67970 ## Summary - update SortParam.row_value to fall back to getattr(row, name) when to_replace uses column-form mappings - keep existing string-alias behavior unchanged - add regression coverage in common parameter and cursor tests ## Why Task Instances sorting by run_after/logical_date/data_interval_* uses column-form to_replace mappings. Cursor encoding previously raised NotImplementedError when has_next=true, causing HTTP 500. ## Validation - /opt/homebrew/bin/ruff format + check --fix on touched files passed - pytest execution is currently blocked in this environment by missing provider dependency: airflow.providers.openlineage (fails before tests run) -- 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]
