jedcunningham commented on code in PR #46164:
URL: https://github.com/apache/airflow/pull/46164#discussion_r1936344695
##########
airflow/dag_processing/bundles/base.py:
##########
@@ -103,6 +108,8 @@ def view_url(self, version: str | None = None) -> str |
None:
"""
URL to view the bundle.
Review Comment:
```suggestion
URL to view the bundle on an external website. This is shown to
users in the Airflow UI, allowing them to navigate to this url for more details
about that version of the bundle.
```
Better?
--
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]