jedcunningham opened a new pull request, #48216: URL: https://github.com/apache/airflow/pull/48216
This refactors the API side of the "reparse DAG" feature to support bundles. We now pass the bundle name and the relative file path to the api endpoint - however, as this is all in the "file token", the behavior for users is unchanged between Airflow 2 and Airflow 3. This also changes the `DagPriorityParsingRequest` to have both bundle name and relative path instead of a just fileloc. A follow up will get the dag processor consuming these requests again. -- 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-unsubscr...@airflow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org