acryldata / datahub-actions

DataHub Actions is a framework for responding to changes to your DataHub Metadata Graph in real time.
42 stars 47 forks source link

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

Closed devantler closed 1 year ago

devantler commented 1 year ago

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.

https://github.com/psycopg/psycopg2/issues/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

github-actions[bot] commented 1 year ago

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

github-actions[bot] commented 1 year ago

This issue was closed because it has been inactive for 30 days since being marked as stale.