mik-laj commented on a change in pull request #8808:
URL: https://github.com/apache/airflow/pull/8808#discussion_r422757560



##########
File path: airflow/providers/google/cloud/example_dags/example_cloud_build.py
##########
@@ -99,6 +99,12 @@
         task_id="create_build_from_repo_result",
     )
 
+    create_build_from_file = CloudBuildCreateOperator(
+        task_id="create_build_from_file", project_id=GCP_PROJECT_ID, 
body='example_cloud_build.yaml'
+    )
+
     create_build_from_storage >> create_build_from_storage_result  # pylint: 
disable=pointless-statement
 
     create_build_from_repo >> create_build_from_repo_result  # pylint: 
disable=pointless-statement
+
+    create_build_from_file  # pylint: disable=pointless-statement

Review comment:
       ```suggestion
   ```
   It is not necessary.




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to