1
0
mirror of synced 2026-02-02 07:01:59 -05:00
Commit Graph

286 Commits

Author SHA1 Message Date
clnoll
3fec3cc7b6 🤖 Bump patch version of Airbyte CDK 2023-09-13 14:55:13 +00:00
maxi297
fa81dc1e5a 🤖 Bump patch version of Airbyte CDK 2023-09-06 17:45:53 +00:00
flash1293
cae3ac4b71 🤖 Bump patch version of Airbyte CDK 2023-09-06 13:00:48 +00:00
maxi297
76ac725665 🤖 Bump patch version of Airbyte CDK 2023-09-03 13:33:46 +00:00
flash1293
54d40a9c3c 🤖 Bump patch version of Airbyte CDK 2023-09-01 13:12:44 +00:00
maxi297
06758650e5 🤖 Bump patch version of Airbyte CDK 2023-08-31 22:39:51 +00:00
Maxime Carbonneau-Leclerc
fc955e89e2 Up pydantic version in order to fix destination tests (#30034) 2023-08-31 11:12:55 -04:00
flash1293
6074bcafbf 🤖 Bump patch version of Airbyte CDK 2023-08-29 14:11:36 +00:00
Joe Reuter
a6547456b9 Vector based CDK (#29703)
Co-authored-by: flash1293 <flash1293@users.noreply.github.com>
2023-08-29 16:04:32 +02:00
maxi297
408e933159 🤖 Bump patch version of Airbyte CDK 2023-08-28 22:07:17 +00:00
maxi297
f49b869094 🤖 Bump patch version of Airbyte CDK 2023-08-25 15:51:18 +00:00
maxi297
c9a2166108 🤖 Bump patch version of Airbyte CDK 2023-08-23 21:12:06 +00:00
maxi297
d405e3f77b 🤖 Bump patch version of Airbyte CDK 2023-08-23 15:37:34 +00:00
maxi297
68a6c53010 🤖 Bump patch version of Airbyte CDK 2023-08-21 20:04:28 +00:00
flash1293
9b1b08bed7 🤖 Bump patch version of Airbyte CDK 2023-08-21 10:51:01 +00:00
girarda
255ecef227 🤖 Bump patch version of Airbyte CDK 2023-08-18 03:08:27 +00:00
clnoll
46f390f7c9 🤖 Bump minor version of Airbyte CDK 2023-08-15 18:11:40 +00:00
lmossman
41b384d708 🤖 Bump patch version of Airbyte CDK 2023-08-04 21:15:14 +00:00
clnoll
a65055f0a2 🤖 Bump patch version of Airbyte CDK 2023-08-04 16:20:56 +00:00
flash1293
4b4de02abd 🤖 Bump minor version of Airbyte CDK 2023-08-03 10:40:10 +00:00
flash1293
58b4a64a37 🤖 Bump minor version of Airbyte CDK 2023-08-03 10:09:13 +00:00
flash1293
c32cc25ca7 🤖 Bump minor version of Airbyte CDK 2023-08-02 11:10:57 +00:00
Joe Reuter
60e1d72b42 Python CDK: Relax pydantic version requirement (#28854)
* relax pydantic dep

* Automated Commit - Format and Process Resources Changes

* update protocol models

* format change

---------

Co-authored-by: flash1293 <flash1293@users.noreply.github.com>
2023-08-02 13:03:03 +02:00
maxi297
6df0709dea 🤖 Bump patch version of Airbyte CDK 2023-08-01 22:05:38 +00:00
clnoll
5cf912a27b 🤖 Bump patch version of Airbyte CDK 2023-08-01 15:27:34 +00:00
maxi297
292530c536 🤖 Bump patch version of Airbyte CDK 2023-07-27 14:13:49 +00:00
girarda
6e75a7812e 🤖 Bump patch version of Airbyte CDK 2023-07-25 21:48:36 +00:00
Brian Lai
59300093b1 [file-based cdk] Add avro parser for inferring schema and reading records (#28500)
* add avro parser for inferring schema and reading records

* fix mypy check not caught locally

* pr feedback and some additional types

* add decimal_as_float for avro

* formatting + mypy
2023-07-25 12:54:16 -04:00
maxi297
62ca5b82ea 🤖 Bump patch version of Airbyte CDK 2023-07-20 14:50:12 +00:00
flash1293
05b00303ba 🤖 Bump minor version of Airbyte CDK 2023-07-19 15:18:35 +00:00
girarda
8099c254f8 🤖 Bump patch version of Airbyte CDK 2023-07-19 01:56:49 +00:00
girarda
ef26793fac 🤖 Bump minor version of Airbyte CDK 2023-07-18 21:52:18 +00:00
Alexandre Girard
5ca1b41eb7 Move pyarrow to CDK extra (#28413)
* move pyarrow to extra

* Automated Commit - Formatting Changes

* remove parquet tests

* delete the import

* missing space

* Automated Commit - Formatting Changes

* comment parquet_parser too

* optimize imports

* comment out temporary file source

* add pyarrow to dev extra

* reset files

* share pyarrow dependency

* use alpine for declarative_source

* Automated Commit - Formatting Changes

* Revert "use alpine for declarative_source"

This reverts commit a3ad47ccca.

* pin cdk version

* reset the cdk version

---------

Co-authored-by: girarda <girarda@users.noreply.github.com>
2023-07-18 16:20:53 -05:00
maxi297
25fee2206a 🤖 Bump minor version of Airbyte CDK 2023-07-18 14:16:25 +00:00
Maxime Carbonneau-Leclerc
21d1a3bd62 Fix pyyaml/cython issue (#28393) 2023-07-18 10:09:58 -04:00
Alexandre Girard
97a353d5c5 Run mypy on airbyte-cdk as part of the build pipeline and fix typing issues in the file-based module (#27790)
* Try running only on modified files

* make a change

* return something with the wrong type

* Revert "return something with the wrong type"

This reverts commit 23b828371e.

* fix typing in file-based

* format

* Mypy

* fix

* leave as Mapping

* Revert "leave as Mapping"

This reverts commit 908f063f70.

* Use Dict

* update

* move dict()

* Revert "move dict()"

This reverts commit fa347a8236.

* Revert "Revert "move dict()""

This reverts commit c9237df2e4.

* Revert "Revert "Revert "move dict()"""

This reverts commit 5ac1616414.

* use Mapping

* point to config file

* comment

* strict = False

* remove --

* Revert "comment"

This reverts commit 6000814a82.

* install types

* install types in same command as mypy runs

* non-interactive

* freeze version

* pydantic plugin

* plugins

* update

* ignore missing import

* Revert "ignore missing import"

This reverts commit 1da7930fb7.

* Install pydantic instead

* fix

* this passes locally

* strict = true

* format

* explicitly import models

* Update

* remove old mypy.ini config

* temporarily disable mypy

* format

* any

* format

* fix tests

* format

* Automated Commit - Formatting Changes

* Revert "temporarily disable mypy"

This reverts commit eb8470fa3f.

* implicit reexport

* update test

* fix mypy

* Automated Commit - Formatting Changes

* fix some errors in tests

* more type fixes

* more fixes

* more

* .

* done with tests

* fix last files

* format

* Update gradle

* change source-stripe

* only run mypy on cdk

* remove strict

* Add more rules

* update

* ignore missing imports

* cast to string

* Allow untyped decorator

* reset to master

* move to the cdk

* derp

* move explicit imports around

* Automated Commit - Formatting Changes

* Revert "move explicit imports around"

This reverts commit 56e306b72f.

* move explicit imports around

* Upgrade mypy version

* point to config file

* Update readme

* Ignore errors in the models module

* Automated Commit - Formatting Changes

* move check to gradle build

* Any

* try checking out master too

* Revert "try checking out master too"

This reverts commit 8a8f3e373c.

* fetch master

* install mypy

* try without origin

* fetch from the script

* checkout master

* ls the branches

* remotes/origin/master

* remove some cruft

* comment

* remove pydantic types

* unpin mypy

* fetch from the script

* Update connectors base too

* modify a non-cdk file to confirm it doesn't get checked by mypy

* run mypy after generateComponentManifestClassFiles

* run from the venv

* pass files as arguments

* update

* fix when running without args

* with subdir

* path

* try without /

* ./

* remove filter

* try resetting

* Revert "try resetting"

This reverts commit 3a54c424de.

* exclude autogen file

* do not use the github action

* works locally

* remove extra fetch

* run on connectors base

* try bad  typing

* Revert "try bad  typing"

This reverts commit 33b512a3e4.

* reset stripe

* Revert "reset stripe"

This reverts commit 28f23fc6dd.

* Revert "Revert "reset stripe""

This reverts commit 5bf5dee371.

* missing return type

* do not ignore the autogen file

* remove extra installs

* run from venv

* Only check files modified on current branch

* Revert "Only check files modified on current branch"

This reverts commit b4b728e654.

* use merge-base

* Revert "use merge-base"

This reverts commit 3136670cbf.

* try with updated mypy

* bump

* run other steps after mypy

* reset task ordering

* run mypy though

* looser config

* tests pass

* fix mypy issues

* type: ignore

* optional

* this is always a bool

* ignore

* fix typing issues

* remove ignore

* remove mapping

* Automated Commit - Formatting Changes

* Revert "remove ignore"

This reverts commit 9ffeeb6cb1.

* update config

---------

Co-authored-by: girarda <girarda@users.noreply.github.com>
Co-authored-by: Joe Bell <joseph.bell@airbyte.io>
2023-07-13 16:55:48 -07:00
Alexandre Girard
40e62fbcb4 Implement parquet parser (#28064)
* Implement parquet parser

* move comment

* comments

* Automated Commit - Formatting Changes

* cleanup

* Update

* remove superfluous method

* update

* format

---------

Co-authored-by: girarda <girarda@users.noreply.github.com>
2023-07-12 13:40:30 -07:00
maxi297
07da56914f 🤖 Bump patch version of Airbyte CDK 2023-07-11 17:43:50 +00:00
maxi297
b058261081 🤖 Bump patch version of Airbyte CDK 2023-07-06 12:09:49 +00:00
maxi297
f472bc0667 🤖 Bump patch version of Airbyte CDK 2023-06-29 17:31:02 +00:00
maxi297
95bd388f9b 🤖 Bump patch version of Airbyte CDK 2023-06-29 14:22:36 +00:00
maxi297
59f6acf2f4 🤖 Bump minor version of Airbyte CDK 2023-06-28 20:58:41 +00:00
girarda
8f8cbd80a7 🤖 Bump patch version of Airbyte CDK 2023-06-28 16:38:56 +00:00
flash1293
d0d906c0a7 🤖 Bump patch version of Airbyte CDK 2023-06-27 06:33:44 +00:00
brianjlai
4cd2cbbea5 🤖 Bump patch version of Airbyte CDK 2023-06-23 17:55:25 +00:00
maxi297
516a8a59c4 🤖 Bump minor version of Airbyte CDK 2023-06-22 17:01:00 +00:00
Catherine Noll
a8e99a46e6 File CDK: define streams via glob list (#27476) 2023-06-22 11:50:35 -04:00
maxi297
49a60ef735 🤖 Bump patch version of Airbyte CDK 2023-06-22 14:04:07 +00:00
maxi297
59ff7b1c6c 🤖 Bump minor version of Airbyte CDK 2023-06-21 17:06:04 +00:00
girarda
3a8601eee8 🤖 Bump minor version of Airbyte CDK 2023-06-20 21:49:37 +00:00