Summary
The user is facing an error while trying to build the destination-iceberg connector using ./gradlew. They are seeking assistance to resolve the exception.
Question
Hi, i’m trying to run ./gradlew :airbyte-integrations:connectors:destination-iceberg:build
build is failing due to this exception, can anyone help me on this?
This topic has been created from a Slack thread to give it more visibility.
It will be on Read-Only mode here. Click here if you want
to access the original thread.
Join the conversation on Slack
["build", "destination-iceberg-connector", "gradlew", "exception"]
i also took code from master branch, but it is not working for me
Can you please share the airbyte-ci
output?
[2270757] Failed to load Python shared library '/tmp/_MEIqzAA3h/libpython3.10.so.1.0': dlopen: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.35' not found (required by /tmp/_MEIqzAA3h/libpython3.10.so.1.0)```
<@U07K8FY815M> I’m able to build this connector locally with:
airbyte-ci connectors --name=destination-iceberg build
Here’s the https://github.com/airbytehq/airbyte/blob/master/airbyte-ci/connectors/pipelines/README.md#L1|airbyte-ci doc