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
Natik Gadzhi
30643ae71f
chore: replace AirbyteLogger with logging.Logger in connectors ( #40215 )
...
Co-authored-by: btkcodedev <btk.codedev@gmail.com >
2024-06-27 18:02:01 +02:00
Anatolii Yatsuk
df17c85858
🏥 Source Connectors: Pin airbyte-cdk version to ^0 ( #36267 )
2024-03-20 21:46:57 -04: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
Pedro S. Lopez
d4ef599838
✨ source-file: prevent local file usage on cloud deployment mode ( #30984 )
...
Co-authored-by: pedroslopez <pedroslopez@users.noreply.github.com >
2023-10-16 13:00:30 -07:00
Denys Davydov
809d86bbb6
🐛 Source File: handle parse errors when running discovery ( #30579 )
2023-09-25 03:07:58 -05: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
Daryna Ishchenko
8bb84f2912
Source File: decrease give up rate, added better error message ( #24588 )
...
* added fields description
* removed traceback from user messages
* bump version, added changelog
* auto-bump connector version
---------
Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com >
2023-03-30 18:20:10 +03:00
Denys Davydov
9fe07dcf5d
Source file: do not read whole file on check and discover ( #24278 )
...
* #1681 source file: do not read whole file on check and discover
* #1681 source file: upd changelog
* #1681 source file: add allowed hosts
* auto-bump connector version
---------
Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com >
2023-03-22 10:06:02 +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
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
Artem Inzhyyants
0daeb8dd7a
🐛 Source File: fix check method ( #18481 )
...
* 🐛 Source File: fix check method
* 🐛 Source File: bump version
* 🐛 Source File: test for wrong format
* 🐛 Source File: docs update
* auto-bump connector version
Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com >
2022-10-26 18:34:10 +02: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
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
Marcos Marx
dca2256a7c
Bump 2022 license version ( #13233 )
...
* Bump year in license short to 2022
* remove protocol from cdk
2022-05-26 15:00:42 -03:00
Yevhenii
269298c854
🎉 Source File: Migrate File source to CDK structure ( #7387 )
...
* Migrate File source to CDK structure
* fix .dockerignore file
* remove SAT requirements
* update Dockerfile
* change Dockerfile to base images python:3.7-slim
* add SAT tests
* update tests
* add secret/config.json for source-file
* update changelogs
2021-10-29 13:15:13 +03:00
Michel Tricot
1773e41e47
Shorten our headers + adds contributors file ( #6478 )
2021-09-27 10:45:50 -07:00
Charles
0df53170c9
Stop formatting python with spotless ( #3388 )
2021-05-13 17:46:34 -07:00
Davin Chia
f660b0a946
Add template generation for Santa aka CDK. ( #3034 )
...
Template generation for new Source using the Santa CDK - provide basic scaffolding for someone implementing a new source.
General approach is to buff up comments in the original SDK, and add TODOs with secondary comments in the generated stub methods, as well as links to existing examples (e.g. Stripe or ExchangeRate api) users can look at.
Checked in and added tests for the generated modules.
2021-04-25 18:02:33 +08:00
Charles
f445fdb5b2
match styling for spotlessApply and format ( #3017 )
...
* as a java developer I want to be able to run spotlessApply without changing styles in python code
2021-04-23 09:21:41 -07:00
Eugene K
a54dd89418
Adopt connector best practices for File Source (providers) #1584 ( #1738 )
...
Co-authored-by: Sherif Nada <snadalive@gmail.com >
2021-01-27 16:49:33 -08:00
Christophe Duong
e92e9aa8c4
Refactor python sources ( #1331 )
...
* Make ConfigContainer internal to SingerSource only
2020-12-16 17:52:17 +01:00
Christophe Duong
104436c8f6
Handle NaN values from python to JSON ( #1246 ) ( #1249 )
2020-12-08 18:05:58 +01:00
Charles
02819a4b87
Incremental Docs and Data Model Update ( #1021 )
2020-11-19 22:07:32 -08:00
Christophe Duong
0d7ca6f424
Fix source file comments from #935 ( #944 )
...
Adjust Source File from manual testings in #935
2020-11-13 13:34:34 +01:00
Christophe Duong
70f0446677
Adapt Source File connector to JSON files to test normalization ( #872 )
...
Fix spec.json for Source File and prepare JSON loader for nested schema testing
2020-11-11 00:33:39 +01:00
Christophe Duong
e823bcb04a
Add Name to Source File specs to fix #772 ( #832 )
2020-11-06 19:35:06 +01:00
Christophe Duong
daf58b2dbd
Add SourceFile integration ( #716 )
...
Implement Source for files stored in GCS/S3/SFTP/SSH/SCP
2020-11-02 18:43:59 +01:00