Slider 0.80.0 https://issues.apache.org/jira/browse/SLIDER-812
"Making component configurations in appConfig available on the SliderAgent side" I'm trying to access the component configuration from appConfig.json. For global settings, we have config = Script.get_config() componentName = config['componentName'] myKey = config['configurations']['myKey''] Dumping the dictionary does not show a component configuration. How am I supposed to access it? Thanks.
