The python extractor utils requires the config to be stored as a local file there is not way to pass it directly as a string/yaml object. This makes it quite cumbersome to use as not all our deployments have access to local file storage for config files.
Is there a way to add support for the config to be passed as an environment variable?

Reading config from env example:
