Daryna Ishchenko
30d7b0231e
feat(source-file): update to airbyte cdk version 7 ( #68588 )
...
Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com >
2025-10-27 12:40:46 +02:00
Aaron ("AJ") Steers
83ecbe0fc3
CI: apply pre-commit format fix from #49806 ( #49852 )
2024-12-18 14:05:43 -08:00
Carlos Alvarenga
bc36dd2052
Source file: Fix error on zipped files ( #39909 )
...
Co-authored-by: Marcos Marx <marcosmarxm@users.noreply.github.com >
2024-08-01 16:10:24 -03:00
mjgatz
f6b4436206
✨ Source File: add fixed width file format support ( #34678 )
...
Co-authored-by: mgreene <michael.greene@gravie.com >
Co-authored-by: Serhii Lazebnyi <serhii.lazebnyi@globallogic.com >
Co-authored-by: Serhii Lazebnyi <53845333+lazebnyi@users.noreply.github.com >
2024-02-13 19:58:35 +01:00
Marius Posta
7ae97175a6
gradle: fix repo wide behaviour ( #30607 )
2023-09-28 05:01:13 -07:00
Denys Davydov
809d86bbb6
🐛 Source File: handle parse errors when running discovery ( #30579 )
2023-09-25 03:07:58 -05:00
Daryna Ishchenko
2a1d7f37e2
🐛 Source File: added parser error handling ( #26275 )
...
* added parser error handling
* updated versions, added changelog
* Automated Change
---------
Co-authored-by: darynaishchenko <darynaishchenko@users.noreply.github.com >
2023-05-25 19:02:57 +03:00
Artem Inzhyyants
fc6165ee1c
Source File: Check if reader options is JSON object ( #26117 )
...
* Source File: check if reader options is JSON object
* Source File: bump version; update docs
* Source File: update error message
* Source File: format
* Source File: test fix
* auto-bump connector version
---------
Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com >
2023-05-16 12:03:36 +00:00
Artem Inzhyyants
a3fa2b15dd
Source File: Fix OOM; read Excel files in chunks ( #25575 )
...
* Source File: Use openpyxl to read excel files in chunks
* Source File: bump version
* Source File: update docs
* Source File Secure: bump version
* Source File Secure: add docstring
* Source File: use column names from reader options
* Source File: refactor; use pandas for non xlsx formats
* Source File: reformat
* auto-bump connector version
---------
Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com >
2023-05-01 14:45:36 +02:00
Serhii Lazebnyi
3bfcddac2d
🎉 Source File: Add datatime format parsing support for csv files ( #25445 )
...
* Add datatime format parsing support
* Updated subject in docs
* Bump file secure
* PR number bumped
* Fix typo
* auto-bump connector version
---------
Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com >
2023-04-25 11:57:10 +02:00
Daryna Ishchenko
5f0d9f0f6f
Source Files: decrease give up rate ( #23723 )
...
* updated spec, docs, error messages
* added change log
* updated error message in unit tests
* added allowedHosts
* refactored error message and url descriprion
* updated example for url field in spec
* bump source-file verion for source-file-secure
* auto-bump connector version
* updated spec.json for source-file-secure
---------
Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com >
2023-03-10 11:13:05 +02:00
Cole Snodgrass
2e099acc52
update headers from 2022 -> 2023 ( #22594 )
...
* It's 2023!
* 2022 -> 2023
---------
Co-authored-by: evantahler <evan@airbyte.io >
2023-02-08 13:01:16 -08:00
Baz
f1546c297c
🐛 SAT: fix minor issues with connector tests ( #20237 )
2022-12-15 15:49:23 +02:00
resoliwan
88c9844265
Source file: fix pandas read_csv header none issue. ( #18587 )
...
* Source file: fix pandas read_csv header none issue.
* auto-bump connector version
Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com >
Co-authored-by: Marcos Marx <marcosmarxm@users.noreply.github.com >
2022-12-02 19:43:03 -03:00
Serhii Chvaliuk
fce9184d86
Source File: using AirbyteConnectionStatus for "check" command instead of Exception ( #19222 )
2022-11-10 14:22:52 +01:00
Serhii Chvaliuk
5b81897b96
Source File: add validate_and_transform of config ( #18116 )
...
Signed-off-by: Sergey Chvalyuk <grubberr@gmail.com >
2022-10-19 22:10:51 +03:00
Baz
8c4b61c13b
🐛 Source File: add data presence validation for HTTPS for check_connection ( #17504 )
2022-10-03 18:44:56 +03:00
Arsen Losenko
35257a0ec1
Source File: specify pyxlsb as engine for Excel file parsing ( #15568 )
...
* Specify engine for excel files
* Add test for the chagne related to pyxlsb
* Update changelog and bump connector version
* Update PR link and number
* Update spec to include 'excel_binary' option, formatted files
* Update spec for source-file-secure to match changes made in source-file spec
2022-08-26 17:34:16 +03:00
Arsen Losenko
7d6dfac973
🎉 Source File: increase unit test coverage at least 90% ( #15933 )
...
* Added inital test setup for client.py, added WIP tests for source.py
* Add tests for storage scheme and started tests for _open() method
* Unittest coverage increased to 90
* Small refactoring
Co-authored-by: Serhii Lazebnyi <53845333+lazebnyi@users.noreply.github.com >
Co-authored-by: Serhii Lazebnyi <serhii.lazebnyi@globallogic.com >
2022-08-26 12:18:44 +02:00
Serhii Chvaliuk
e9fa2c4476
🎉 Source File: Convert 'nan' to 'null' ( #15768 )
...
Signed-off-by: Sergey Chvalyuk <grubberr@gmail.com >
2022-08-20 09:53:36 +03:00
midavadim
f143c8f02a
🎉 Source File - add support for custom encoding ( #15293 )
...
* added support for custom encoding
* fixed unit test for utf16
* updated docs
* bumped connector version
* auto-bump connector version [ci skip]
Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com >
2022-08-10 21:13:51 +03:00