ephraimbuddy opened a new pull request, #68627: URL: https://github.com/apache/airflow/pull/68627
- get_version: use 'if version_number is not None' so version_number=0 filters (and 404s) instead of falling through to the latest version. - bundle_url: drop the dead hasattr(self.bundle, 'signed_url_template') guard (always true on the ORM model). Behavior is unchanged: a loaded bundle uses render_url(), and the deprecated manager lookup is used only when there is no bundle row -- not on every call for bundles without a URL template. - DagCode.update_source_code: refresh fileloc alongside the source, and drop the redundant session.merge() on the already-session-attached row. --- ##### Was generative AI tooling used to co-author this PR? - [x] Yes (please specify the tool below) claude opus 4.8 -- 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]
