This is an automated email from the ASF dual-hosted git repository.

shahar pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new b8597262c01 Update Stackdriver docstrings to Cloud Monitoring (#61635)
b8597262c01 is described below

commit b8597262c01fa6c45134bc8eeeeebb12d998cda7
Author: kamran Imaz <[email protected]>
AuthorDate: Tue Feb 10 13:21:16 2026 +0530

    Update Stackdriver docstrings to Cloud Monitoring (#61635)
---
 .../google/src/airflow/providers/google/cloud/links/stackdriver.py  | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git 
a/providers/google/src/airflow/providers/google/cloud/links/stackdriver.py 
b/providers/google/src/airflow/providers/google/cloud/links/stackdriver.py
index 44393e979b6..62a05ae5dd4 100644
--- a/providers/google/src/airflow/providers/google/cloud/links/stackdriver.py
+++ b/providers/google/src/airflow/providers/google/cloud/links/stackdriver.py
@@ -15,7 +15,7 @@
 # KIND, either express or implied.  See the License for the
 # specific language governing permissions and limitations
 # under the License.
-"""This module contains Google Stackdriver links."""
+"""This module contains Google Cloud Monitoring (formerly: Stackdriver) 
links."""
 
 from __future__ import annotations
 
@@ -27,7 +27,7 @@ STACKDRIVER_POLICIES_LINK = STACKDRIVER_BASE_LINK + 
"/policies?project={project_
 
 
 class StackdriverNotificationsLink(BaseGoogleLink):
-    """Helper class for constructing Stackdriver Notifications Link."""
+    """Helper class for constructing Cloud Monitoring (formerly: Stackdriver) 
Notifications Link."""
 
     name = "Cloud Monitoring Notifications"
     key = "stackdriver_notifications"
@@ -35,7 +35,7 @@ class StackdriverNotificationsLink(BaseGoogleLink):
 
 
 class StackdriverPoliciesLink(BaseGoogleLink):
-    """Helper class for constructing Stackdriver Policies Link."""
+    """Helper class for constructing Cloud Monitoring (formerly: Stackdriver) 
Policies Link."""
 
     name = "Cloud Monitoring Policies"
     key = "stackdriver_policies"

Reply via email to