Open dxniel7402 opened 1 year ago
This shouldn't be required - will look at how this can be handled better. As yet I'm also unaware of anyone using trawler with graphite
I'm still encounter the same error as of latest git clone version. @rickymoorhouse
Seem like I still need to put "graphite" key into yaml otherwise I will got the error
Ah looks like I missed a place in the fix - have an additional fix coming
When running the project with a config.yaml file that doesn't include the graphite key, the following error is raised:
This seems to indicate that the graphite key is expected in the config.yaml file, although it's not included in example configurations or documented.
Steps to Reproduce:
SECRETS=test-assets coverage run --source . -m py.test
python3 trawler.py --config deployment/config.yaml
Expected Behavior:
The application should either run without requiring the graphite key or should provide a more descriptive error message if the key is required.
Suggested Solution:
Document the graphite Key: Update the example config.yaml file and documentation to include the graphite key. For example: