thankful-glass-88027
03/18/2022, 2:15 PM# python3 -m pip install 'acryl-datahub[sql-profiles]'
# python3 -m pip install 'acryl-datahub[sqlalchemy]'
# python3 -m pip install sqlalchemy-vertica-python
And manage to execute the ingestion of object into Vertica. However it is not working in GUI - error is that Vertica-Python module cannot be found.
Is there a way to add this module without rebuilding the docker image?
1> I woudl also like to execute SQL Profiling for SQL alchemy - but when I add profile.enable = True - I am gettig error.
Any suggestions?
Thankshelpful-optician-78938
03/18/2022, 6:07 PMvertica similar to this and (c) update the source's package dependencies(sqlalchemy-vertica-python) similar to this.
2. What exactly is the error that you are running into when you enable profiling?