1
0
mirror of synced 2025-12-22 03:21:25 -05:00
Commit Graph

10 Commits

Author SHA1 Message Date
Aaron ("AJ") Steers
83ecbe0fc3 CI: apply pre-commit format fix from #49806 (#49852) 2024-12-18 14:05:43 -08:00
Aaron ("AJ") Steers
1bf32a0db2 Chore(Source S3): Bump to CDK v5 (release candidate) (#46298) 2024-10-14 20:31:28 +00:00
Alexandre Girard
2c827f578e refactor(source-s3): Replace AirbyteLogger with logging.Logger (#38252) 2024-05-20 11:08:33 -07:00
Baz
6a6039bbc5 🐛 Source S3: Make Advanced Reader Options and Advanced Options truly Optional (#23669) 2023-03-03 15:12:49 +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
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
Serhii Lazebnyi
225aecd37c 🐛Source Amazon S3: Fixed empty options issue (#12730)
* Fixed empty oprions issue

* Update airbyte-integrations/connectors/source-s3/source_s3/utils.py

Co-authored-by: Denis Davydov <denys.i.davydov@globallogic.com>

* Bumped version

* Fix typo

* Bumped seed version

* Fix changelog

* Bumped version in docker file

* auto-bump connector version

Co-authored-by: Denis Davydov <denys.i.davydov@globallogic.com>
Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
2022-05-11 21:21:54 +03:00
Maksym Pavlenok
91eff1dffd 🐛 Source S3: Loading of files' metadata (#8252) 2022-02-02 00:49:18 +02:00
Christophe Duong
b424c1a0e7 🐛 Fix incremental normalization with empty tables (#8394)
* Fix incremental with empty final tables

* upgrade docker images

* Regen SQL

* Bumpversion & format
2021-12-01 23:40:14 +01:00
Marcos Eliziario Santos
ff0c09a724 s3-source add option to not infer datatypes (#7892)
* Implement Flag to avoid inferring data types for CSV input files in s3 SOURCE

* Unit Tests to Flag to avoid inferring data types for CSV input files in s3 SOURCE
Refactor parametrized tests in CSV and Parquet formats to use pytest.parametrize for better error reporting on test failure.

* S3 Source, infer_datatypes flag: additional unit tests

* wrong method signature

* Refactors

* s3-source - infer_datatypes flag, fix user message

* Update airbyte-integrations/connectors/source-s3/source_s3/source_files_abstract/formats/csv_spec.py

Co-authored-by: Eugene Kulak <widowmakerreborn@gmail.com>

* s3-source - refactor - use spec defaults instead of hardcoding them in code.

* Update airbyte-integrations/connectors/source-s3/source_s3/utils.py

Co-authored-by: Eugene Kulak <widowmakerreborn@gmail.com>

* code review changes

Co-authored-by: Eugene Kulak <widowmakerreborn@gmail.com>
2021-11-30 10:03:49 -03:00