Error for ingesting Oracle metadata in CLI > 0.10.5
I'm using DataHub v0.12.0 on Azure AKS. I have this error when ingesting Oracle metadata via cronjob using the CLI in version 0.12.1.1(Docker tag: acryldata/datahub-ingestion:v0.12.1).: sqlalchemy.exc.DatabaseError: (cx_Oracle.DatabaseError) DPI-1047: Cannot locate a 64-bit Oracle Client library: "libclntsh.so : cannot open shared obejct file: No such file or directory".
This error does not occur with the CLI in version 0.10.5 (Docker tag: acryldata/datahub-ingestion:v0.10.5).
To Reproduce Steps to reproduce the behavior:
- Set up an Oracle Database;
- Run ingestion for this database through the cronjob on AKS or K8s using docker tag acryldata/datahub-ingestion:v0.12.1.
Definitely not finding this in the image. I would have expected it to be included with this step in the docker build.
Possibly related to following alredy reported issue: #4486
This issue is stale because it has been open for 30 days with no activity. If you believe this is still an issue on the latest DataHub release please leave a comment with the version that you tested it with. If this is a question/discussion please head to https://slack.datahubproject.io. For feature requests please use https://feature-requests.datahubproject.io
This issue was closed because it has been inactive for 30 days since being marked as stale.
@david-leifker , I opened a PR for this: https://github.com/datahub-project/datahub/pull/11001