Is the version supposed to be unavailable? ```dock...
# all-things-deployment
s
Is the version supposed to be unavailable?
Copy code
docker run -it --rm --entrypoint=bash --tty linkedin/datahub-ingestion:v0.8.6  
datahub@2523f447d4db:/$ datahub version
DataHub CLI version: unavailable (installed editable via git)
Python version: 3.8.11 (default, Jun 29 2021, 19:54:56) 
[GCC 8.3.0]
datahub@2523f447d4db:/$
🙌 1
Seems it is dev docker image as it is mentioned there version unavailable https://datahubproject.io/docs/metadata-ingestion/developing
b
@gray-shoe-75895 Is the corresponding version packed into the datahub-ingestion container?
g
Yep this is a limitation of the way we’re doing versioning for the python lib
Ideally once we set up automated publishing and other things, we can also resolve this one
but @square-activity-64562, even though the version is reported incorrectly, the docker containers are published automatically and the tag does correspond to the correct code
✅ 1