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

🎉 Source S3: support of Parquet format #5305

Merged
merged 23 commits into from
Sep 4, 2021
Merged
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
9f407ad
add parquet parser
gl-pix Aug 10, 2021
7ce4638
add integration tests for partquet formats
gl-pix Aug 11, 2021
479bfd3
add unit tests for parquet
gl-pix Aug 12, 2021
b454cc2
update docs and secrets
gl-pix Aug 13, 2021
f4888e7
Merge remote-tracking branch 'origin/master' into antixar/5102-source…
gl-pix Aug 13, 2021
96bff17
fix incorrect import for tests
gl-pix Aug 13, 2021
86bdb23
add lib pandas for unit tests
gl-pix Aug 13, 2021
3d0830f
revert changes of foreign connectors
gl-pix Aug 23, 2021
4cdc9fe
Merge remote-tracking branch 'origin' into antixar/5102-source-s3-sup…
gl-pix Aug 23, 2021
d311bab
update secret settings
gl-pix Aug 23, 2021
93bc077
Merge remote-tracking branch 'origin' into antixar/5102-source-s3-sup…
gl-pix Aug 23, 2021
344afd6
fix config values
gl-pix Aug 23, 2021
b874bb6
Update airbyte-integrations/connectors/source-s3/source_s3/source_fil…
antixar Aug 30, 2021
11711f6
Update airbyte-integrations/connectors/source-s3/source_s3/source_fil…
antixar Aug 30, 2021
c21a222
remove some unused default options
gl-pix Aug 30, 2021
ad07e27
Merge remote-tracking branch 'origin' into antixar/5102-source-s3-sup…
gl-pix Aug 30, 2021
dcdc0eb
update tests
gl-pix Aug 30, 2021
7febc6d
update docs
gl-pix Aug 31, 2021
8670d2c
bump its version
gl-pix Aug 31, 2021
7095f56
Merge remote-tracking branch 'origin' into antixar/5102-source-s3-sup…
gl-pix Sep 3, 2021
d535170
Merge remote-tracking branch 'origin' into antixar/5102-source-s3-sup…
gl-pix Sep 3, 2021
6c62c3e
Merge remote-tracking branch 'origin' into antixar/5102-source-s3-sup…
gl-pix Sep 4, 2021
af286f4
fix expected test
gl-pix Sep 4, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
add lib pandas for unit tests
  • Loading branch information
gl-pix committed Aug 13, 2021
commit 86bdb2305018ea4112f3ff833935b8172d93720c
1 change: 1 addition & 0 deletions airbyte-integrations/connectors/source-s3/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
TEST_REQUIREMENTS = [
"pytest~=6.1",
"source-acceptance-test",
"pandas==1.3.1",
]

setup(
Expand Down