1
0
mirror of synced 2025-12-26 05:05:18 -05:00
Commit Graph

19 Commits

Author SHA1 Message Date
Christophe Duong
f216f0b795 Refactor Catalog API (#1934) 2021-02-15 13:40:54 -08:00
Charles
eb94fc3f1c Fix issue where check connection always fails on configuration update (#1851) 2021-01-27 09:36:59 -08:00
Charles
a4e5ca97a0 allow jobs/list to return jobs of multiple types (#1722) 2021-01-25 14:36:34 -08:00
Charles
e77b18c80a Update rules for when discover_schema returns http error codes (#1821)
* Previously if the job failed at all the API would return a 4XX or 500. This prevented the UI from being able to display logs from the failed job.

* Instead, if the underlying job fails the API will still return a 200. The schema field will be empty however and the consumer must check the jobInfo.status field to determine if the job succeeded or not.

* Will still return 422 on invalid inputs.
2021-01-25 11:17:32 -08:00
Charles
5c4c347be0 Clean up external API (#1777)
* remove syncMode from connections (sync mode is already controlled at the stream level, this is just an artifact of the original design.)

* make supportedSyncModes required in the API. (functionally it was already never null because of how we did conversions. it still can be empty.)
2021-01-22 09:33:09 -08:00
Charles
8cb37fed88 standardize casing in external api (#1779) 2021-01-22 09:04:46 -08:00
Christophe Duong
5755cf2313 Check Airbyte Version between Server/DB/import files (#1741) 2021-01-22 10:03:37 +01:00
Charles
0a383795ee Update WorkspaceRead struct (#1694)
* Remove onboardingComplete flag (no longer used).

* Add news, anonymousDataCollection, and securityUpdates to the read struct so that we can continue to do PUT instead of PATCH when updating workspaces. workspaces/update was prevously only called once at when Airbyte was started up, but with import / export it can now be called more frequently.
2021-01-18 09:11:35 -08:00
Jared Rhizor
3b08ace20c add api endpoint to download server and scheduler logs (#1641)
* add api endpoint to download server and scheduler logs

* fmt

* respond to pr comments

* fix test

* oops
2021-01-14 11:00:30 -08:00
Jared Rhizor
d728fabd0c remove debug endpoint (#1626) 2021-01-12 17:26:15 -08:00
Jared Rhizor
1cc2c33b91 support manual schema changes in api (#1589)
* add scaffolding

* add backend api handling

* add other fields for merging

* keep defaults separate

* add good unit tests and fix bug

* remove sout

* add tests for discovery combination and fix lack of field selection propagation

* address some pr comments

* address some more pr comments

* remove wait for completion

* use first field

* fmt

* fix tests that expected sync sync jobs

* fmt
2021-01-12 14:03:06 -08:00
Charles
d16ce672bc hotfix: make displaySetupWizard optional (#1617)
* make displaySetupWizard optional

* make onboardingComplete optional
2021-01-12 09:13:06 -08:00
Charles
f51e1a9cb5 displaySetupWizard to workspace (#1608) 2021-01-11 17:27:58 -08:00
Christophe Duong
fe1fa17fbb Hook-up MigrationHandler API (#1587) 2021-01-11 14:15:06 +01:00
Artem Astapenko
26241aa294 Add logs for check connection and connection schema view (#1451)
* Change api calls for source create in UI

* Change api calls for destination create in UI

* Change api calls for source and destination update in UI

* Update api calls for source and destination check connection

* Fix connector data

* Add failed logs to create source view

* Add failed logs to update source and destination view

* Add failed logs to create destination view

* Create util function for error responce

* Add failed logs to create source and destination in onboarding

* Add failed logs to connection schema view

* Change 'incomplete' status message to 'retrying' message

* Trim the spaces before and after the text fields in JSON configs

* Fix status

* Remove unused webBackend methods
2020-12-29 02:26:06 +07:00
Charles
49e746d23a add check connection and discover without having to create source and destination (#1358) 2020-12-17 18:53:14 -08:00
Charles
8e4cbbe922 add api docs to docs (#1301) 2020-12-11 18:29:59 -08:00
cgardens
23240fd39a Revert "add api docs (#221)"
This reverts commit 2699008809.
2020-09-10 18:45:42 -07:00
Charles
2699008809 add api docs (#221) 2020-09-10 18:27:35 -07:00