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

31012 Commits

Author SHA1 Message Date
John Lafleur
c5bf29a3f9 GitBook: [master] 21 pages and 146 assets modified 2021-04-07 18:52:03 +00:00
John Lafleur
6ab9e33f6f Removed Handbook from docs (#2778)
* Removed Handbook from docs

* Removed directory of the handbook from the docs

* Update README.md

* Update operations-manager.md

* Update senior-software-engineer.md

* Update founding-developer-advocate.md
2021-04-08 05:30:06 +11:00
Davin Chia
58062faccb Discover Schema sets Namespace field. (#2767)
This PR is step 5 of this tech spec - https://docs.google.com/document/d/1qFk4YqnwxE4MCGeJ9M2scGOYej6JnDy9A0zbICP_zjI/edit.

The first of (at least) 2 PRs to implement this on the source side. I made some headway before deciding to break the changes into one PR implementing this for discover schema job, and another PR implementing this for read. The combined PR would have been too big otherwise.

Also refactor MoreResources as the test method was attempting to write to the location classes where loaded out from - the issue is we cannot guarantee where the class is loaded from can be written to. Changing this to write to a random folder in the temp directory.
2021-04-07 11:53:03 +08:00
Michel Tricot
1d8866968d Add FAQ to disable analytics (#2758) 2021-04-05 20:33:57 -07:00
Davin Chia
e8c13cf0fe Update documentation to include Redshift COPY strategy. (#2728) 2021-04-06 09:10:19 +08:00
Sherif A. Nada
6a1cdbb8ae update docs about tech stack (#2743)
Co-authored-by: Jared Rhizor <jared@dataline.io>
2021-04-05 11:19:39 -07:00
John Lafleur
55256d293d GitBook: [master] 55 pages and 36 assets modified 2021-04-05 00:43:26 +00:00
Jared Rhizor
ad7d4b7da1 switch from exchangerates.io to ratesapi.io (#2719)
* fix exchangerates host

* bump version 0.2.1 -> 0.2.2

* fix requests

* fix versions
2021-04-02 13:10:41 -07:00
Sherif A. Nada
76ced21a90 document command used to test and publish connectors (#2698) 2021-03-31 20:14:58 -07:00
vitaliizazmic
2327b353aa 🎉 New Source: Google Workspace Admin audit logs
* Google audit logs #2456 - Create new Google Workspace Admin Reports source for full refresh sync audit logs

* Update docs/integrations/sources/google-workspace-admin-reports.md

* Google audit logs #2456 - reformat

* Google audit logs #2456 - increase result per page

* Google audit logs #2456 - fix schema

* Google audit logs #2456 - add schemas package data

* Google audit logs #2456 - fixing timeout error

* Google audit logs #2456 - fixing configured_catalog.json

* Google audit logs #2456 - lookback spec parameter

* Google audit logs #2456 - remove end time

* skip testIdenticalFullRefreshes for source-google-workspace-admin-reports

* Tempo Source #2295 - reformat

* Update airbyte-integrations/connectors/source-google-workspace-admin-reports/source_google_workspace_admin_reports/spec.json

Co-authored-by: Sherif A. Nada <snadalive@gmail.com>
Co-authored-by: Eugene Kulak <kulak.eugene@gmail.com>
2021-04-01 02:27:38 +03:00
Christophe Duong
6c6ea54bb8 Add SupportedDestinationSyncModes to destination specs objects (#2668)
* Add SupportedDestinationSyncModes to destination specs objects

* Bumpversions of destination connectors
2021-03-31 15:20:01 +02:00
Charles
fa854a51f8 add email to workspaces/get (#2672) 2021-03-30 22:28:21 -07:00
Charles
ed0b1bf6f0 Bump version: 0.18.1-alpha → 0.18.2-alpha (#2679) 2021-03-30 16:28:49 -07:00
vitaliizazmic
dd26d2fdb8 Source Github: Bugfix errors while syncing Team stream from non-organization repo
* Github #2365 - handling Teams streams syncing

* Github Source #2365 - sync no records and show warning message if Collaborators Stream sync fails.

* Github Source #2365 - reformat

* Update docs/integrations/sources/github.md

* Update docs/integrations/sources/github.md

* Github Source #2365 - change fork to airbyte

* Github Source #2365 - Bump version

Co-authored-by: Sherif A. Nada <snadalive@gmail.com>
2021-03-31 00:47:14 +03:00
Christophe Duong
02bc87c1f2 Fix docs for gitbook 2021-03-30 11:58:55 +02:00
Christophe Duong
5276532c13 Add blank line for gitbook 2021-03-30 11:52:56 +02:00
Christophe Duong
5318920f1e Fix typos and adds some more texts (#2661)
* Fix typos and adds some more texts

* Apply suggestions from code review

Co-authored-by: Davin Chia <davinchia@gmail.com>
2021-03-30 11:49:38 +02:00
Christophe Duong
978e6d759b Add docs for new sync modes (#2636) 2021-03-30 10:18:42 +02:00
John Lafleur
6043008029 Update connectors.md 2021-03-30 18:13:15 +11:00
John Lafleur
41f2a19842 Update platform.md 2021-03-30 18:11:21 +11:00
Charles
585cfc9097 Bump version: 0.18.0-alpha → 0.18.1-alpha (#2659) 2021-03-29 19:27:23 -07:00
Jared Rhizor
f22f3b741c improve ec2 port forwarding docs (#2646) 2021-03-29 13:54:33 -07:00
Christophe Duong
32469b914c Bump version: 0.17.3-alpha → 0.18.0-alpha (#2638) 2021-03-29 18:42:19 +02:00
Max Krog
4a30abb07b Google Adwords - Tip not to mention Airbyte in API token request (#2628)
Adds a note in the Google Ads/Adwords documentation that should help more users get their API Token request approved.
2021-03-29 14:43:06 +08:00
John Lafleur
419b9b3df5 Update stitchdata-vs-airbyte.md 2021-03-29 08:49:28 +11:00
John Lafleur
4652c8034d Update singer-vs-airbyte.md 2021-03-29 08:46:42 +11:00
John Lafleur
398f7f93e4 Update meltano-vs-airbyte.md 2021-03-29 08:43:09 +11:00
John Lafleur
f86346dd26 Update fivetran-vs-airbyte.md 2021-03-29 08:08:26 +11:00
John Lafleur
ce33f24319 Update meltano-vs-airbyte.md 2021-03-29 08:04:15 +11:00
John Lafleur
bab4c6c36f Update roadmap.md 2021-03-29 07:47:30 +11:00
John Lafleur
09b0239f39 Update roadmap.md 2021-03-29 07:14:11 +11:00
John Lafleur
c8f02f5795 Update roadmap.md 2021-03-29 07:03:09 +11:00
Christophe Duong
8a29584125 ☝🏼Destinations supports destination sync mode (#2460)
* Handle destination sync mode in destinations

* Source & Destination sync modes are required (#2500)

* Provide Migration script making sure it is always defined for previous sync configs
2021-03-26 20:23:48 +01:00
John Lafleur
0136b9fa51 Update roadmap.md 2021-03-26 16:29:30 +11:00
Davin Chia
5ab0883660 🎉 Surface latest sync status for connections. (#2405)
Add the latestSyncJobStatus field to the WbConnectionRead struct. Take the chance to rename the lastSync field to latestSyncJobCreatedAt to better reflect what the field captures. lastSync was confusing as I expect it to return the Id/object of the last sync and not the last sync's timestamp.

We keep the current expectation when setting status - the same job that sets the timestamp field is used to set the status field.

We surface the job's status as is. This gives the UI flexibility on displaying the various statuses.
Since the 'latest' sync job is determined by the JobHistoryHandler, I buffed up the job history handler test cases to make sure we do always return the latest sync job.
2021-03-25 13:41:02 +08:00
John Lafleur
4065815369 Update senior-software-engineer.md 2021-03-25 11:27:05 +11:00
John Lafleur
1f41d4d58a Update operations-manager.md 2021-03-25 11:26:07 +11:00
John Lafleur
6721fd4e09 Update founding-developer-advocate.md 2021-03-25 11:25:37 +11:00
John Lafleur
a8cd481088 Update README.md 2021-03-25 11:24:18 +11:00
John Lafleur
a3bc54bee7 Update platform.md 2021-03-24 11:47:20 +11:00
John Lafleur
820828bcaa Update connectors.md 2021-03-24 11:45:00 +11:00
Charles
0674772cea Bump version: 0.17.2-alpha → 0.17.3-alpha (#2597) 2021-03-23 15:47:21 -07:00
Sherif Nada
77b72dcf5b Revert "Revert "Merge branch 'master' of github.com:airbytehq/airbyte""
This reverts commit de66bf010d.
2021-03-23 15:12:01 -07:00
Sherif Nada
de66bf010d Revert "Merge branch 'master' of github.com:airbytehq/airbyte"
This reverts commit a3a27f2fa2, reversing
changes made to 5917feee28.
2021-03-23 15:09:44 -07:00
Sherif A. Nada
40b52dba2f update contribution docs to remove references to gradle (#2559) 2021-03-23 14:07:00 -07:00
Charles
ecf43a2dfb Revert "Bump version: 0.17.2-alpha → 0.17.3-alpha (#2586)" (#2587)
This reverts commit 8fb72113d5.
2021-03-23 10:25:41 -07:00
Charles
8fb72113d5 Bump version: 0.17.2-alpha → 0.17.3-alpha (#2586) 2021-03-23 10:14:36 -07:00
Christophe Duong
536ac78963 Optional target-version when migrating (default to latest) (#2583) 2021-03-23 17:48:26 +01:00
Christophe Duong
8013d4377a Add docs on normalization naming rules (#2576)
Co-authored-by: Davin Chia <davinchia@gmail.com>
2021-03-23 15:26:04 +01:00
Christophe Duong
4bebeed60b Harmonize /test and /publish commands on github + Fix MySQL tests in CI (#2531)
* Harmonize /test and /publish commands on github

* Make normalization build on clean system without PyICU

see https://getdbt.slack.com/archives/C50NEBJGG/p1615803416053800?thread_ts=1615511262.026400&cid=C50NEBJGG

* Follow example from https://github.com/testcontainers/testcontainers-java/pull/2689 to modify MySQL container as root

* Add docs on new syntax for /test
2021-03-23 10:47:29 +01:00