ashb commented on a change in pull request #4895: [AIRFLOW-1526] Add dingding 
hook and operator
URL: https://github.com/apache/airflow/pull/4895#discussion_r268210865
 
 

 ##########
 File path: airflow/utils/db.py
 ##########
 @@ -286,6 +286,13 @@ def initdb():
         Connection(
             conn_id='cassandra_default', conn_type='cassandra',
             host='cassandra', port=9042))
+    merge_conn(
+        Connection(
+            conn_id='dingding_webhook_default', conn_type='http',
+            host='https://oapi.dingtalk.com',
 
 Review comment:
   Let's remove the `_webhook_` from the name too - that distinction only makes 
sense for slack which has two modes, which we don't have here.

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


With regards,
Apache Git Services

Reply via email to