You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/04/27 15:30:32 UTC

[GitHub] [airflow] eladkal commented on a diff in pull request #23263: `CloudBuildCreateBuildOperator`: Remove deprecated `body` parameter

eladkal commented on code in PR #23263:
URL: https://github.com/apache/airflow/pull/23263#discussion_r859943396


##########
airflow/providers/google/cloud/operators/cloud_build.py:
##########
@@ -113,10 +112,9 @@ class CloudBuildCreateBuildOperator(BaseOperator):
         For more information on how to use this operator, take a look at the guide:
         :ref:`howto/operator:CloudBuildCreateBuildOperator`
 
-    :param build: Optional, the build resource to create. If a dict is provided, it must be of
+    :param build: The build resource to create. If a dict is provided, it must be of

Review Comment:
   There are pointers to some refactoring needed in https://github.com/apache/airflow/pull/18184/files#r706775739
   so I prefer to leave it out from this PR. I will open a followup issue on it so we can keep track



-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org