1
0
mirror of synced 2025-12-20 18:39:31 -05:00
Commit Graph

149 Commits

Author SHA1 Message Date
Augustin
0f618f3503 migrate GA source connectors to per-stream state (#17326) 2022-09-29 14:45:35 +02:00
Amruta Ranade
6319c2acff Update Google Analytics GA doc (#16190)
* Initial commits

* more edits

* more edits

* final edits
2022-09-01 15:45:01 -04:00
Jagruti Tiwari
8288c16485 fix: replace airbyte oss with airbyte open source (#15885)
Co-authored-by: Marcos Marx <marcosmarxm@users.noreply.github.com>
2022-08-24 01:01:53 -03:00
Akul Goel
2a0c57b3ed Source Google Sheets: exposes row batch size config (#15107)
* exposes row batch size config to the connector

* review changes

* bump connector version

* auto-bump connector version [ci skip]

Co-authored-by: marcosmarxm <marcosmarxm@gmail.com>
Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
2022-08-03 15:18:21 -03:00
Topher Lubaway
9c6c092a22 Revert "Improving docusaurus sidebar generation (#1927) (#14369)" (#14596)
This reverts commit a2c194a11f.
2022-07-11 15:27:14 -05:00
Mykyta Serbynevskiy
a2c194a11f Improving docusaurus sidebar generation (#1927) (#14369)
* Improving docusaurus sidebar generation (#1927)

* Added "Career & open positions" folder to sidebar, adjusted "Project overview" folder

* Deleted "career-and-open-positions" folder from sidebar
2022-07-08 14:18:27 -05:00
Amruta Ranade
d4071a0ae5 source-salesforce,source-google-sheet,destination-snowflake: Updated field descriptions(#13729) 2022-07-07 15:55:52 +02:00
Charles
22b727c0ea Update Airbyte Protocol Docs (#13709) 2022-06-14 15:04:38 -07:00
Amruta Ranade
7ecfa13ee0 Updated BigQuery, Google Sheets, Facebook Marketing, Salesforce docs (#13717)
* initial changes

* Edited google Sheets doc

* More edits

* edited the intro and prereqs for BigQuery

* edited the data loading section

* more edits

* Grammatical edits

* Formatting edits
2022-06-13 14:25:41 -04:00
Alexandre Girard
19a20f0efc 🐛 Source Google Sheets: Retry on server errors (#13446)
* Retry on server errors

* retry on any 5XX

* bump version

* rename function for clarity

* reset

* delete unused code

* auto-bump connector version

Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
2022-06-02 18:28:45 -07:00
Pedro S. Lopez
816fece247 bump GA connectors to latest version of python cdk (#12685)
* bump GA connectors to latest version of python cdk

* update changelogs

* fix changelogs

* more changelog fixes

* auto-bump connector version

* auto-bump connector version

* auto-bump connector version

Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
2022-05-06 20:52:59 -04:00
Mahdi Dibaiee
45acd75bf0 Source Google Sheets: remove print statement breaking airbyte protocol (#11977)
* source-google-sheets: replace print statement with airbyte logger

* bump connector config file

* run format

Co-authored-by: marcosmarxm <marcosmarxm@gmail.com>
2022-04-15 11:33:49 -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
4a2eb790bd Update Google Sheets Source connector documentation
Add internal links to subsections
Make wording consistent with UI
2022-03-24 09:57:06 -07:00
ycherniaiev
7806dbce22 Update fields in source-connectors specifications: google-sheets (#9208)
Signed-off-by: Sergey Chvalyuk <grubberr@gmail.com>
Co-authored-by: Sergey Chvalyuk <grubberr@gmail.com>
2022-01-25 12:22:35 +02:00
Sherif A. Nada
23d995d090 Update google-sheets.md 2021-12-10 09:19:53 -08:00
vitaliizazmic
487f9e77e0 🎉 Source Google Sheets: migrate to the CDK
* Source Google Sheets #8313 - migrate to the CDK

* Source Google Sheets #8313 - fixing unit tests

* Source Google Sheets #8313 - reformat

* Source Google Sheets #8313 - update ci_credentials

* Source Google Sheets #8313 - bump version and update docs
2021-12-07 12:38:03 +02:00
Arthur Galuza
bfe865aebf 🎉 Source Google Sheets: Support connecting via oAuth webflow (#6354)
* Add service account support

* Upd oauth support

* Upd auth creds selector
2021-10-13 23:02:22 +03:00
Abhi Vaidyanatha
ae32ecbb27 GitBook: [master] 186 pages and 77 assets modified 2021-10-08 21:17:47 +00:00
midavadim
6ffb682822 Source google sheets: fix full_refresh test by adding supported_sync_modes to Stream inistialization (#5951)
* added supported_sync_modes for AirbyteStream initialization to fic full_refresh test

* fix unit test with supported_sync_modes argument in AirbyteStream initialization
2021-09-13 22:39:44 +03:00
midavadim
fd52290f15 Source google spreadsheets: fix error during listing sheets with diagram only (#5233)
* Fix error during listing sheets with diagram only

* added PR number

* fixed formatting

* add dummy test

* added filter for grid sheets, added SAT tests.

* added new GOOGLE_SHEETS_TESTS_CREDS env

* fixed formatting
2021-08-11 21:25:19 +03:00
Marcos Marx
88d7953a18 Add CHANGELOG for Sources (#4215)
* add changelog for postres source

* add changelog for mysql source

* add changelog for mssql source

* add changelog for file source

* add changelog for google sheets

* add full changelog for file source

* add full changelog for google sheet source

* add full changelog for mssql source

* add changelog for http requests

* add changelog for salesforce source

* add changelog for facebook marketing source

* add changelog for google analytics source

* add changelog for shopify native source connector
2021-06-18 17:45:09 -03:00
Abhi Vaidyanatha
e378d40236 Documentation Reorganization (#3124)
* First reorganization pass.

* Stop auto-generating api docs html file.

* Update spelling

* Final cleanup.

* Final changes_REAL_actual_2_thisone

* fix path for generating api docs

Co-authored-by: Abhi Vaidyanatha <abhivaidyanatha@Abhis-MacBook-Pro.local>
Co-authored-by: Davin Chia <davinchia@gmail.com>
Co-authored-by: jrhizor <me@jaredrhizor.com>
2021-04-29 15:18:52 -07:00
Davin Chia
42686add8a Release connectors with namespace change. (#2990)
Release all connectors affected by namespace change. Includes all JDBC sources and destinations.

Also add documentation for normalisation. Prerequisite to actually releasing 0.21.0-alpha.
2021-04-21 11:35:08 +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
Michel Tricot
d52fd51713 GitBook: [master] 2 pages and 6 assets modified 2020-12-14 06:56:52 +00:00
Michel Tricot
3c048aa14e restore images 2020-12-13 22:33:50 -08:00
Michel Tricot
a621901fea GitBook: [master] 78 pages and 342 assets modified 2020-12-14 05:45:19 +00:00
John Lafleur
1e70e8cd7c GitBook: [master] 76 pages and 550 assets modified 2020-12-14 01:23:24 +00:00
Michel Tricot
47c07f3cfb GitBook: [master] 10 pages and 597 assets modified 2020-12-13 01:59:57 +00:00
John Lafleur
6668a514f4 GitBook: [master] 10 pages and 335 assets modified 2020-12-04 06:42:08 +00:00
John Lafleur
0017675d7f GitBook: [master] 10 pages and 452 assets modified 2020-12-01 19:24:05 +00:00
John Lafleur
d17beb15aa GitBook: [master] 9 pages and 500 assets modified 2020-11-30 19:00:42 +00:00
Shrif Nada
8aa97ed846 GitBook: [master] 4 pages and 13 assets modified 2020-11-13 17:26:05 +00:00
John Lafleur
7cda3ab275 GitBook: [master] 5 pages and 2 assets modified 2020-11-13 09:22:19 +00:00
Sherif A. Nada
b05a2b0839 Update connector READMEs to reflect new build plugin commands (#969) 2020-11-12 20:36:18 -08:00
Sherif A. Nada
fbe95a9a3b document allowable characters in airbyte protocol and gsheets (#968) 2020-11-12 17:52:36 -08:00
Shrif Nada
1fb29d88a0 GitBook: [master] 8 pages and 21 assets modified 2020-11-12 19:17:40 +00:00
Charles
aafce4eadf google sheets manual test (#922) 2020-11-11 20:15:13 -08:00
Michel Tricot
f914670461 GitBook: [master] 11 pages and 21 assets modified 2020-11-07 03:38:16 +00:00
Michel Tricot
31201f7e8b List of expected features (#839) 2020-11-06 15:12:47 -08:00
John Lafleur
5aea7a67c4 Added Snowflake / FB / Google Ads in changelogs (#825) 2020-11-05 09:16:59 -08:00
John Lafleur
833479504f GitBook: [master] 44 pages and 18 assets modified 2020-11-04 22:39:04 +00:00
John Lafleur
204732b86a New "Integrations changelog" (#778) 2020-11-04 10:08:58 -08:00
Michel Tricot
852b761f58 GitBook: [master] 43 pages and 15 assets modified 2020-11-03 18:31:21 +00:00
Michel Tricot
8b41c982df Fix more links + use relative links (#799) 2020-11-02 19:51:38 -08:00
Michel Tricot
89f6ae6e36 Fix many broken links (#798) 2020-11-02 19:19:48 -08:00
Charles
4d05a01802 Remove copy and pasted instruction code (#789) 2020-11-02 14:35:30 -08:00
Sherif A. Nada
1560ddd807 Add Gsheets setup guide (#764) 2020-10-30 17:11:50 -07:00