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

fix(sorce-google-sheets): add stream name typing #52682

Merged
merged 2 commits into from
Jan 31, 2025

Conversation

lazebnyi
Copy link
Collaborator

@lazebnyi lazebnyi commented Jan 31, 2025

What

Sheet names can be stored as integers and mapped accordingly during component resolution. However, because dynamic stream names are not validated during component resolution (as addressed in this pull request), we may encounter a KeyError when attempting to group streams by names.

How

Add valid_type to the ComponentMappingDefinition

User Impact

No

Can this PR be safely reverted and rolled back?

  • YES 💚
  • NO ❌

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 3:04pm

Copy link
Collaborator

@artem1205 artem1205 left a comment

Choose a reason for hiding this comment

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

LGTM!

@lazebnyi lazebnyi merged commit 183bedf into master Jan 31, 2025
28 checks passed
@lazebnyi lazebnyi deleted the lazebnyi/fix-google-sheets-stream-name-typing branch January 31, 2025 15:47
karolur pushed a commit to karolur/airbyte that referenced this pull request Feb 3, 2025
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 connectors/source/google-sheets
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants