ephraimbuddy commented on code in PR #52876:
URL: https://github.com/apache/airflow/pull/52876#discussion_r2189819708


##########
providers/git/src/airflow/providers/git/bundles/git.py:
##########
@@ -247,3 +246,41 @@ def view_url(self, version: str | None = None) -> str | 
None:
             if host == allowed_host or host.endswith(f".{allowed_host}"):
                 return template
         return None
+
+    def view_url_template(self) -> str | None:

Review Comment:
   Yeah. was possible. Thanks so much. 
https://github.com/apache/airflow/pull/52876/commits/c6561d19f22aeda267c1c6fa52a62934ee4a4fa6
   



-- 
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]

Reply via email to