Hi,everyone,I installed the datahub with python3. ...
# getting-started
l
Hi,everyone,I installed the datahub with python3. In which directory do I save docker_compose files at startup? Thanks in advance for your help. https://github.com/datahub-project/datahub/blob/master/metadata-ingestion/src/datahub/cli/docker.py
m
the
datahub
cli usually defaults to saving the compose file under
~/.datahub/quickstart
directory
l
I can't find anything in this directory, and I used
find /xx -name *.yml
command, nothing
m
you might be using an older version of the cli
try upgrading to the latest and retry
l
OK, thanks