1
0
mirror of synced 2025-12-21 19:11:14 -05:00
Commit Graph

31012 Commits

Author SHA1 Message Date
Charles
eb94fc3f1c Fix issue where check connection always fails on configuration update (#1851) 2021-01-27 09:36:59 -08:00
Sherif A. Nada
9ec0ba9140 save (#1852) 2021-01-26 22:07:13 -08:00
Yevhenii
e004545a20 #1706 Issue: add Appstore docs to Summary.md (#1845) 2021-01-26 19:48:01 -08:00
Michel Tricot
d9da1172a2 Quick & dirty setup of a read only airbyte instance (#1802) 2021-01-26 18:54:12 -08:00
John Lafleur
bd5a59dc2f GitBook: [master] 4 pages modified 2021-01-26 19:25:26 +00:00
Christophe Duong
dc71dcb97d Fix formatting issues in docs 2021-01-26 11:58:04 +01:00
John Lafleur
8c8027c602 Updated "Getting started" and "Postgres Replication" (#1844)
* GitBook: [doc_tutorials_update] 4 pages modified

* revert

Co-authored-by: John Lafleur <john@dataline.io>
Co-authored-by: Michel Tricot <michel@airbyte.io>
2021-01-26 16:44:09 +11:00
Shrif Nada
d712c68a8a GitBook: [master] one page modified 2021-01-26 04:45:25 +00:00
Michel Tricot
ee560fff94 Fix bad rename with caseing 2021-01-25 20:41:26 -08:00
Shrif Nada
ff458bbd9d GitBook: [master] 111 pages modified 2021-01-26 04:14:55 +00:00
vitaliizazmic
1a72a3ef90 Tempo source #1616 - fixing README.md in source-tempo, creating tempo.md in docs (#1819) 2021-01-25 18:56:43 -08:00
Jared Rhizor
ee9de795ff add schema grants to snowflake docs (#1836)
* add schema grants to snowflake docs

* remove revoke current grants
2021-01-25 18:54:22 -08:00
Charles
be5fbc2e8a Move Python checklist to docs (#1810) 2021-01-25 16:55:55 -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
Christophe Duong
f59a0d5222 Split Config & Persistence Tutorial (#1784)
* Split Tutorial into smaller pieces (closes #1413) with Dedup instructions in SQL (#1366)
2021-01-25 20:03:53 +01:00
Jared Rhizor
4ab0464274 add postgres troubleshooting docs (#1653)
* add postgres troubleshooting docs

* update headings

* add to other db sources

* move connection troubleshooting to faq
2021-01-25 10:56:09 -08:00
John Lafleur
78d9178ea7 GitBook: [doc_technical_faq] 108 pages modified (#1795)
Co-authored-by: John Lafleur <john@dataline.io>
2021-01-23 13:18:22 +11:00
Eugene K
9b099942d8 Source FB Marketing: add incremental support (#1699)
Co-authored-by: Sherif Nada <snadalive@gmail.com>
2021-01-22 15:34:06 -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
John Lafleur
cbec4fa798 Product FAQ in Docs (#1734)
* GitBook: [docs_faq] 107 pages modified

* Update docs/faq/data-loading.md

Co-authored-by: Charles <giardina.charles@gmail.com>

* Update docs/faq/differences-with.../singer-vs-airbyte.md

Co-authored-by: Charles <giardina.charles@gmail.com>

* Update docs/faq/security-and-data-audits.md

Co-authored-by: Charles <giardina.charles@gmail.com>

* Update docs/faq/transformation-and-schemas.md

Co-authored-by: Charles <giardina.charles@gmail.com>

* Update docs/faq/transformation-and-schemas.md

Co-authored-by: Charles <giardina.charles@gmail.com>

* Update docs/faq/differences-with.../pipelinewise-vs-airbyte.md

Co-authored-by: Jared Rhizor <jared@dataline.io>

* GitBook: [docs_faq] 106 pages modified

* GitBook: [docs_faq] one page modified

* Update docs/faq/differences-with.../meltano-vs-airbyte.md

Co-authored-by: Michel Tricot <michel@dataline.io>

* GitBook: [docs_faq] 6 pages modified

Co-authored-by: John Lafleur <john@dataline.io>
Co-authored-by: Charles <giardina.charles@gmail.com>
Co-authored-by: Jared Rhizor <jared@dataline.io>
Co-authored-by: Michel Tricot <michel@dataline.io>
2021-01-21 14:29:18 +11:00
Charles
5b54bd3e22 Document how to Upgrade Airbyte (#1638) 2021-01-20 10:43:35 -08:00
Christophe Duong
ebc24f85fe Rename destination tables (#1737) 2021-01-20 17:37:00 +01:00
John Lafleur
6e0601e377 GitBook: [docs_link-to-connector-health] 2 pages modified (#1725)
Co-authored-by: John Lafleur <john@dataline.io>
2021-01-20 10:49:06 +11:00
Sherif A. Nada
5f82214355 fix typo in changelog 2021-01-19 15:14:31 -08:00
John Lafleur
7f865c3ef1 GitBook: [docs_connector_health] 4 pages modified (#1719)
Co-authored-by: John Lafleur <john@dataline.io>
2021-01-20 09:37:28 +11:00
jrhizor
093afe4acd hotfix: use unicode instead of github emoji for gitbook 2021-01-19 10:43:19 -08:00
Jared Rhizor
e2970933a6 remove old build status dashboard (#1713) 2021-01-19 10:40:44 -08:00
Jared Rhizor
e908fd2db2 add status dashboard (#1714)
* add status dashboard

* update styling

* respond to feedback

* remove destination AC
2021-01-19 10:40:28 -08:00
Charles
869a29b818 add Airbyte Version to bug report template (#1711)
* add Airbyte Version to bug report template

* remove unused getting started guide
2021-01-19 09:54:55 -08:00
Christophe Duong
194d6cb5d0 Add metadata prefix to destination internal columns (#1708)
* Add metadata prefix to destination internal columns

* Bumpversion all destinations for new normalization behavior

* Fix acceptance tests
2021-01-19 17:21:15 +01:00
Shrif Nada
64cc57f0e0 GitBook: [master] 4 pages modified 2021-01-19 06:42:26 +00:00
Sherif A. Nada
43eb752d33 Release v0.11.2-alpha (#1704) 2021-01-18 16:37:28 -08: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
Sherif A. Nada
bce2edbef1 Release 0.11.1-alpha (#1686) 2021-01-17 19:01:48 -08:00
John Lafleur
2acc3840d0 GitBook: [docs_feature_incremental] 33 pages modified (#1683)
Co-authored-by: John Lafleur <john@dataline.io>
2021-01-17 07:32:24 +11:00
Charles
ced86509b6 remove broken links (#1681) 2021-01-16 11:40:55 -08:00
Shrif Nada
82377407d0 GitBook: [master] one page modified 2021-01-16 17:15:49 +00:00
Shrif Nada
8ffefbb79e GitBook: [master] 5 pages modified 2021-01-16 17:11:48 +00:00
Christophe Duong
c9dae95591 Add a note on incremental behavior vs schema changes (#1672) 2021-01-16 17:18:04 +01:00
Charles
f4fe62f744 add note about open ssl flags for mac (#1676) 2021-01-15 15:40:39 -08:00
Eugene K
fb7262dfa8 Add Airbyte-native facebook marketing source (#1552)
Co-authored-by: Jared Rhizor <me@jaredrhizor.com>
Co-authored-by: Sherif Nada <snadalive@gmail.com>
2021-01-14 22:20:41 -08:00
John Lafleur
092b8c50a6 Putting the senior software engineering role in the docs (#1656) 2021-01-14 16:07:37 -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
Muriloo
0fa8777637 Add Appstore (#1637) 2021-01-14 08:29:43 -08:00
vitaliizazmic
ee76236c99 Github best practices #1563 - removing sub-streams (#1635) 2021-01-13 15:23:41 -08:00
Charles
2456ff056f Apply feedback on the toy source tutorial (#1614) 2021-01-12 18:09:30 -08:00
Jared Rhizor
d728fabd0c remove debug endpoint (#1626) 2021-01-12 17:26:15 -08:00