in operators/gcp_container_operator.py [0:0]
def __init__(
self,
image_pull_policy="Always",
in_cluster=False,
startup_timeout_seconds=240,
do_xcom_push=False,
reattach_on_restart=False,
on_finish_action="keep_pod",
# Defined in Airflow's UI -> Admin -> Connections
gcp_conn_id="google_cloud_airflow_gke",
project_id="moz-fx-data-airflow-gke-prod",
location="us-west1",
cluster_name="workloads-prod-v1",
namespace="default",
*args,
**kwargs,