Whenever I want to import, migrate or do other stuff, I get this warning:
YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details.
data_loaded = yaml.load(stream)
Whenever I want to import, migrate or do other stuff, I get this warning: