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 2019/08/07 13:52:15 UTC

[GitHub] [airflow] nuclearpinguin edited a comment on issue #5749: [AIRFLOW-5135] Use gapic ClientInfo in GoogleCloudBaseHook

nuclearpinguin edited a comment on issue #5749: [AIRFLOW-5135] Use gapic ClientInfo in GoogleCloudBaseHook
URL: https://github.com/apache/airflow/pull/5749#issuecomment-519089899
 
 
   Still, it should work because this is the definition of the gapic client:
   ```python
   class ClientInfo(client_info.ClientInfo):
       def to_grpc_metadata(self):
           """Returns the gRPC metadata for this client info."""
           return (METRICS_METADATA_KEY, self.to_user_agent())
   ```
   the additional method should not be a problem.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services