-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
[file-based cdk] add excel file type support #43346
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have a couple questions. Also, can we post the result of a local version or source-s3 with an excel file stream?
airbyte-cdk/python/airbyte_cdk/sources/file_based/file_types/excel_parser.py
Outdated
Show resolved
Hide resolved
airbyte-cdk/python/unit_tests/sources/file_based/file_types/test_excel_parser.py
Outdated
Show resolved
Hide resolved
airbyte-cdk/python/unit_tests/sources/file_based/file_types/test_excel_parser.py
Outdated
Show resolved
Hide resolved
airbyte-cdk/python/unit_tests/sources/file_based/scenarios/excel_scenarios.py
Outdated
Show resolved
Hide resolved
airbyte-cdk/python/unit_tests/sources/file_based/file_types/test_excel_parser.py
Outdated
Show resolved
Hide resolved
airbyte-cdk/python/unit_tests/sources/file_based/in_memory_files_source.py
Show resolved
Hide resolved
airbyte-cdk/python/airbyte_cdk/sources/file_based/file_types/excel_parser.py
Outdated
Show resolved
Hide resolved
airbyte-cdk/python/airbyte_cdk/sources/file_based/file_types/excel_parser.py
Outdated
Show resolved
Hide resolved
airbyte-cdk/python/airbyte_cdk/sources/file_based/file_types/excel_parser.py
Outdated
Show resolved
Hide resolved
airbyte-cdk/python/airbyte_cdk/sources/file_based/file_types/excel_parser.py
Outdated
Show resolved
Hide resolved
airbyte-cdk/python/airbyte_cdk/sources/file_based/file_types/excel_parser.py
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
few small nits but looks good otherwise! ✅
additional request: can you setup an acceptance test config so we test this with S3?
/approve-regression-tests
|
/approve-regression-tests
|
What
This PR adds support for excel file formats to the file-based CDK, enabling other connectors to benefit from this enhancement. The implementation includes reading excel files, handling multiple sheets, and schema detection.
How
Add excel format, excel parser and tests
User Impact
No
Can this PR be safely reverted and rolled back?