1
0
mirror of synced 2026-01-02 21:02:43 -05:00
Commit Graph

144 Commits

Author SHA1 Message Date
Jimmy Ma
c7916d798d Add Orchestrator Diagram to the docs (#16675) 2023-07-09 19:20:38 -07:00
Anna Geller
d7dc6b52d2 📝 New documentation page: orchestrating Airbyte and Airbyte Cloud syncs with Kestra (#27695)
* Add documentation about Kestra Airbyte integration

* Update using-kestra-plugin.md

* Update using-kestra-plugin.md

* Update using-kestra-plugin.md
2023-07-07 08:52:54 -05:00
Pedro S. Lopez
b4051ccca1 Delete docs for old sentry integration (#27719)
* Delete sentry-integration.md

* rm image

* rm other references
2023-06-26 17:06:49 -04:00
Lake Mossman
e9da95ef07 add documentation about new simplify connector form fields (#24125)
* add documentation about new simplify connector form fields

* pr comments

* Update docs/connector-development/connector-specification-reference.md

Co-authored-by: Sherif A. Nada <snadalive@gmail.com>

* fix description

* fix merge

* more in depth ordering description

* fix documentation after change to optional field ordering behavior

* add note about auto-opening collapsed sections

* Reword

* fix wording

---------

Co-authored-by: Sherif A. Nada <snadalive@gmail.com>
2023-05-18 10:26:21 -07:00
Yevhen Sukhomud
fd70eb614d 24153 Destination Databricks: Fix support for external tables on S3 (#24657)
* 24153 Destination Databricks: Update s3 source external

* 24153 Destination Databricks: Fixed databricks.md formatting

* 24153 Destination Databricks: Update the version

* auto-bump connector version

---------

Co-authored-by: Evan Tahler <evan@airbyte.io>
Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
2023-04-19 13:28:32 -07:00
Artem Inzhyyants
4e9c4c635a 🎉Source Facebook Pages: Migrate to Low-code (#19788)
* Source Facebook Pages: Migrate to Low-code

* Source Facebook Pages: update docs

* Source Facebook Pages: update release stage

* Source Facebook Pages: docs update

* Source Facebook pages: revert source definitions

* Source Facebook Pages: update schema

* Source Facebook pages: disable discovery backward compatibility

* Source Facebook pages: fix expected records

* Source Facebook pages: fix expected records

* Source Facebook pages: fix tests

* Source Facebook pages: fix test

* Source Facebook pages: fix expected records

* Source Facebook pages: fix test

* auto-bump connector version

Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
2022-12-16 14:48:34 +01:00
Tan Ho
f156be94bd New Source: Gridly (#18342)
* Add source-gridly

* Correct current_page init value

* The first batch was fetching twice

* Remove `integration_tests/catalog.json` from source-gridly

* Allow select any view on grid to sync records

* Correct documentationUrl for source gridly

* use class property for source endpoint instead of local variable

* Add tests and format code

* Add gridly.md docs file

* add gridly to source def

* auto-bump connector version

Co-authored-by: Tan Ho <th@localizedirect.com>
Co-authored-by: marcosmarxm <marcosmarxm@gmail.com>
Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
2022-11-03 11:39:51 -03:00
Cole Snodgrass
9c081fb527 update images to have non-transparent background (#18874)
* update images to have non-transparent background

* reset build.gradle
2022-11-02 14:58:24 -07:00
Charles
22b727c0ea Update Airbyte Protocol Docs (#13709) 2022-06-14 15:04:38 -07:00
Xiaohan Song
05472b807a Kube fix and Docs for open telemetry integration (#13701)
* Create interface, factory for metric client

* remove unused func

* change count val to use long

* PR fix

* otel metric client implementation

* merge conflicts resolve

* build fix

* add a test, moved version into deps catalog

* fix test

* add docs for open telemetry

* fix kube setting for otel, and add doc

* helm related fields update for opentel
2022-06-14 09:17:46 -07:00
Lake Mossman
fcbffe0495 Implement job state machine validations (#13213)
* add job state machine validations to persistence and tests

* update state machine diagram

* format

* remove terminal state transitions

* fail attempt before cancelling job, to respect job state machine

* update job status state machine diagram

* verify order of db calls
2022-05-31 17:21:20 -07:00
Baz
7b0a541040 🎉 Destination Google Sheets: update docs (#13151) 2022-05-24 22:44:23 +03:00
Sherif A. Nada
b8e147538c Update various connector input configs & docs copy (#12500) 2022-05-04 23:37:10 -07:00
Alexandre Girard
92affbec42 add instructions to exclude files in search (#12550)
* add instructions to exclude files in search

* Add screenshot

* fix path

* Update screenshot

* Add missing step
2022-05-04 13:06:54 -07:00
Sherif A. Nada
91e2e8f536 Add a note about airbyte_hidden spec fields in the connector reference docs (#12259) 2022-04-21 17:25:54 -07:00
shyngysnurzhan
91ea628225 Docs: Deleted copy image appearences (#12063)
Co-authored-by: Nurzhan_Shyngys <nurzhanshyngys@gmail.com>
2022-04-15 10:12:30 -03:00
Greg Solovyev
1d12c7c6f7 Source google sheets: allow using spreadsheet URL instead of ID and update docs (#11404)
Update spec file
 * Add Authentication label to credentials section
 * Add doc link to spreadsheet ID
 * Add a link to setup guide
  * update description text for spreadsheet_id in spec
  * change spreadsheet_id label in spec to Spreadsheet Link per github issue 11406
 
Allow using sheet URL instead of sheet ID
  * add a parser helper that extracts Sheet ID from a URL
  * add a tests for parsing sheet ID out of a URL
  * add a test for backward compatibility (parser should recognize an ID)
  * Bump connector version in Dockerfile

Update documentation
    * Replace screenshot of sheet id with screenshot of sheet URL
    * Update connector version in changelog
    * Update links to docs in spec file
2022-03-28 09:13:17 -07:00
Greg Solovyev
d84e852ac6 Greg/source connector guide (#11082)
Original API used in the example is no longer free, so while following the tutorial I found a different API to use in the tutorial and updated the example code to match the new API. Also made a few small changes.

Update Build-a-connector tutorial
 * Update screenshots and instructions to match current UI
 * Update code examples to use Polygon.io API
 * Add links to language-specific guides
 * Consistently use Python (uppercase P) when referring to the language
   and python (lowercase) p in code samples
 * Consistently do not use "." in lists
 * Add an image of Airbyte startup banner
 * Add a note for M1 macs
 * Remove unused images
 * Make Dockerfile consistent with the tutorial
2022-03-14 13:33:10 -07:00
Maksym Pavlenok
20d6009afa add Sentry docs (#9791) 2022-01-25 18:43:18 +02:00
Abhi Vaidyanatha
e1968f63f9 Add Deploy on K8s Button to README (#9452) 2022-01-12 13:21:38 -08:00
Sherif A. Nada
41d65f0885 Add arch overview page (#9064) 2021-12-23 00:21:54 -08:00
Shadab Mohammad
6f621a7c91 Update Oracle Deploy Instructions docs (#8164)
* Update on-oci-vm.md

- Edited sudo command for docker-compose to add version to first block
- Edited command for docker-compose to add sudo to second block
- Added OCI bastion service as a second connection option to deploy Airbyte as a fully secure service in a private subnet
- Multiple movement of blocks to ensure deployment guide has a seamless narrative for the connectivity options

* Update docs/deploying-airbyte/on-oci-vm.md

Co-authored-by: Abhi Vaidyanatha <abhi@airbyte.io>

* Update docs/deploying-airbyte/on-oci-vm.md

Co-authored-by: Abhi Vaidyanatha <abhi@airbyte.io>

* Update docs/deploying-airbyte/on-oci-vm.md

Co-authored-by: Abhi Vaidyanatha <abhi@airbyte.io>

* Update on-oci-vm.md

* Add files via upload

Co-authored-by: Abhi Vaidyanatha <abhi@airbyte.io>
2021-12-13 20:05:04 -03:00
Marcos Marx
1cb295930d Docs: add Prefect tutorial (#8664)
* add tutorial

* add in summary

* correct ari comments

* abhi comments
2021-12-09 20:27:45 -03:00
Abhi Vaidyanatha
2aea2e0816 Fix a bunch of broken links. (#8083) 2021-11-18 09:55:20 -08:00
Harshith Mullapudi
51bf42abe6 🚀 Digital Ocean deployment (#7192)
* Started digital ocean documentation

* fix: instructions according to ubuntu 20.04

* chore: added to summary

* fix: text change
2021-11-17 13:33:14 +05:30
Sherif A. Nada
e15c2a925f Fix UX handbook assets (#8020) 2021-11-16 11:02:07 -08:00
Sherif A. Nada
6b2eb71274 Add connector development UX handbook (#7553) 2021-11-01 20:07:21 -07:00
John Lafleur
722f82d17a Creating license-faq (#7153)
* Creating license-faq

* Updating links in Licenses and more details on examples

* Create examples.md

* Update SUMMARY.md

* Update README.md

* Fix license FAQ asset.

* Update license-faq.md

* Update license-faq.md

Co-authored-by: Abhi Vaidyanatha <abhivaidyanatha@gmail.com>
2021-10-26 22:25:02 +11:00
Abhi Vaidyanatha
fae6d4719d 📚 Add operator guide to adding Slack Notifications for sync status. (#6888)
* Add operator guide to adding Slack Notifications for sync status.

* Remove newlines.

* Add link to Demo hours video.

* Actually add video.
2021-10-12 10:43:01 -07:00
Abhi Vaidyanatha
ae32ecbb27 GitBook: [master] 186 pages and 77 assets modified 2021-10-08 21:17:47 +00:00
Abhi Vaidyanatha
cbdb11a6f0 Add Deploy guide ☁️ (#6805)
* Add Airbyte Cloud deployment page.

* Small fixes.
2021-10-05 14:53:20 -07:00
Abhi Vaidyanatha
4f0839d99e Add Glossary of Terms to Understanding Airbyte (#6235)
* Add initial Airbyte Glossary of Terms.

* Add Glossary to summary.

* Address review comments

Co-authored-by: Abhi Vaidyanatha <abhivaidyanatha@Abhis-MacBook-Pro.local>
2021-09-21 15:50:31 -07:00
Arthur Galuza
17fd9c7f4f Source Facebook Pages: update documentation (#5876)
* [WIP] Add basic facebook pages support

* Upd schema

* Hardcode metrics to reduce API call amount

* Refactoring

* Upd test configs

* Add secrets to CI

* Fix typo

* Add a source definition

* fix secrets in CI

* Cleanup with black

* Upd metrics

* Cleanup

* Rm start_date, add test

* Upd schema

* Cleanup

* Upd docs

* Upd docs

Co-authored-by: Eugene Kulak <kulak.eugene@gmail.com>
2021-09-07 18:09:41 +03:00
Matej Hamas
8abb3506ad Improve Apify dataset source docs (#5452)
* Improve Apify dataset source docs

* Adding screenshot

* Better image

* Nit in naming

* Update docs/integrations/sources/apify-dataset.md

Co-authored-by: Marcos Marx <marcosmarxm@users.noreply.github.com>

Co-authored-by: Marcos Marx <marcosmarxm@users.noreply.github.com>
2021-08-18 13:30:16 -03:00
Abhi Vaidyanatha
bbe6a5e7d2 Add new logo to GitHub page (#4796)
Co-authored-by: Abhi Vaidyanatha <abhivaidyanatha@Abhis-MacBook-Pro.local>
2021-07-16 15:53:25 -07:00
Shadab Mohammad
9b20c1ae4b Create on on-oci-vm.md (#4468)
* Create on on-oci-vm.md

Deployment guide for Airbyte on Oracle Cloud Infrastructure (OCI) VM

* Update on-oci-vm.md

Adding the image links and uploading images to the repository

* Update docs/deploying-airbyte/on-oci-vm.md

Co-authored-by: Abhi Vaidyanatha <abhi@airbyte.io>

* Update docs/deploying-airbyte/on-oci-vm.md

Co-authored-by: Abhi Vaidyanatha <abhi@airbyte.io>

* Update docs/deploying-airbyte/on-oci-vm.md

Co-authored-by: Abhi Vaidyanatha <abhi@airbyte.io>

* Update docs/deploying-airbyte/on-oci-vm.md

Co-authored-by: Abhi Vaidyanatha <abhi@airbyte.io>

* Update docs/deploying-airbyte/on-oci-vm.md

Co-authored-by: Abhi Vaidyanatha <abhi@airbyte.io>

* Update docs/deploying-airbyte/on-oci-vm.md

Co-authored-by: Abhi Vaidyanatha <abhi@airbyte.io>

* Update docs/deploying-airbyte/on-oci-vm.md

Co-authored-by: Abhi Vaidyanatha <abhi@airbyte.io>

* Update docs/deploying-airbyte/on-oci-vm.md

Co-authored-by: Abhi Vaidyanatha <abhi@airbyte.io>

* Update docs/deploying-airbyte/on-oci-vm.md

Co-authored-by: Abhi Vaidyanatha <abhi@airbyte.io>

* Update docs/deploying-airbyte/on-oci-vm.md

Co-authored-by: Abhi Vaidyanatha <abhi@airbyte.io>

* Update on-oci-vm.md

* Add files via upload

* Update on-oci-vm.md

* Add files via upload

* Update on-oci-vm.md

* Update on-oci-vm.md

Co-authored-by: Abhi Vaidyanatha <abhi@airbyte.io>
2021-07-07 21:55:44 -03:00
Abhi Vaidyanatha
9dcef6d939 Migrate Quickstart to use PokeAPI (#4615)
* Migrate Quickstart to use PokeAPI

* Words words words

Co-authored-by: Abhi Vaidyanatha <abhivaidyanatha@Abhis-MacBook-Pro.local>
2021-07-07 17:15:44 -07:00
Marcos Marx
398bf6674a Documentation: Slack issue template (#4337)
* slack issue template docs

* abhi comments and add section items
2021-06-29 19:47:55 -03:00
Abhi Vaidyanatha
cd8b2a8299 Add architecture diagram to K8s contribution doc (#4257)
* Add architecture diagram to contribution doc

* Remove extra line

Co-authored-by: Abhi Vaidyanatha <abhivaidyanatha@Abhis-MacBook-Pro.local>
2021-06-21 15:45:04 -07:00
Prashantha Patali
0884fa74a6 📚More clarity added for Windows based Docker Desktop environments (#4068)
* Additinal details about Windows specific long filename error during cloning

* Corrected the path

* Revert "Corrected the path"

This reverts commit bbd3b78fcb.

* Revert "Additinal details about Windows specific long filename error during cloning"

This reverts commit 0b695eea1a.

* Email is mandatory 'Specify your preferences', Link to docker inst guide

* Use relative paths while linking

* Typo in Destination section

* On Windows, fixing long filename error during cloning

* For Windows with WSL2 and Docker, clarify steps to locate destination local folder

* Link to locating local files on Windows

* Update docs/contributing-to-airbyte/updating-documentation.md

Co-authored-by: Abhi Vaidyanatha <abhi@airbyte.io>

* Update docs/quickstart/set-up-a-connection.md

Co-authored-by: Abhi Vaidyanatha <abhi@airbyte.io>

* Update docs/examples/postgres-replication.md

Co-authored-by: Abhi Vaidyanatha <abhi@airbyte.io>

* Update docs/examples/postgres-replication.md

Co-authored-by: Abhi Vaidyanatha <abhi@airbyte.io>

* Update docs/examples/postgres-replication.md

Co-authored-by: Abhi Vaidyanatha <abhi@airbyte.io>

* Update docs/deploying-airbyte/local-deployment.md

Co-authored-by: Abhi Vaidyanatha <abhi@airbyte.io>

* Update docs/deploying-airbyte/local-deployment.md

Co-authored-by: Abhi Vaidyanatha <abhi@airbyte.io>

Co-authored-by: Patali, Prashanth <ppatali@hidglobal.com>
Co-authored-by: Abhi Vaidyanatha <abhi@airbyte.io>
2021-06-16 14:14:25 -03:00
Christophe Duong
22b75c56ea Add docs on custom Operations (#3507)
* Add docs on custom Operations

Co-authored-by: Davin Chia <davinchia@gmail.com>
Co-authored-by: Abhi Vaidyanatha <abhi@airbyte.io>
2021-06-14 10:31:38 +02:00
Haziq Roslan
1ad283b058 🎉 Added document for locating files in local destination on windows (#3892)
* add coument for locating files in local destination on windows

* add document for locating files in local destination on windows

* Update docs/tutorials/locating-files-local-destination.md

Co-authored-by: Christophe Duong <christophe.duong@gmail.com>

* Update docs/tutorials/locating-files-local-destination.md

Co-authored-by: Abhi Vaidyanatha <abhi@airbyte.io>

* Update docs/tutorials/locating-files-local-destination.md

Co-authored-by: Abhi Vaidyanatha <abhi@airbyte.io>

* Update docs/tutorials/locating-files-local-destination.md

Co-authored-by: Abhi Vaidyanatha <abhi@airbyte.io>

Co-authored-by: Haziq Roslan <haziq.roslan@digitas.com>
Co-authored-by: Christophe Duong <christophe.duong@gmail.com>
Co-authored-by: Abhi Vaidyanatha <abhi@airbyte.io>
2021-06-04 17:15:22 -03:00
Abhi Vaidyanatha
46e62f1c4d Add documentation around what the reset button does. (#3878)
* Add documentation around what the reset button does.

* real fix

Co-authored-by: Abhi Vaidyanatha <abhivaidyanatha@Abhis-MacBook-Pro.local>
2021-06-04 11:07:20 -06:00
Marcos Marx
a18b0e80d0 GitBook: [master] 161 pages and 75 assets modified 2021-05-16 22:51:02 +00:00
Marcos Marx
18c1d6eb1b Add section Deploy Local on Windows (#3425)
* add deploy on windows steps

* correct minor

* change suggestions by @avaidyanatha
2021-05-16 19:44:27 -03:00
Abhi Vaidyanatha
ea1d4f3ea5 Add updated architecture diagram to high level docs. (#3399)
* Add updated architecture doc to high level docs.

* Address review comments

Co-authored-by: Abhi Vaidyanatha <abhivaidyanatha@Abhis-MacBook-Pro.local>
2021-05-13 18:03:01 -07:00
Abhi Vaidyanatha
40e664fcec Add guide on how to upgrade a connector (#3369)
* Add guide on how to upgrade a connector.

* Update intrusctions on navigating to DockerHub

Co-authored-by: Abhi Vaidyanatha <abhivaidyanatha@Abhis-MacBook-Pro.local>
2021-05-11 16:03:04 -07:00
Ganesh Raskar
36784c60d4 🎉 Added tutorial to deploy Airbyte on Azure VM #3170 (#3171)
* Added tutorial to deploy Airbye on Azure VM #3170

* Updated summary.md to have link to deploy on azure vm

* Update docs/deploying-airbyte/on-azure-vm-cloud-shell.md

Co-authored-by: Marcos Marx <marcosmarxm@users.noreply.github.com>

* Update docs/deploying-airbyte/on-azure-vm-cloud-shell.md

Co-authored-by: Marcos Marx <marcosmarxm@users.noreply.github.com>

* Update docs/deploying-airbyte/on-azure-vm-cloud-shell.md

Co-authored-by: Marcos Marx <marcosmarxm@users.noreply.github.com>

* emended article and added step to download ssh key

* Update docs/deploying-airbyte/on-azure-vm-cloud-shell.md

Co-authored-by: Marcos Marx <marcosmarxm@users.noreply.github.com>

* Update docs/deploying-airbyte/on-azure-vm-cloud-shell.md

Co-authored-by: Marcos Marx <marcosmarxm@users.noreply.github.com>

* Update docs/deploying-airbyte/on-azure-vm-cloud-shell.md

Co-authored-by: Marcos Marx <marcosmarxm@users.noreply.github.com>

* Update docs/deploying-airbyte/on-azure-vm-cloud-shell.md

Co-authored-by: Marcos Marx <marcosmarxm@users.noreply.github.com>

* Update docs/deploying-airbyte/on-azure-vm-cloud-shell.md

Co-authored-by: Marcos Marx <marcosmarxm@users.noreply.github.com>

* Update docs/deploying-airbyte/on-azure-vm-cloud-shell.md

Co-authored-by: Marcos Marx <marcosmarxm@users.noreply.github.com>

* Update docs/deploying-airbyte/on-azure-vm-cloud-shell.md

Co-authored-by: Marcos Marx <marcosmarxm@users.noreply.github.com>

* Update docs/deploying-airbyte/on-azure-vm-cloud-shell.md

Co-authored-by: Marcos Marx <marcosmarxm@users.noreply.github.com>

* Update docs/deploying-airbyte/on-azure-vm-cloud-shell.md

Co-authored-by: Marcos Marx <marcosmarxm@users.noreply.github.com>

* grouped bash commands and made few corrections

Co-authored-by: Marcos Marx <marcosmarxm@users.noreply.github.com>
2021-05-04 23:09:39 -03:00
Marcos Marx
7c70eb02cd GitBook: [master] 84 pages and 72 assets modified 2021-05-03 12:14:16 +00:00
Eugene Kulak
88b77aa9f3 Standard tests: update template (#2937)
* update template for python sources
* update templates and their docs
* update docs, rename folders, add acceptance script
* adding hooks for custom setup and teardown
+ improve plugin behaviour, enable it explicitly
+ add acceptance.py to run acceptance tests together with integration tests
+ remove helper acceptance-test-python.sh
+ fix gradle command for acceptance tests
+ update docs

Co-authored-by: Eugene Kulak <kulak.eugene@gmail.com>
Co-authored-by: Sherif A. Nada <snadalive@gmail.com>
2021-04-28 18:11:48 -04:00