forked from airbytehq/airbyte
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Source file: Fix error on zipped files (airbytehq#39909)
Co-authored-by: Marcos Marx <[email protected]>
- Loading branch information
1 parent
6da294f
commit bc36dd2
Showing
7 changed files
with
279 additions
and
252 deletions.
There are no files selected for viewing
Binary file added
BIN
+301 Bytes
...yte-integrations/connectors/source-file/integration_tests/sample_files/test_utf16.csv.zip
Binary file not shown.
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
496 changes: 248 additions & 248 deletions
496
airbyte-integrations/connectors/source-file/poetry.lock
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ requires = [ "poetry-core>=1.0.0",] | |
build-backend = "poetry.core.masonry.api" | ||
|
||
[tool.poetry] | ||
version = "0.5.3" | ||
version = "0.5.4" | ||
name = "source-file" | ||
description = "Source implementation for File" | ||
authors = [ "Airbyte <[email protected]>",] | ||
|
@@ -22,6 +22,7 @@ beautifulsoup4 = "==4.11.1" | |
openpyxl = "==3.1.0" | ||
google-cloud-storage = "==2.5.0" | ||
pandas = "2.2.2" | ||
numpy = "<2" | ||
airbyte-cdk = "^0" | ||
paramiko = "==2.11.0" | ||
xlrd = "==2.0.1" | ||
|
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