1
0
mirror of synced 2025-12-21 02:51:29 -05:00
Commit Graph

362 Commits

Author SHA1 Message Date
Sherif A. Nada
4bc797ce7a fix build after superclass rename (#1299) 2020-12-11 13:49:26 -08:00
Jared Rhizor
029ed0d1d4 re-enable mssql integration test (#1237)
* re-enable mssql integration test

* update test
2020-12-07 11:37:42 -08:00
Jared Rhizor
1bd19d1bae put all integration test tasks under integrationTest (#1231)
* always re-run standardSourceTestPython

* rename and regroup to integrationTest

* add comment
2020-12-07 10:10:26 -08:00
Charles
88a236e18a temporarily remove mssl integrations until we can fix ci build bug (part 2) (#1045)
missed an invocation needed for #1044 to succeed
2020-11-21 17:22:17 -08:00
Charles
77ef410bce temporarily remove mssl integrations until we can fix ci build bug (#1044)
* context: https://airbytehq.slack.com/archives/C019WEENQRM/p1605924059000200
2020-11-21 16:59:08 -08:00
jrhizor
9418780c82 hotfix: add docker output dependency for integration tests in mysql and mssql 2020-11-20 14:53:29 -08:00
Charles
be1691ec81 fix duplicate key exception in mssql (#983) 2020-11-20 11:10:50 -08:00
Charles
02819a4b87 Incremental Docs and Data Model Update (#1021) 2020-11-19 22:07:32 -08:00
Sherif A. Nada
f4c3ac70f9 annotate secret fields (#1012) 2020-11-19 15:13:23 -08:00
Jared Rhizor
05404bdd58 improve caching (#1005)
* python caching

* improve gradle caching

* store pip cache dir

* debugging info

* split build steps and temporarily remove testing infra from build

* fix formatting error

* fix another syntax error

* split repo caches

* switch pip dir

* use git hash instead of rehashing everything

* syntax

* list directories

* list after cache population

* list .docker

* specify custom output cache directory for docker

* only build bigquery and use buildx on ci

* add build command

* use docker driver instead of docker-container

* use correct key

* use local registry

* allow push failure

* make sure to tag first

* move part of node caching and restore rest of actual build

* cleanup

* clean up mssql gradle file

* toggle on inline cache

* try save and load method instead

* use separate tar for each image

* limit to 20

* always succeed even though disk space runs out

* try to just pull the public image to see if that's faster

* use cachefrom

* revert back to local registry version

* see how buildkit compares

* address review comments

* add comments
2020-11-19 13:14:46 -08:00
Charles
e7edb2c858 Adding incremental to the catalog data model (#998)
* Add ConfiguredAirbyteCatalog and ConfiguredAirbyteStream
2020-11-18 14:15:59 -08:00
Charles
c3293de232 MSSQL Source (#977) 2020-11-13 21:06:38 -08:00