VivinAT04 commented on issue #50102: URL: https://github.com/apache/airflow/issues/50102#issuecomment-4731697297
Thanks for confirming. I've started investigating an implementation based on the remaining scope discussed above. My current approach is: * Add an optional `dag_version_number` field to backfill creation requests. * Resolve the requested `DagVersion` during backfill creation and use its associated `SerializedDagModel`. * Preserve existing behavior when no version is specified. * Add test coverage for creating a backfill against a specific DAG version. Before expanding this further into CLI/UI support, I'd appreciate confirmation from a maintainer that selecting an explicit DAG version is still the intended direction for this issue. -- 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]
