delightful-jelly-56633
08/02/2022, 7:13 PMdocker compose version
Docker Compose version v2.6.0
python --version
Python 3.9.9
docker --version
Docker version 20.10.17, build 100c701
docker version
Client: Docker Engine - Community
Version: 20.10.17
...
Server: Docker Engine - Community
Engine:
Version: 20.10.17
lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 22.04 LTS
Release: 22.04
Codename: jammy
datahub --version
acryl-datahub, version 0.8.41.2
cuddly-butcher-39945
08/02/2022, 7:47 PMdelightful-jelly-56633
08/03/2022, 4:47 PMdelightful-jelly-56633
08/09/2022, 9:09 PMsudo apt-get install docker-compose-plugin
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
docker-compose-plugin is already the newest version (2.6.0~ubuntu-jammy).
gray-shoe-75895
08/10/2022, 12:20 AMpip install --upgrade acryl-datahub
?delightful-jelly-56633
08/10/2022, 3:06 PMdatahub docker quickstart
No Datahub Neo4j volume found, starting with elasticsearch as graph service.
To use neo4j as a graph backend, run
`datahub docker quickstart --quickstart-compose-file ./docker/quickstart/docker-compose.quickstart.yml`
from the root of the datahub repo
Fetching docker-compose file <https://raw.githubusercontent.com/datahub-project/datahub/master/docker/quickstart/docker-compose-without-neo4j.quickstart.yml> from GitHub
[2022-08-10 15:05:17,155] ERROR {datahub.entrypoints:188} - Command failed with [Errno 2] No such file or directory: 'docker-compose'. Run with --debug to get full trace
[2022-08-10 15:05:17,156] INFO {datahub.entrypoints:191} - DataHub CLI version: 0.8.42 at /home/ubuntu/.pyenv/versions/3.9.9/lib/python3.9/site-packages/datahub/__init__.py
[2022-08-10 15:05:17,192] ERROR {asyncio:1738} - Task exception was never retrieved
future: <Task finished name='Task-2' coro=<retrieve_version_stats() done, defined at /home/ubuntu/.pyenv/versions/3.9.9/lib/python3.9/site-packages/datahub/upgrade/upgrade.py:159> exception=ValidationError(model='VersionStats', errors=[{'loc': ('version',), 'msg': 'none is not an allowed value', 'type': 'type_error.none.not_allowed'}])>
Traceback (most recent call last):
File "/home/ubuntu/.pyenv/versions/3.9.9/lib/python3.9/site-packages/datahub/upgrade/upgrade.py", line 184, in retrieve_version_stats
current=VersionStats(
File "pydantic/main.py", line 341, in pydantic.main.BaseModel.__init__
pydantic.error_wrappers.ValidationError: 1 validation error for VersionStats
version
none is not an allowed value (type=type_error.none.not_allowed)
cuddly-butcher-39945
08/12/2022, 3:11 PMdatahub docker quickstart --quickstart-compose-file ./docker/quickstart/docker-compose.quickstart.yml
from the root of the datahub repo
Fetching docker-compose file https://raw.githubusercontent.com/datahub-project/datahub/master/docker/quickstart/docker-compose-without-neo4j.quickstart.yml from GitHub
[2022-08-10 150517,155] ERROR {datahub.entrypoints:188} - Command failed with [Errno 2] No such file or directory: 'docker-compose'. Run with --debug to get full trace
..
...
...
"/home/ubuntu/.pyenv/versions/3.9.9/lib/python3.9/site-packages/datahub/upgrade/upgrade.py", line 184, in retrieve_version_stats
current=VersionStats(
File "pydantic/main.py", line 341, in pydantic.main.BaseModel.init
pydantic.error_wrappers.ValidationError: 1 validation error for VersionStats
version
none is not an allowed value (type=type_error.none.not_allowed)