acryldata / datahub-actions

DataHub Actions is a framework for responding to changes to your DataHub Metadata Graph in real time.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

psycopg2 issue on arm64 image > SCRAM authentication requires libpq version 10 or above

devantler opened this issue · comments

When I try to run a Postgres ingestion source I get an error that SCRAM Authentication requires libpq 10 from the acryldata/datahub-actions Docker container.

I traced the issue to be caused by an upstream issue on the psycopg2 library used in the ingestion script for Postgres. On arm64 it currently retrieves an older version of libpq which is incompatible with SCRAM Authentication.

psycopg/psycopg2#1360

Would it be possible to provide a temporary fix so it works as intended on the acryldata/datahub-actions image?

Below is the log from my ingestion source:

exec-urn_li_dataHubExecutionRequest_bec0be23-6e77-4739-b6d5-a59afebc5ad5.log

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.