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

feat(source-gcs): Enable all file types for GCS #44015

Merged
merged 16 commits into from
Aug 16, 2024

Conversation

strosek
Copy link
Contributor

@strosek strosek commented Aug 13, 2024

What

Enable all types of files supported by the AbstractFileBasedSpec

How

Updated spec.json to include file types supported other than CSV. Removed legacy GCSStreamConfig, added JSONL test data.

Review guide

  1. config.py - Removed legacy code, updated to inherit from AbstractFileBasedSpec
  2. stream_reader.py - Removed filter for CSV files only.
  3. configured_catalog.json, abnormal_state.json - added JSONL stream

User Impact

User will be able to read from all the FileBasedSpec supported file types.

Can this PR be safely reverted and rolled back?

  • YES 💚
  • NO ❌

Copy link

vercel bot commented Aug 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 Aug 16, 2024 10:27pm

@strosek strosek self-assigned this Aug 13, 2024
@strosek strosek changed the title Enable all file types for GCS feat(sourceEnable all file types for GCS Aug 13, 2024
@strosek strosek changed the title feat(sourceEnable all file types for GCS feat(source-gcs): Enable all file types for GCS Aug 13, 2024
@octavia-squidington-iii octavia-squidington-iii added the area/documentation Improvements or additions to documentation label Aug 14, 2024
Erick Corona added 4 commits August 14, 2024 15:13
# Conflicts:
#	airbyte-integrations/connectors/source-gcs/integration_tests/abnormal_state.json
#	airbyte-integrations/connectors/source-gcs/integration_tests/spec.json
#	docs/integrations/sources/gcs.md
@octavia-squidington-iii octavia-squidington-iii removed the area/documentation Improvements or additions to documentation label Aug 15, 2024
@octavia-squidington-iii octavia-squidington-iii added the area/documentation Improvements or additions to documentation label Aug 15, 2024
@strosek strosek marked this pull request as ready for review August 15, 2024 23:20
@strosek strosek requested a review from girarda August 16, 2024 00:13
@strosek strosek marked this pull request as draft August 16, 2024 14:42
@strosek strosek marked this pull request as ready for review August 16, 2024 18:17
@strosek strosek requested a review from lazebnyi August 16, 2024 18:20
Copy link
Contributor

@girarda girarda left a comment

Choose a reason for hiding this comment

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

change looks good! 🎉

approved pending manual testing with the platform

@strosek strosek merged commit 96847e4 into master Aug 16, 2024
34 checks passed
@strosek strosek deleted the strosek/file-types-support-issue-2236 branch August 16, 2024 22:36
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/gcs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants