justinpakzad commented on code in PR #60030:
URL: https://github.com/apache/airflow/pull/60030#discussion_r2657747742


##########
airflow-core/src/airflow/config_templates/unit_tests.cfg:
##########
@@ -126,6 +126,10 @@ ssl_assert_hostname = False
 ssl_show_warn = False
 ca_certs =
 
+[elasticsearch_configs]

Review Comment:
   Because without them some of the tests would fail. The original 
configuration.py in airflow-core has more fallbacks, specifically it would 
fallback to `provider_config_fallback_defaults.cfg`, which is why the tests 
were working fine previously. In the new SDK implementation we don't have that 
fallback, so I needed to add it to the unit test config.



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