Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Destination S3 Data Lake: handle more weird characters in stream name/ns #52690

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

edgao
Copy link
Contributor

@edgao edgao commented Jan 31, 2025

closes https://github.com/airbytehq/airbyte-internal-issues/issues/11439

afaict: glue is actually fine with weird chars, but has an in-client validation that requires alphanumeric+underscore for some reason? (nessie doesn't seem to have this validation - it's specifically in this IcebergToGlueConverter class, from the iceberg-aws library)

  • add handling in our connector to do this conversion
  • add a check that this doesn't result in conflicting table names
  • add a test for that check

(some of this might want to get extracted to the CDK eventually? but putting it here for now)

example error:
image

@edgao edgao requested a review from a team as a code owner January 31, 2025 18:04
Copy link

vercel bot commented Jan 31, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
airbyte-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 31, 2025 10:59pm

Copy link
Contributor

@frifriSF59 frifriSF59 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think you'll need to increment the version.
LGTM otherwise

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/connectors Connector related issues area/documentation Improvements or additions to documentation CDK Connector Development Kit connectors/destination/s3-data-lake
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants