[Improvements] Add support for creating app from YAML string config (#980)
This commit is contained in:
@@ -103,7 +103,7 @@
|
||||
},
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"app = App.from_config(yaml_path=\"elasticsearch.yaml\")"
|
||||
"app = App.from_config(config_path=\"elasticsearch.yaml\")"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user