Hi Vertica ingestion was working and suddenly star...
# all-things-deployment
b
Hi Vertica ingestion was working and suddenly start to fail, error:
Copy code
datahub.configuration.common.ConfigurationError: vertica is disabled; try running: pip install 'acryl-datahub[vertica]'
but from venv it works
Copy code
source /python_ve/bin/activate
(python_ve) [root@dp-test006 ~]# python
Python 3.6.8 (default, Nov 16 2020, 16:55:22)
[GCC 4.8.5 20150623 (Red Hat 4.8.5-44)] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> from sqlalchemy_vertica.base import VerticaDialect
ideas?
CLI ingestion is working