Hi All, We deployed the datahub `v0.8.36` in AWS E...
# all-things-deployment
f
Hi All, We deployed the datahub
v0.8.36
in AWS EKS cluster with helm charts, we are using AWS MSK (KAFKA), with as a Bootstrap servers :*SASL/SCRAM* and ZooKeeper TLS. Everything works fine till here. But we are not able to Ingest data(SNOWFLAKE) from UI , I see 'N/A' when I try to run ingestion. We found in Datahub docs(https://datahubproject.io/docs/ui-ingestion/) saying that we need to enable
datahub-actions
, then we deployed the public.ecr.aws/datahub/acryl-datahub-actions pods. The pod is not running(CrashLoopBackOff) and we see error logs shows as below
Copy code
[2022-08-11 19:56:59,004] ERROR    {datahub.entrypoints:138} - File "/usr/local/lib/python3.9/site-packages/datahub/cli/ingest_cli.py", line 77, in run                                                                                                    │
│     67   def run(config: str, dry_run: bool, preview: bool, strict_warnings: bool) -> None:                                                             


                                                                                                                                                                                                                                                         │
│ KafkaException: KafkaError{code=_INVALID_ARG,val=-186,str="Failed to create consumer: No provider for SASL mechanism GSSAPI: recompile librdkafka with libsasl2 or openssl support. Current build options: PLAIN SASL_SCRAM OAUTHBEARER"}                  │
│ 2022/08/11 19:56:59 Command exited with error: exit status 1
could someone please help us and thanks in Advance