When in /Users/milan I run:
docker run --rm \
-v "$(pwd)":/data \
dbpedia/databus-python-client \
download https://databus.dev.dbpedia.link/fhofer/orkg
the log says Local directory not given, using /data/fhofer/orkg/orkg-daily-dump/2026-07-03
but the data is not found in /data/fhofer.... but in /Users/milan/fhofer/orkg/orkg-daily-dump/2026-07-03
So there is no /data/.... in the path.
This is confusing.
When in /Users/milan I run:
the log says
Local directory not given, using /data/fhofer/orkg/orkg-daily-dump/2026-07-03but the data is not found in
/data/fhofer....but in/Users/milan/fhofer/orkg/orkg-daily-dump/2026-07-03So there is no
/data/....in the path.This is confusing.