1
0
mirror of synced 2025-12-22 03:21:25 -05:00
Commit Graph

496 Commits

Author SHA1 Message Date
Marcos Marx
7de6e9322f add metadata doc to sidebar (#26047) 2023-05-12 20:23:13 -03:00
Marcos Marx
611d954965 Docs: add schema stream reference instructions (#25936)
* add schema refenrence docs

* Update schema-reference.md

* Update schema-reference.md
2023-05-11 19:40:39 -04:00
Evan Tahler
5e12ef8fd6 Fixup the docs about docs (#25851)
* update the docs about docs

* docs docs

* note
2023-05-09 10:30:37 -04:00
Evan Tahler
e40ca7c999 remove code of conduct from sidebar (#25828) 2023-05-04 21:11:20 -07:00
Marcos Marx
5f7248c0a6 Docs: update contributing docs (#25775)
* remove maintainer code of conduct

* rename update to contribute docs

* merge gradle docs

* update sidebar

* remove developing kube docs using kustomize

* remove dev k8s from sidbar
2023-05-04 18:33:09 -03:00
Evan Tahler
010e2ca7bb Build list of connectors in docusourus react component (#25694)
* Build list of connectors in docusourus react component

* note

* update 'full' link

* remove $

* Update docusaurus/src/components/ConnectorRegistry.jsx

Co-authored-by: Ben Church <ben@airbyte.io>

* Update docusaurus/src/components/ConnectorRegistry.jsx

Co-authored-by: Ben Church <ben@airbyte.io>

* use new JSON url

---------

Co-authored-by: Ben Church <ben@airbyte.io>
2023-04-28 22:55:06 +00:00
Joe Reuter
1ab5f91f48 doc fixes (#25645) 2023-04-27 21:38:32 +02:00
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
Joe Reuter
e96fc22d6f Connector builder documentation: Auto-generate yaml reference and link up in fitting places (#25428)
* auto-generate yaml reference and link up

* Update description

* Add examples

* format

* update

* update

* add description for params

* Update declarative_component_schema.yaml

* render type and examples for interpolation variables

* fix schema bug

* Regenerate yarn lock file

---------

Co-authored-by: Alexandre Girard <alexandre@airbyte.io>
2023-04-26 16:08:35 +02:00
Joe Reuter
2d1814489b change port (#25474) 2023-04-26 09:24:07 +02:00
Alexandre Girard
f2f788f4d1 Add compatibility guide to sidebar (#25224) 2023-04-17 11:07:33 -07:00
Tim Roes
9cdffcfd21 Add OSS getting started redirect (#25213) 2023-04-14 21:00:06 +02:00
Evan Tahler
221676cdb8 Revert AI search for docs (#24874) 2023-04-06 16:27:35 -07:00
Tim Roes
278ea371f2 Group documentation navigation (#24774)
* Group documentation navigation

* Fix broken redirects
2023-04-03 09:42:39 +02:00
Daniel Vassilev
b5580a5d02 Added support for keyword mode and storing queries (#24550)
Co-authored-by: Topher Lubaway <asimplechris@gmail.com>
2023-03-27 10:51:38 -05:00
Daniel Vassilev
1bfb83ac3c Added Relevance AI widget to documentation (#24289)
Co-authored-by: Topher Lubaway <asimplechris@gmail.com>
2023-03-22 15:39:20 -05:00
Sherif A. Nada
1bc1ecfe6a Fix broken links in CDK speedrun tutorial (#24006) 2023-03-13 17:11:52 -07:00
Sherif A. Nada
1feda0817e Rearrange connector contribution docs (#24004) 2023-03-13 17:01:36 -07:00
Topher Lubaway
d2fbd8ce02 Docusaurus small fixes (#23730)
* Updates docusaurus

* Small docs fixes

deploy_docusaurus info messages are changed to
reflect reality

updates a secret to exist

* Go back to the right branch after deploy
2023-03-03 12:44:00 -06:00
Sophia Wiley
280ebee2e5 added feb release notes (#23703) 2023-03-02 14:36:36 -08:00
Sophia Wiley
4eab55bb20 Cloud docs restructure (#23319)
* cloud docs restructure

* edited webhook notifications wording

* undo changes to webapp links

* removed one other change to webapp links

* removed most redirects because of query strings
commit

* changed utilize to use

* edited data residency intro based on patsys suggestion

* deleted typo in redirect

---------

Co-authored-by: Amruta Ranade <11484018+Amruta-Ranade@users.noreply.github.com>
2023-02-28 09:50:04 -08:00
Ben Church
c3f657f564 Add a tutorial for using a locally generated catalog (#23448) 2023-02-24 15:46:12 -08:00
Amruta Ranade
f4e9c83d6f Fixed docs nits (#23439) 2023-02-24 11:43:05 -05:00
Amruta Ranade
cb55cfc356 monorepo docs changes (#22952) 2023-02-20 08:03:59 -06:00
Brian Lai
1c482ee339 Low code cdk to beta (#22853)
* [ISSUE #19410] remove request_options_provider from the … (#21403)

* [ISSUE #19410] (incomplete) remove request_options_provider from the manifest

* [ISSUE #19410] (incomplete) incomplete cleanup config_component_schema.json as well

* [ISSUE #19410] update source-monday

* [ISSUE #19410] code review

* [ISSUE #19410] formatting files

* [Low-Code CDK] Replace the $options keyword with $parameters (#21632)

* refactor flows and tests to use parameters instead of options

* update documentation to reflect the change from options to parameters

* create migration script to replace options with parameters in existing manifests

* update template to use parameters instead of options

* fix tests after rebasing from the branch

* address pr feedback and extra uses of options that I missed

* additional changes needed after rebasing from master

* migrate low-code connectors to use parameters instead of options

* 🚨🚨 [Low Code CDK] Update `*ref` format to `#/` (#21434)

* [Low-Code CDK] Remove JsonSchema type in favor of JsonSchemaFileLoader (#21832)

* fully deprecate JsonSchema in favor of JsonFileSchemaLoader

* remove usage in the legacy registry

* Update migration scripts according to manifest file rename (#21920)

* Issue 21866 remove legacy factory and validation flow (#21878)

* [ISSUE #21866] clean ManifestDeclarativeSource validation

* [ISSUE #21866] remove dataclasses-jsonschema

* [ISSUE #21866] code review

* [ISSUE-21866] flake8

* [ISSUE #21559] remove DefaultPaginator.url_base (#21823)

* [ISSUE #21559] remove DefaultPaginator.url_base

* [ISSUE #21559] code review

* [ISSUE #21559] update migration script

* [ISSUE #21559] code review

* [ISSUE #21559] update documentation

* [ISSUE #21559] run migration (#21824)

* [ISSUE #21559] remove DefaultPaginator.url_base (#21823)

* [ISSUE #21559] remove DefaultPaginator.url_base

* [ISSUE #21559] code review

* [ISSUE #21559] update migration script

* [ISSUE #21559] code review

* [ISSUE #21559] update documentation

* [ISSUE #21559] run migration (#21824)

* [ISSUE #21559] fix manifests

* [ISSUE #21926] setup server to allow for local tests (#21974)

* [Low Code CDK] remove checkpoint_interval from DeclarativeStream component (#22120)

* Issue #21576 rename dpathextractor fieldpointer (#21990)

* [ISSUE #21926] setup server to allow for local tests

* [ISSUE #21576] Rename DpathExtractor.field_pointer to field_path

* [ISSUE #21576] migration script

* [ISSUE #21576] update source-monday and source-pocket as well

* [ISSUE #21576] migration (#21997)

* [ISSUE #21576] code review

* Remove checkpoint_interval from source-prestashop manifest (#22141)

* replacing options with parameters for a few connectors I missed or were newly added

* [Low-Code CDK] Rremove stream_cursor_field from stream and derive it from stream_slicer (#22294)

* update schema to derive cursor_field from a stream slicer if it exists

* remove usage of stream_cursor_field on simple connector use cases

* fixing some of the more complex usage of stream_cursor_field that rely on cartesian product stream slicers

* fix documentation to replace references to stream_cursor_field

* Low Code CDK: Remove `name` and `primary_key` from non-DeclarativeStream components (#21891)

* fix eslint issues for webapp (#22462)

* 🪟 🔧 Connector Builder frontend fixes for low_code_cdk_to_beta (#22375)

* bump connector builder server to latest CDK version

* fix breaking CDK changes in connector builder FE

* [Low-Code CDK] Separate request path from RequestOption component (#22398)

* split apart path from RequestOption and fix usages and cleanup the code

* replace usage of path with RequestPath and get rid of default to RequestOption

* fix bug where stream_slice_field was used in outbound request instead of request_option field_name

* organize yaml schema names and update documentation for RequestOption and RequestPath

* clean up tests

* regenerate models

* [ISSUE #19961] refactor stream slices (#22225)

* [ISSUE #19961] add 'incremental' and partially remove CartesianProductStreamSlicer - Google PageSpeed Insights not working yet

* [ISSUE #19961] fixing Google PageSpeed Insights

* move incremental_sync field to the stream level and perform merging into one stream slicer at that level

* add tests to merging incremental and iterable into cartesian

* rewrite documentation to separate incremental sync and iterator concepts

* update documentation to use partition router and revise the tutorial to reflect the new changes to the components

* [ISSUE #19961] update code to newest CDK version and clean autogenerated files (#22670)

* [ISSUE #19961] rename stream_slicer to partition_router and update ma… (#22590)

* [ISSUE #19961] rename stream_slicer to partition_router and update manifests (for incremental_sync as well)

* [ISSUE 19961] rename CustomStreamSlicer (#22598)

* [ISSUE 19961] rename CustomStreamSlicer

* [ISSUE #19961] code review CustomStreamSlicer

* [ISSUE #19961] fix source_square incremental sync

* [ISSUE #19961] rename SingleSlice to SinglePartitionRouter (#22591)

* [ISSUE #19961] rename SingleSlice to SinglePartitionRouter

* remove SinglePartitionRouter from the schema

---------

Co-authored-by: brianjlai <brian.lai@airbyte.io>

* [ISSUE #19961] rename SubstreamSlicer  to SubstreamPartitionRouter (#22596)

* [ISSUE #19961] TMP rename SubstreamSlicer  to SubstreamPartitionRouter

* [ISSUE #19961] revert DatetimeStreamSlicer.stream_state_field_start and DatetimeStreamSlicer.stream_state_field_end

* [ISSUE #19961] rename ListStreamSlicer to ListPartitionRouter (#22593)

---------

Co-authored-by: brianjlai <brian.lai@airbyte.io>

* [ISSUE #19961] clean faulty merge

* [ISSUE #19961] rename DatetimeStreamSlicer (#22617)

* [ISSUE #19961] rename stream_slicer to partition_router and update manifests (for incremental_sync as well)

* [ISSUE 19961] rename CustomStreamSlicer (#22598)

* [ISSUE 19961] rename CustomStreamSlicer

* [ISSUE #19961] code review CustomStreamSlicer

* [ISSUE #19961] fix source_square incremental sync

* [ISSUE #19961] rename SingleSlice to SinglePartitionRouter (#22591)

* [ISSUE #19961] rename SingleSlice to SinglePartitionRouter

* remove SinglePartitionRouter from the schema

---------

Co-authored-by: brianjlai <brian.lai@airbyte.io>

* [ISSUE #19961] rename DatetimeStreamSlicer

* [ISSUE #19961] rename SubstreamSlicer  to SubstreamPartitionRouter (#22596)

* [ISSUE #19961] TMP rename SubstreamSlicer  to SubstreamPartitionRouter

* [ISSUE #19961] revert DatetimeStreamSlicer.stream_state_field_start and DatetimeStreamSlicer.stream_state_field_end

* [ISSUE #19961] rename ListStreamSlicer to ListPartitionRouter (#22593)

---------

Co-authored-by: brianjlai <brian.lai@airbyte.io>

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

Co-authored-by: Maxime Carbonneau-Leclerc <maxi297@users.noreply.github.com>

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

Co-authored-by: Maxime Carbonneau-Leclerc <maxi297@users.noreply.github.com>

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

Co-authored-by: Maxime Carbonneau-Leclerc <maxi297@users.noreply.github.com>

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

Co-authored-by: Maxime Carbonneau-Leclerc <maxi297@users.noreply.github.com>

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

Co-authored-by: Maxime Carbonneau-Leclerc <maxi297@users.noreply.github.com>

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

Co-authored-by: Maxime Carbonneau-Leclerc <maxi297@users.noreply.github.com>

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

Co-authored-by: Maxime Carbonneau-Leclerc <maxi297@users.noreply.github.com>

* update docs

* [ISSUE #19961] clean unit tests files

* [ISSUE #19961] code review

---------

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

* [Low-Code CDK] Allow for children of custom components to specify parameters that are normally derived (#22379)

* Fix a bug where child components of a custom component cannot receive fields from other components

* add tests, documentation and commenting

* fix test from merge

* add better error message for nested initialization failures

* 🪟 🔧 Connector Builder frontend fixes for low_code_cdk_to_beta (#22880)

* restrict name to stream level

* remove checkpoint interval

* adjust logic for new request options

* refactor slicers

* wording

* review comments

* make oldest supported version explicit

* separate the frontend and connector builder changes from the low-code to beta release

* [Low-Code CDK] Add script to run low code unit tests and address issues with a few connectors (#23123)

* consolidate all the changes into a new PR after I messed up the merge on the side branch

* add set to allow this to be called externally if necessary later

* remove last few extra fields i found and fix docs links

* fix docs one more time

---------

Co-authored-by: Maxime Carbonneau-Leclerc <maxi297@users.noreply.github.com>
Co-authored-by: Catherine Noll <clnoll@users.noreply.github.com>
Co-authored-by: maxi297 <maxime@airbyte.io>
Co-authored-by: Lake Mossman <lake@airbyte.io>
Co-authored-by: Joe Reuter <joe@airbyte.io>
2023-02-15 21:46:49 -05:00
Amruta Ranade
2e170b5376 Migrate CLI docs to docs site (#23029) 2023-02-14 15:44:25 -05:00
Amruta Ranade
f613f353e4 Fixed redirect for changelogs (#22848) 2023-02-10 17:25:21 -05:00
Sophia Wiley
dbe5cd85c6 added jan release notes to docs (#22437) 2023-02-06 14:51:39 -08:00
Amruta Ranade
14e3b15974 Added redirect for changelogs (#22431) 2023-02-06 16:40:40 -05:00
Joe Reuter
6a10ae3e05 Rename source acceptance test to connector acceptance test (#21846)
Rename source acceptance test to connector acceptance test
2023-02-02 11:38:19 +01:00
Tim Roes
e414595e41 Experiment to use shorter setup guides (#21862) 2023-01-26 14:06:47 +01:00
Sophia Wiley
3ec7c5be29 December release notes docs (#21270)
* added december release notes

* edits
2023-01-12 13:06:18 -05:00
Sherif A. Nada
09e4d99d79 lowcode docs: add link to YAML reference (#21231) 2023-01-10 14:15:32 -08:00
Amruta Ranade
f346dc8ac0 Fixed appstore docs link (#21098) 2023-01-06 13:39:27 +05:30
Amruta Ranade
cae63965bd Deployment docs and sidebar cleanup (#20965) 2023-01-03 19:18:35 +05:30
Ari Bajo
d55c3f0b5d Add notification and metrics docs to sidebar (#20210) 2022-12-08 08:32:52 -05:00
Sophia Wiley
1a0b7df958 November release notes docs (#20199)
* added nov release notes

* edits
2022-12-07 13:46:44 -08:00
Andy Jih
f499c6a1a5 Change canonical link to docs for SEO purposes (#19883) 2022-11-29 08:44:43 -08:00
Sophia Wiley
b4ade659f7 dbt Cloud integration doc (#19619)
dbt Cloud integration doc

Made some changes since we last reviewed.

- Deleted the sections about how to find your account ID and job ID because the integration now fetches those for you after you add your service token.
- Deleted the section about viewing logs.
Edited to reflect the changes to the + Add transformation dropdown.
2022-11-21 13:52:45 -08:00
Sherif Nada
7598ca0b34 fix docs build 2022-11-18 11:13:24 -08:00
Sherif A. Nada
f5d8e25519 Add connector builder UI docs (#19588) 2022-11-18 10:56:30 -08:00
Sophia Wiley
ec7963d81b adding release notes landing page (#19560)
Co-authored-by: Amruta Ranade <11484018+Amruta-Ranade@users.noreply.github.com>
2022-11-17 11:36:25 -08:00
Amruta Ranade
6c0901817b Assorted fixes (#19570) 2022-11-17 14:31:54 -05:00
Shruti Kuber
b871485e70 Add restack to docs (#19345)
* add content to on-restack.md

* Add restack docs to sidebar and docs/readme.md

* adds changes requested by reviewer

* fixed typos

Co-authored-by: Amruta Ranade <11484018+Amruta-Ranade@users.noreply.github.com>
2022-11-17 13:46:25 -05:00
swyx
7bec0d9460 📖 Minor docs sidebar updates (#19437)
* minor sidebar cleanup

* upates
2022-11-17 02:00:56 +08:00
dependabot[bot]
72f33f7b7c Bump loader-utils from 2.0.2 to 2.0.4 in /docusaurus (#19457)
Bumps [loader-utils](https://github.com/webpack/loader-utils) from 2.0.2 to 2.0.4.
- [Release notes](https://github.com/webpack/loader-utils/releases)
- [Changelog](https://github.com/webpack/loader-utils/blob/v2.0.4/CHANGELOG.md)
- [Commits](https://github.com/webpack/loader-utils/compare/v2.0.2...v2.0.4)

---
updated-dependencies:
- dependency-name: loader-utils
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-15 16:39:31 -08:00
dependabot[bot]
b3a11bb6dc Bump loader-utils from 2.0.2 to 2.0.3 in /docusaurus (#19097)
Bumps [loader-utils](https://github.com/webpack/loader-utils) from 2.0.2 to 2.0.3.
- [Release notes](https://github.com/webpack/loader-utils/releases)
- [Changelog](https://github.com/webpack/loader-utils/blob/v2.0.3/CHANGELOG.md)
- [Commits](https://github.com/webpack/loader-utils/compare/v2.0.2...v2.0.3)

---
updated-dependencies:
- dependency-name: loader-utils
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Peter Hu <peter@airbyte.io>
2022-11-15 16:35:05 -08:00
Sophia Wiley
f91799ba09 October Release Notes (#19318)
* added october release notes to sidebar and added content

* changed link and edited word

* changed number
2022-11-10 15:07:47 -08:00
Topher Lubaway
286b51ba58 Version bumps docusaurus because firefox (#17849)
firefox was not showing the search bar
this update seems to fix the problem

https://airbytehq-team.slack.com/archives/C032Y32T065/p1665503058314239
2022-10-11 11:14:31 -05:00
Charles
2237654392 config db data catalog (#16427) 2022-10-08 23:11:11 -05:00