1
0
mirror of synced 2025-12-22 11:31:02 -05:00
Commit Graph

6 Commits

Author SHA1 Message Date
Joe Reuter
5ec81cc8d1 Connector builder: Restructure documentation (#25353)
* authentication documentation

* some fixes

* fix broken link

* remove session token auth

* review comments

* first version of tutorial

* Revert "first version of tutorial"

This reverts commit bbdeb997f2.

* first version of tutorial

* review comments

* improvements

* partitioning documentation

* incremental sync

* review comments

* improvements

* record processing doc

* improvements

* error handler connector builder ui documentation

* add missing link

* overview page

* mention current limitation

---------

Co-authored-by: brianjlai <brian.lai@airbyte.io>
2023-04-27 12:32:26 +02:00
Alexandre Girard
f7fa1de93b Add connector builder compatibility guide (#24916)
* Add connector builder compatibility guide

* Update

* Update

* Update

* Update

* Update docs/connector-development/config-based/connector-builder-compatibility.md

Co-authored-by: Lake Mossman <lake@airbyte.io>

* Update docs/connector-development/config-based/connector-builder-compatibility.md

Co-authored-by: Lake Mossman <lake@airbyte.io>

* Update docs/connector-development/config-based/connector-builder-compatibility.md

Co-authored-by: Lake Mossman <lake@airbyte.io>

* Update docs/connector-development/config-based/connector-builder-compatibility.md

Co-authored-by: Lake Mossman <lake@airbyte.io>

* Update docs/connector-development/config-based/connector-builder-compatibility.md

Co-authored-by: Lake Mossman <lake@airbyte.io>

* Update docs/connector-development/config-based/connector-builder-compatibility.md

Co-authored-by: Lake Mossman <lake@airbyte.io>

* Update

* Update

* Update

* Update whimsical link

---------

Co-authored-by: Lake Mossman <lake@airbyte.io>
2023-04-11 12:17:41 -07:00
Lake Mossman
0cef7b0e55 🪟 🎉 Connector Builder Landing Page (#22122)
* save working version of minimal landing page

* move landing page to own component and show Toast on invalid yaml

* add default Untitled connector name

* save styling progress

* style the landing page

* use card component

* reword descriptions

* undo unnecessary syntax change

* use file name as connector name

* move showLandingPage to global state and set to true on reset

* fix e2e test

* move local storage hooks into a separate service/context

* move landing page to its own page

* update doc

* move full file input handling logic into callback

* use hidden

* clear out notification on unmount

* use url if filename is 'manifest'

* add comment

---------

Co-authored-by: Joe Reuter <joe@airbyte.io>
2023-02-06 17:19:18 +00:00
Lake Mossman
d414e3d4f7 Update Connector Builder docs to reflect configuration UI additions (#21129)
* update connector builder docs for UI MVP release

* remove note about separately declaring schemas
2023-01-06 13:01:34 -08:00
Sherif A. Nada
f5d8e25519 Add connector builder UI docs (#19588) 2022-11-18 10:56:30 -08:00
Alexandre Girard
39220f4b1e Update lowcode docs (#17752)
* Update lowcode docs

* Update

* fix links

* more links

* Schemas

* indent

* Update docs/connector-development/config-based/advanced-topics.md

Co-authored-by: Brian Lai <51336873+brianjlai@users.noreply.github.com>

* Update docs/connector-development/config-based/advanced-topics.md

Co-authored-by: Brian Lai <51336873+brianjlai@users.noreply.github.com>

* Update docs/connector-development/config-based/low-code-cdk-overview.md

Co-authored-by: Brian Lai <51336873+brianjlai@users.noreply.github.com>

* Update docs/connector-development/config-based/understanding-the-yaml-file/request-options.md

Co-authored-by: Brian Lai <51336873+brianjlai@users.noreply.github.com>

* Update docs/connector-development/config-based/understanding-the-yaml-file/requester.md

Co-authored-by: Brian Lai <51336873+brianjlai@users.noreply.github.com>

* Update docs/connector-development/config-based/understanding-the-yaml-file/stream-slicers.md

Co-authored-by: Brian Lai <51336873+brianjlai@users.noreply.github.com>

* Update docs/connector-development/config-based/understanding-the-yaml-file/requester.md

Co-authored-by: Brian Lai <51336873+brianjlai@users.noreply.github.com>

* Update docs/connector-development/config-based/understanding-the-yaml-file/error-handling.md

Co-authored-by: Brian Lai <51336873+brianjlai@users.noreply.github.com>

* capitalization

* fix schema

* fix schema

* small changes so greenhouse validates

* fix brackets

* update code samples

* Add missing types

* fix

* reset

Co-authored-by: Brian Lai <51336873+brianjlai@users.noreply.github.com>
2022-10-07 19:15:27 -07:00