eladkal commented on code in PR #64364:
URL: https://github.com/apache/airflow/pull/64364#discussion_r3043693238
##########
providers/opensearch/provider.yaml:
##########
@@ -144,6 +144,20 @@ config:
type: string
example: ~
default: "False"
+ write_to_os:
+ description: |
+ Write the task logs directly to OpenSearch
+ version_added: 1.8.6
Review Comment:
```suggestion
version_added: 1.9.0
```
##########
providers/opensearch/provider.yaml:
##########
@@ -144,6 +144,20 @@ config:
type: string
example: ~
default: "False"
+ write_to_os:
+ description: |
+ Write the task logs directly to OpenSearch
+ version_added: 1.8.6
+ type: string
+ example: ~
+ default: "False"
+ target_index:
+ description: |
+ Name of the index to write to when direct OpenSearch log writing is
enabled
+ version_added: 1.8.6
Review Comment:
```suggestion
version_added: 1.9.0
```
--
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]