@victorious-car-1170 @victorious-helmet-29344
Just FYI, After spending some time in logs and py scripts, I found solution of that error with hive catalog.
If you installed using QuickStart/Docker:
I guess that every new connection in datahub creates its own folder with its own python libraries in datahub-actions docker container.
So, to solve the problem “hive is not installed” I just added trift library to iceberg folder into container:
You can go to that container:
Docker exec -it datahub-actions bash
And then install that library in iceberg folder:
pip install thrift --target=/tmp/datahub/ingest/venv-iceberg-f3c1b67e57e34548/lib/python3.10/site-packages