MCPcopy
hub / github.com/apache/airflow / load_test_config

Function load_test_config

airflow/configuration.py:870–879  ·  view source on GitHub ↗

Historical load_test_config

()

Source from the content-addressed store, hash-verified

868
869# Historical convenience functions to access config entries
870def load_test_config(): # noqa: D103
871 """Historical load_test_config"""
872 warnings.warn(
873 "Accessing configuration method 'load_test_config' directly from the configuration module is "
874 "deprecated. Please access the configuration from the 'configuration.conf' object via "
875 "'conf.load_test_config'",
876 DeprecationWarning,
877 stacklevel=2,
878 )
879 conf.load_test_config()
880
881
882def get(*args, **kwargs): # noqa: D103

Callers 2

setUpMethod · 0.90
setUpMethod · 0.90

Calls 2

warnMethod · 0.80
load_test_configMethod · 0.80

Tested by 2

setUpMethod · 0.72
setUpMethod · 0.72