Abhishekmishra2808 commented on issue #61167: URL: https://github.com/apache/airflow/issues/61167#issuecomment-3828380260
Hi @dstandish 👋 I’d like to work on this issue if it’s available. Proposed approach (aligned with AIP-76): - Add a nullable `partition_date` field to `DagRun` with an Alembic migration. - Expose a method on `DagRun` (e.g. `get_run_info()`) that reconstructs `DagRunInfo` by interfacing with the DAG’s `Timetable`, keeping the timetable as the source of truth for run calculation. - Update scheduler, manual trigger, and backfill code paths to persist `partition_date` when creating DagRuns. - Maintain backward compatibility and add test coverage for all DagRun types. Happy to iterate on the approach if there are preferred patterns here. Thanks! -- 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]
