Hi, I'm trying to run the latest version of datahu...
# troubleshoot
h
Hi, I'm trying to run the latest version of datahub (pulled right now), looks like
python -m datahub docker quickstart
is no longer working, help says that there is no "docker" command anymore. Though running docker/quickstart.sh works well. Is it a bug? Docs at https://datahubproject.io/docs/quickstart have not been modified yet.
m
@handsome-belgium-11927: we're not able to reproduce this.. can you send us some more details
h
Copy code
[s.kryukov@my-vm datahub]$  (master)sudo python3 -m datahub docker quickstart
Usage: python3 -m datahub [OPTIONS] COMMAND [ARGS]...
Try 'python3 -m datahub --help' for help.

Error: No such command 'docker'.
[s.kryukov@my-vm datahub]$  (master)sudo python3 -m datahub --help
Usage: python3 -m datahub [OPTIONS] COMMAND [ARGS]...

Options:
  --debug / --no-debug
  --version             Show the version and exit.
  --help                Show this message and exit.

Commands:
  check
  ingest   Main command for ingesting metadata into DataHub
  version  Print version number and exit
Pulled master right now. Previous version had
docker
in "Commands", latest version does not. Ubuntu 20.04 if anybody interested
Okay, the problem was that acryl-datahub was of older version. Somewhy I didn't think it was using this library to run the 'datahub' command