jgao54 commented on a change in pull request #4101: add base grpc hook
URL: https://github.com/apache/incubator-airflow/pull/4101#discussion_r228640138
##
File path: airflow/www/views.py
##
@@ -2960,6 +2960,9 @@ class ConnectionModelView(wwwutils.SuperUserMixin,
AirflowMod
jgao54 commented on a change in pull request #4101: add base grpc hook
URL: https://github.com/apache/incubator-airflow/pull/4101#discussion_r228641495
##
File path: airflow/contrib/hooks/grpc_hook.py
##
@@ -0,0 +1,102 @@
+# -*- coding: utf-8 -*-
+#
+# Licensed under the Ap
jgao54 commented on a change in pull request #4101: add base grpc hook
URL: https://github.com/apache/incubator-airflow/pull/4101#discussion_r228639120
##
File path: README.md
##
@@ -262,6 +262,7 @@ Currently **officially** using Airflow:
1. [Spotahome](https://www.spotaho
jgao54 commented on a change in pull request #4101: add base grpc hook
URL: https://github.com/apache/incubator-airflow/pull/4101#discussion_r228641432
##
File path: airflow/contrib/hooks/grpc_hook.py
##
@@ -0,0 +1,102 @@
+# -*- coding: utf-8 -*-
+#
+# Licensed under the Ap