From c8c4a4272354d090ebf01a5cf7a9f49026e65511 Mon Sep 17 00:00:00 2001 From: Hyungsuk Yoon Date: Mon, 8 Aug 2022 22:53:48 -0700 Subject: [PATCH] Fix GCSListObjectsOperator docstring (#25614) Co-authored-by: Tzu-ping Chung --- airflow/providers/google/cloud/operators/gcs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/airflow/providers/google/cloud/operators/gcs.py b/airflow/providers/google/cloud/operators/gcs.py index 77a1ab656e60f..8732f51cf3ac4 100644 --- a/airflow/providers/google/cloud/operators/gcs.py +++ b/airflow/providers/google/cloud/operators/gcs.py @@ -164,7 +164,7 @@ class GCSListObjectsOperator(BaseOperator): List all objects from the bucket with the given string prefix and delimiter in name. This operator returns a python list with the name of objects which can be used by - `xcom` in the downstream task. + XCom in the downstream task. :param bucket: The Google Cloud Storage bucket to find the objects. (templated) :param prefix: Prefix string which filters objects whose name begin with