mik-laj commented on a change in pull request #8575:
URL: https://github.com/apache/airflow/pull/8575#discussion_r427011527
##########
File path: airflow/providers/google/cloud/example_dags/example_cloud_build.py
##########
@@ -60,7 +87,7 @@
# [START howto_operator_create_build_from_repo_body]
create_build_from_repo_body = {
- "source": {"repoSource": {"repoName": GCP_SOURCE_REPOSITORY_NAME,
"branchName": "master"}},
+ "source": {"repo_source": {"repo_ name": GCP_SOURCE_REPOSITORY_NAME,
"branch_name": "master"}},
Review comment:
```suggestion
"source": {"repo_source": {"repo_name": GCP_SOURCE_REPOSITORY_NAME,
"branch_name": "master"}},
```
----------------------------------------------------------------
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]