flowbber.plugins.sources.config
¶This sources let the user indicate static data to describe current pipeline.
Data collected:
Anything the user entered on the configuration
Dependencies:
pip3 install flowbber[config]
Usage:
[[sources]]
type = "config"
id = "..."
[sources.config.data]
anydata = "...."
{
"sources": [
{
"type": "config",
"id": "...",
"config": {
"data": {
"anydata": "...."
}
}
}
]
}
ConfigSource
:
Main base class to implement a Source.flowbber.plugins.sources.config.
ConfigSource
(index, type_, id_, optional=False, timeout=None, config=None)¶Inheritance