-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🎉 Source S3 - memory & performance optimisations + advanced CSV optio…
…ns (#6615) * memory & performance optimisations * address comments * version bump * added advanced_options for reading csv without header, and more custom pyarrow ReadOptions * updated to use the latest airbyte-cdk * updated docs * bump source-s3 to 0.1.6 * remove unneeded lines * Use the all dep ami for python builds. * ec2-instance-id should be ec2-image-id * ec2-instance-id should be ec2-image-id Co-authored-by: Jingkun Zhuang <[email protected]> Co-authored-by: Davin Chia <[email protected]>
- Loading branch information
1 parent
25110c1
commit 1d3a17a
Showing
15 changed files
with
168 additions
and
70 deletions.
There are no files selected for viewing
This file contains 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 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 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 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 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 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 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 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 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
154 changes: 96 additions & 58 deletions
154
airbyte-integrations/connectors/source-s3/source_s3/source_files_abstract/stream.py
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains 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
8 changes: 8 additions & 0 deletions
8
...e-integrations/connectors/source-s3/unit_tests/sample_files/csv/test_file_8_no_header.csv
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
1,PVdhmjb1,False,12,-31.3,2021-07-14,2021-07-14 15:30:09.224125 | ||
2,j4DyXTS7,True,-8,41.6,2021-07-14,2021-07-14 15:30:09.224383 | ||
3,v0w8fTME,False,7,-27.5,2021-07-14,2021-07-14 15:30:09.224527 | ||
4,1q6jD8Np,False,-8,-6.7,2021-07-14,2021-07-14 15:30:09.224741 | ||
5,77h4aiMP,True,-15,-13.7,2021-07-14,2021-07-14 15:30:09.224907 | ||
6,Le35Wyic,True,3,35.3,2021-07-14,2021-07-14 15:30:09.225033 | ||
7,xZhh1Kyl,False,10,-9.2,2021-07-14,2021-07-14 15:30:09.225145 | ||
8,M2t286iJ,False,4,-3.5,2021-07-14,2021-07-14 15:30:09.225320 |
This file contains 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 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 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