neo4j-field / pyingest

Apache License 2.0
49 stars 14 forks source link

Investigate Yaml load deprecation warning #1

Closed mholford-neo closed 3 years ago

mholford-neo commented 4 years ago

This message occurs:

src/main/ingest.py:187: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details. config = yaml.load(config_file)

mholford-neo commented 3 years ago

Merged