-
Notifications
You must be signed in to change notification settings - Fork 4.6k
file-based CDK: Configurable strings_can_be_null #29298
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
Merged
Merged
Changes from 21 commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
eaba483
[ISSUE #28893] infer csv schema
maxi297 60757c1
[ISSUE #28893] align with pyarrow
maxi297 f49235d
Automated Commit - Formatting Changes
maxi297 a394666
[ISSUE #28893] legacy inference and infer only when needed
maxi297 4f9d162
[ISSUE #28893] fix scenario tests
maxi297 0617c82
[ISSUE #28893] using discovered schema as part of read
maxi297 d157aa3
[ISSUE #28893] self-review + cleanup
maxi297 57b011f
[ISSUE #28893] fix test
maxi297 71cdca9
[ISSUE #28893] code review part #1
maxi297 ef8f5f5
Merge branch 'master' into issue-28893/infer-schema-csv
maxi297 f651d03
[ISSUE #28893] code review part #2
maxi297 a573a89
Fix test
maxi297 0ce37e5
formatcdk
maxi297 ddd7f49
first pass
girarda 82db6c3
[ISSUE #28893] code review
maxi297 fc6028e
fix mypy issues
girarda c063d9a
comment
girarda 37992a2
rename for clarity
girarda 46d57e9
Add a scenario test case
girarda af16160
this isn't optional anymore
girarda 0c732db
merge
girarda 3027a4f
FIX test log level
maxi297 ac91730
Re-adding failing tests
maxi297 f1a60ba
[ISSUE #28893] improve inferrence to consider multiple types per value
maxi297 7113603
Merge branch 'master' into issue-28893/infer-schema-csv
maxi297 c9e2004
Automated Commit - Formatting Changes
maxi297 9f3479f
[ISSUE #28893] remove InferenceType.PRIMITIVE_AND_COMPLEX_TYPES
maxi297 29c6858
Code review
maxi297 9f640f9
Merge branch 'master' into issue-28893/infer-schema-csv
maxi297 dc2913f
Automated Commit - Formatting Changes
maxi297 2348f71
merge
girarda 8ace2f1
fix unit tests
girarda 31da8d2
Merge branch 'issue-28893/infer-schema-csv' into alex/strings_can_be_…
girarda 6d4a612
merge
girarda File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
509 changes: 364 additions & 145 deletions
509
airbyte-cdk/python/airbyte_cdk/sources/file_based/file_types/csv_parser.py
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.