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 Iceberg: integration test for glue #49467

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

Conversation

edgao
Copy link
Contributor

@edgao edgao commented Dec 13, 2024

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

key changes

  • Handle uppercase stream name/namespace (glue requires lowercase here). The TableIdGenerator thing is... kind of dumb, but it works I guess (we should eventually plug in the default namespace stuff there)
    • killed the DestinationStream.Descriptor.toIcebergTableIdentifier extension function
  • implement a destination cleaner. It just nukes any tables older than 30 days. (only needed for glue, since nessie is all ephemeral test container stuff)
  • update data dumper to use the correct catalog, instead of hardcoding nessie
  • enable the check test, targeting the glue config

Copy link

vercel bot commented Dec 13, 2024

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 Dec 16, 2024 10:24pm

@edgao edgao force-pushed the edgao/iceberg_glue_integration_test branch from 5d23bfb to baa3404 Compare December 16, 2024 18:34
@edgao edgao force-pushed the edgao/iceberg_glue_integration_test branch from d12c119 to e1b9e0d Compare December 16, 2024 20:58
@edgao edgao marked this pull request as ready for review December 16, 2024 22:09
@edgao edgao requested a review from a team as a code owner December 16, 2024 22:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/connectors Connector related issues CDK Connector Development Kit connectors/destination/iceberg-v2
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants