Augustin
c2b7043f3f
connectors-ci: make source-file testable in airbyte-ci ( #27107 )
2023-06-08 15:03:59 +00: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
91a10dae57
🐛 Source File: add retry logic for Connection reset by peer - 104 error ( #18428 )
2022-10-27 16:05:07 +03:00
Brian Lai
3521802545
Update Python Source connectors to use the latest airbyte-cdk minor version ( #18261 )
...
* update all connectors currently only adhering to patch versions to pull latest minor version
* also add greenhouse
* fix scaffolds
2022-10-20 16:06:02 -04: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
Serhii Chvaliuk
5eef51ae15
🎉 Source File: cache binary stream to file ( #15501 )
...
Signed-off-by: Sergey Chvalyuk <grubberr@gmail.com >
2022-08-11 11:56:53 +03:00
Serhii Chvaliuk
35125f8846
🎉 Source File: bump setup.py versions ( #15269 )
...
Signed-off-by: Sergey Chvalyuk <grubberr@gmail.com >
2022-08-06 12:28:03 +03:00
Denis Davydov
2570f9ce73
Source file: remove nested properties ( #14535 )
...
* #13787 source file: remove nested properties
* #13787 : upd changelog
* #13787 revert processing json array, add unit test
* #13787 source file: upgrade pyarrow to allow builds on aarch64
* #13787 source file: upd version
* auto-bump connector version
Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com >
2022-07-13 11:29:51 +03:00
Christophe Duong
43f905b8f9
🎉 Add YAML format to source-file reader ( #14588 )
...
* Add yaml reader
* Update docs
* Bumpversion of connector
* bump docs
* Update pyarrow dependency
* Upgrade pandas dependency
* auto-bump connector version
Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com >
2022-07-12 19:34:17 +02: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
dependabot[bot]
757ba946bc
Bump lxml in /airbyte-integrations/connectors/source-file ( #8758 )
...
Bumps [lxml](https://github.com/lxml/lxml ) from 4.6.3 to 4.6.5.
- [Release notes](https://github.com/lxml/lxml/releases )
- [Changelog](https://github.com/lxml/lxml/blob/master/CHANGES.txt )
- [Commits](https://github.com/lxml/lxml/compare/lxml-4.6.3...lxml-4.6.5 )
---
updated-dependencies:
- dependency-name: lxml
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-12-14 18:06:06 -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
Muutech Monitoring Solutions
ad22ee601e
source-file: adding support to XLSB format ( #5613 )
2021-08-26 21:09:23 -03:00
Davin Chia
65c04d6b9e
Fix Source-File build. ( #3738 )
...
The main problem seems to be the newer pip resolver isn't happy with our current dependencies. Changing this was enough to fix it.
Got this version by removing the constraint, running the install step, then using the installed version from pip list.
2021-05-29 22:39:06 +08: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
Sherif Nada
77b72dcf5b
Revert "Revert "Merge branch 'master' of github.com:airbytehq/airbyte""
...
This reverts commit de66bf010d .
2021-03-23 15:12:01 -07:00
Sherif Nada
de66bf010d
Revert "Merge branch 'master' of github.com:airbytehq/airbyte"
...
This reverts commit a3a27f2fa2 , reversing
changes made to 5917feee28 .
2021-03-23 15:09:44 -07:00
dependabot[bot]
d7c8476923
Bump lxml in /airbyte-integrations/connectors/source-file ( #2550 )
...
Bumps [lxml](https://github.com/lxml/lxml ) from 4.6.2 to 4.6.3.
- [Release notes](https://github.com/lxml/lxml/releases )
- [Changelog](https://github.com/lxml/lxml/blob/master/CHANGES.txt )
- [Commits](https://github.com/lxml/lxml/compare/lxml-4.6.2...lxml-4.6.3 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-03-22 13:37:03 -07:00
Sherif A. Nada
2139a9656b
Cleanup Python packages ( #2440 )
2021-03-15 01:24:21 -07:00
vitaliizazmic
caf673dfab
Test file formats #1392 ( #1768 )
...
Co-authored-by: Sherif Nada <snadalive@gmail.com >
2021-02-02 14:49:11 -08: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
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
daf58b2dbd
Add SourceFile integration ( #716 )
...
Implement Source for files stored in GCS/S3/SFTP/SSH/SCP
2020-11-02 18:43:59 +01:00