Owen-CH-Leung commented on code in PR #41799:
URL: https://github.com/apache/airflow/pull/41799#discussion_r1769482819


##########
airflow/providers/opensearch/provider.yaml:
##########
@@ -59,3 +59,144 @@ operators:
 connection-types:
   - hook-class-name: 
airflow.providers.opensearch.hooks.opensearch.OpenSearchHook
     connection-type: opensearch
+
+logging:
+  - airflow.providers.opensearch.log.os_task_handler.OpensearchTaskHandler
+
+config:
+  opensearch:
+    description: ~
+    options:
+      host:
+        description: |
+          Opensearch host
+        version_added: 1.5.0
+        type: string
+        example: ~
+        default: ""
+      port:
+        description: |
+          The port number of Opensearch host
+        version_added: 1.5.0
+        type: integer
+        example: ~
+        default: ""
+      username:
+        description: |
+          The username for connecting to Opensearch
+        version_added: 1.5.0
+        type: string

Review Comment:
   Thanks. Added `sensitive: true`



##########
airflow/providers/opensearch/provider.yaml:
##########
@@ -59,3 +59,144 @@ operators:
 connection-types:
   - hook-class-name: 
airflow.providers.opensearch.hooks.opensearch.OpenSearchHook
     connection-type: opensearch
+
+logging:
+  - airflow.providers.opensearch.log.os_task_handler.OpensearchTaskHandler
+
+config:
+  opensearch:
+    description: ~
+    options:
+      host:
+        description: |
+          Opensearch host
+        version_added: 1.5.0
+        type: string
+        example: ~
+        default: ""
+      port:
+        description: |
+          The port number of Opensearch host
+        version_added: 1.5.0
+        type: integer
+        example: ~
+        default: ""
+      username:
+        description: |
+          The username for connecting to Opensearch
+        version_added: 1.5.0
+        type: string
+        example: ~
+        default: ""
+      password:
+        description: |
+          The password for connecting to Opensearch
+        version_added: 1.5.0
+        type: string

Review Comment:
   Thanks. Added `sensitive: true`



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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to