1
0
mirror of synced 2025-12-21 02:51:29 -05:00
Commit Graph

125 Commits

Author SHA1 Message Date
Roman Yermilov [GL]
8d61711c13 Source Google Search Console: fix 403 error (#16819)
* Source Google Search Console: fix 403 error

* Source Google Search Console: bump version and update changelog

* Source Google Search Console: fix test abnormal state data

* Updated release stage

* auto-bump connector version [ci skip]

Co-authored-by: Serhii Lazebnyi <serhii.lazebnyi@globallogic.com>
Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
2022-09-19 17:16:55 +04:00
Roman Yermilov [GL]
55f875bce6 Source Google Search Console: add custom analytics stream (#16433)
* Source Google Search Console: add custom analytics stream

* Source Google Search Console: fix flake warnings

* Source Google Search Console: validate custom report string

* Source Google Search Console: update catalog to include custom report to acceptance tests

* Source Google Search Console: update abnormal state for custom report

* auto-bump connector version [ci skip]

Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
2022-09-14 14:44:38 +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
Augustin
13b59c0ab8 non-jdbc source connectors: Remove additional properties from beta/GA specs and schemas (#14924) 2022-07-22 12:20:08 +02: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
Serhii Lazebnyi
3528985b8c 🎉Source Google Search Console: increase unit test coverage at least 90% (#13037)
* Added unitetsts and updated docs

* Fix typo

* Increased to 90
2022-05-23 20:04:43 +03:00
Andy
5aed8e2147 Update connector specs (#12482) 2022-05-04 22:44:44 -07:00
Serhii Chvaliuk
8ace9eaccc 🐛Source Google search console: Fix incremental sync: keep all urls in state object (#9194)
* bugfix: keep all urls in state object

Signed-off-by: Sergey Chvalyuk <grubberr@gmail.com>
2022-01-05 18:40:13 +02:00
ycherniaiev
0161dd673c Update fields in source-connectors specifications: google-search-console (#9186)
Signed-off-by: Sergey Chvalyuk <grubberr@gmail.com>
Co-authored-by: Sergey Chvalyuk <grubberr@gmail.com>
2022-01-05 17:49:42 +02:00
augan-rymkhan
c135e00662 Source Google Search Console: add slicing by date range (#9073)
* slice by date range

* limit slice by the current date

* fixed test_slice unit test

* by default date range is 2 days

* removed unused print

* fix for abnormal state test

* added _get_end_date method

* updated version

* format code

* improve code if start_date > end_date

* changed range of days to 3

* change version in Dockerfile

* update spec and def yamls

Co-authored-by: auganbay <auganenu@gmail.com>
2021-12-30 13:13:45 +06:00
Serhii Chvaliuk
a7b906ba0a 🐛Source Google search console: add 'order' to spec.json props (#9047)
* add 'order' to spec.json props

Signed-off-by: Sergey Chvalyuk <grubberr@gmail.com>
2021-12-23 23:52:05 +02:00
Dmytro
fe954c1a16 Integrate Sentry for performance and errors tracking. (#8248)
* Integrate Sentry for performance and errors tracking.

* Add sentry sensitive data scrubbing.

* updated cdk version and changelog

* Integrate Sentry for performance and errors tracking

Add `SENTRY_DSN` environment variable

* Integrate Sentry for performance and errors tracking

Add `sentry_sdk` to install requirements

* format cdk

* enable Sentry for google-search-console

* updated connector version

* update spec and source yamls

Co-authored-by: auganbay <auganenu@gmail.com>
Co-authored-by: Sergei Solonitcyn <sergei.solonitcyn@zazmic.com>
2021-12-21 20:02:02 +06:00
Arthur Galuza
9d62959df2 🐛 Source Google Search Console: set default end_date param value (#7431)
* Set default end_date value

* Upd changelog

* Few updates

* Remove timeout_seconds from SAT config

* Add cursor_paths to SAT configuration

* After rebase fix

* Bump connector's version + update docs

Co-authored-by: oleh <lovemybeard@gmail.com>
2021-11-26 19:25:14 +02:00
Abhi Vaidyanatha
ae32ecbb27 GitBook: [master] 186 pages and 77 assets modified 2021-10-08 21:17:47 +00:00
Christophe Duong
5af942910c Republish connectors to include new specs fields (#6543) 2021-09-29 17:27:55 +02:00
Christophe Duong
eb8be953e4 Update Google Search Console oauth specs (#6460)
* Update oauth specs

* Update docs/integrations/sources/google-search-console.md

* Add access_token to output param generated from first oauth complete flow

* Avoid repeating rootObject in oauth properties
2021-09-28 16:36:58 +02:00
Marcos Marx
6f1bd71a0a Marcos/publish pr 6394 (#6424)
* Fix documentation URL

* bump gcs version

Co-authored-by: danieldiamond <danieldiamond1@gmail.com>
Co-authored-by: Marcos Marx <marcosmarx@MacBook-Pro-de-Marcos.local>
2021-09-23 23:52:31 -03:00
Marcos Marx
b4cca602ca Source Google Search Console: correct spec.json file (#6222)
* correct spec.json file

* bump version

* bump version

* update doc for connector spec ref

Co-authored-by: Marcos Marx <marcosmarx@MacBook-Pro-de-Marcos.local>
2021-09-23 02:06:31 -03:00
Arthur Galuza
9a6cf1e6a9 🐛Source Google Search Console: Verify access to all sites when performing connection check (#6315)
* Upd connection check: verify all the site urls

* Fix typo

* Bump version
2021-09-23 00:58:04 -03:00
Arthur Galuza
c0d4652852 🎉 New Source: Google Search Console (#5350)
* Generate Google Search Console connector

* Add schema

* Upd schema

* Upd authenticator

* Add creds retrieving script

* Remove legacy dep

* Upd dockerfile base image

* Add sample config

* Upd source definitions, add ci_credentials injection

* Upd schema

* Upd GSC creds injection

* Cleanup

* Add tzdata

* Upd tzdata installing

* Change base docker image

* Upd streams

* Fix typo

* Upd supported_sync_modes list

* Add multiple site, service account, search type support

* Fix typo

* Upd streams, pagination, multi site support

* Add service account secrets

* Remove source-google-search-console-singer from source definitions

* Upd creds retrieving base image

* Upd schema

* Upd docs

* Add badge

* Upd schema

* Upd docs

* Move the cursor field to the top

* Upd docs
2021-09-10 11:47:02 +03:00
Oleksandr
68707fde3c 📚 Source Google Search Console: added missing description of how to obtain Service Account key (#5134) 2021-08-03 07:25:18 +03:00
Marcos Marx
6201100e72 Add entrypoint and bump version for remaining connectors. (#4539)
See the PR descriptions for all the connectors published.
2021-07-07 17:37:22 +08:00
Marcos Marx
a18b0e80d0 GitBook: [master] 161 pages and 75 assets modified 2021-05-16 22:51:02 +00:00
vitaliizazmic
735b0783dc 🎉 New Source: google search console
* Google search console source #2257 - new source

* Google search console source #2257 - reformat

* Google search console source #2257 - adding gcc to docker container

* Google search console source #2257 - remove unused files, update acceptance test configs, change tap repo to airbyte

* Google search console source #2257 - updating acceptance tests configs

* Google search console source #2257 - updating acceptance cursor_paths

* Google search console source #2257 - temporary disable tests

* Google search console source #2257 - disable performance_report_date stream

* Google search console source #2257 - disable performance_report_date stream (update docs)

* Google search console source #2257 - disable performance_report_date stream for tests

* Google search console source #2257 - updating singer tap fork
2021-05-10 09:59:44 +03:00