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

59 Commits

Author SHA1 Message Date
Augustin
eb9ab87909 source-convex: [autopull] Upgrade base image to v1.2.2 (#39210) 2024-06-06 11:45:36 +02:00
Audrey Maldonado
b9690ba76e Wrapping changelog in details for a collapsible view (#38801) 2024-06-04 13:40:53 -04:00
Natik Gadzhi
00002a189c source-convex: [autopull] base image + poetry + up_to_date (#38485)
Co-authored-by: Danylo Jablonski <150933663+DanyloGL@users.noreply.github.com>
Co-authored-by: Augustin <augustin@airbyte.io>
Co-authored-by: Serhii Lazebnyi <53845333+lazebnyi@users.noreply.github.com>
2024-05-30 03:39:32 +02:00
Lee Danilek
63e96fb8d5 🐛 Source Convex: full_refresh stops after one page (#33431)
Co-authored-by: Serhii Lazebnyi <serhii.lazebnyi@globallogic.com>
2023-12-18 22:27:28 +01:00
Nipunn Koorapati
eb25eac2e5 🚨 Source Convex - switch the JSON format requested from Convex (#30853)
Co-authored-by: Marcos Marx <marcosmarxm@users.noreply.github.com>
2023-11-28 23:04:00 -03:00
Lee Danilek
77ea559f33 🚨🚨 🐛 Convex source fix skipped records (#27226)
* update cursor in next_page_token, add request_headers

* .

* fix unit tests

* also fix SyncMode.incremental so it doesn't return duplicate records in race conditions

* fix client version in json_schemas

* fix version number

* fix sync_mode

* cache json_schemas to pass typecheck

* never mind

* fix sync_mode

* update metadata and doc

* backward compatiblity bypass

---------

Co-authored-by: Marcos Marx <marcosmarxm@users.noreply.github.com>
Co-authored-by: marcosmarxm <marcosmarxm@gmail.com>
2023-06-21 18:18:34 -03:00
Emma Forman Ling
99a6719cb8 🐛 Convex source connector error messages (#23797)
* format errors and add test

* update changelog

* lint

* fix for integration tests

* bump versions

* auto-bump connector version

* bump version

---------

Co-authored-by: Mal Hancock <mallory@archangelic.space>
Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
2023-05-30 16:06:14 -07:00
Greg Solovyev
ecc424b580 Greg/convex pr 21287 (#23889)
New destination: Convex. This PR is internal copy of community PR: https://github.com/airbytehq/airbyte/pull/21287
2023-03-23 13:26:35 -07:00
Lee Danilek
29d74fc6fd 🎉 New Source: Convex.dev (#18403)
* convex source

* fixed unit tests

* use the smaller test instance

* fix integration tests and pagination

* fix tableName casing in api call

* fix logo

* more shapes -- thinking about moving this to an internal api

* use new /json_schemas api

* use new APIs

* remove unused start_date

* doc skeleton

* fix deletes with incremental sync

* fix test of json_schema

* fix expected records

* merge

* version and docs

* fix test

* fix docs url

* mention that you need to ask convex to enable it for your account

* docs

* two stage pagination for initial sync. some unit tests not working

* fixed all the unit tests, but we need to push backends before acceptance tests work

* fix snapshot pagination

* fix integration tests

* some checkboxes from the PR description

* Update airbyte-integrations/connectors/source-convex/source_convex/source.py

Co-authored-by: Sujay Jayakar <sujayakar314+github@gmail.com>

* Update airbyte-integrations/connectors/source-convex/source_convex/source.py

Co-authored-by: Sujay Jayakar <sujayakar314+github@gmail.com>

* stop storing the delta_has_more in state

* fix mypy

* use UTC timestamps

* rename instance_name to deployment_name

* include data format request param

* remove dev docker image

* fix unit test

* documentation

* .

* code review

* documentation and change deployment_name to deployment_url

* fix pip dependency

* regenerate the spec file

Co-authored-by: Sujay Jayakar <sujayakar314+github@gmail.com>
2022-11-08 20:53:40 -03:00