potiuk commented on code in PR #34119:
URL: https://github.com/apache/airflow/pull/34119#discussion_r1316395950
##########
airflow/providers/elasticsearch/log/es_task_handler.py:
##########
@@ -56,6 +57,23 @@
USE_PER_RUN_LOG_ID = hasattr(DagRun, "get_log_template")
+# These are the only keys that are allowed in the elasticsearch_configs section
+# This should be synchronized with config section in provider.yaml
+VALID_ES_CONFIG_KEYS = {
+ "http_compress",
+ "verify_certs",
+}
Review Comment:
How about now @Taragolis ? I am now filtering configuration by the signature
of the Elasticsearch constructor.
--
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]