Closed cedricdcc closed 6 months ago
something along these lines is available already
1/ syncfs has something for relative paths:
just copy for now -- in 004 we can easily push up to a some shared.py
2/ graph-name creaction hanldes safe chars better in the most recent GraphNameMapper
so we should get this for free by taking up issue #43
After some searching I have found that I couldn't reproduce this behavior anymore from travharv
Right now the path that is inserted into the admin graph is the whole path to the config file instead of the relative path. uri=urn%3Atraversal-harvesting%3AC%253A%255CUsers%255Ccedricd%255CDocuments%255CGitHub%255CpyTravHarv%255Ctests%255Cconfig%255Cbase_test.yml
must become => urn:config%255Cbase_test.yml
Also quote escaping must also be reconsidered to have more safe characters