mik-laj commented on pull request #8575:
URL: https://github.com/apache/airflow/pull/8575#issuecomment-641094098
I still have the following error:
```
/airflow/logs/previous_runs/2020-06-09_07_26_35/example_gcp_cloud_build/create_build_from_repo/2020-06-08T00:00:00+00:00/1.log
```
```
[2020-06-09 07:26:15,822] {taskinstance.py:1194} ERROR - 'dict' object has
no attribute 'DESCRIPTOR'
Traceback (most recent call last):
File "/opt/airflow/airflow/models/taskinstance.py", line 1026, in
_run_raw_task
result = task_copy.execute(context=context)
File
"/opt/airflow/airflow/providers/google/cloud/operators/cloud_build.py", line
188, in execute
return MessageToDict(result)
File
"/usr/local/lib/python3.7/site-packages/google/protobuf/json_format.py", line
175, in MessageToDict
return printer._MessageToJsonObject(message)
File
"/usr/local/lib/python3.7/site-packages/google/protobuf/json_format.py", line
210, in _MessageToJsonObject
message_descriptor = message.DESCRIPTOR
AttributeError: 'dict' object has no attribute 'DESCRIPTOR'
```
----------------------------------------------------------------
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]