The GitHub Actions job "Tests" on airflow.git/kaxilnaik/pm-2780-break-out-dag-parse-time-in-queued-to-running-path has succeeded. Run started by GitHub user kaxil (triggered by kaxil).
Head commit for run: 8f2c320eff7e53e00577dfe18b5dd596665131b3 / Kaxil Naik <[email protected]> Emit log from inside parse() instead of changing its signature Reverts the parse() signature change and the test/fixture adaptations from the prior commit. parse() again returns just RuntimeTaskInstance. The "Worker startup parse complete" log event is emitted from inside parse() right before return, keeping the public surface of the function stable for any downstream callers (pytest fixtures, etc.). Under `run_as_user` impersonation, parse() runs twice (pre-sudo and post-sudo), so this event fires twice for those tasks. The two entries expose impersonation re-parse overhead, which is informative (tasks with run_as_user pay for parse twice) rather than a defect. Report URL: https://github.com/apache/airflow/actions/runs/25142015014 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
