Airflow Summit 2025 is coming October 07-09. Register now for early bird ticket!

airflow.providers.google.cloud.links.cloud_run

Classes

CloudRunJobLoggingLink

Helper class for constructing Cloud Run Job Logging link.

Module Contents

Bases: airflow.providers.google.cloud.links.base.BaseGoogleLink

Helper class for constructing Cloud Run Job Logging link.

name = 'Cloud Run Job Logging'[source]

Name of the link. This will be the button name on the task UI.

key = 'log_uri'[source]
static persist(context, task_instance, log_uri)[source]

Link to external system.

Parameters:
Returns:

link to external system

Return type:

str

Was this entry helpful?