Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Source google search console: update docs #24133

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 13 additions & 12 deletions docs/integrations/sources/google-search-console.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@ At the end of this process, you should have JSON credentials to this Google Serv
3. On the Set up the source page, enter the name for the google search console connector and select **google search console** from the Source type dropdown.
4. Click Authenticate your account to sign in with Google and authorize your account.
5. Fill in the `site_urls` field.
5. Fill in the `start date` field.
6. Fill in the `custom reports` (optionally) in format `{"name": "<report-name>", "dimensions": ["<dimension-name>", ...]}`
7. You should be ready to sync data.
6. Fill in the `start date` field.
7. Fill in the `custom reports` (optionally) in format `{"name": "<report-name>", "dimensions": ["<dimension-name>", ...]}`
8. You should be ready to sync data.
<!-- /env:cloud -->

<!-- env:oss -->
Expand All @@ -90,15 +90,16 @@ At the end of this process, you should have JSON credentials to this Google Serv

## Supported sync modes

The google search console source connector supports the following [sync modes](https://docs.airbyte.com/cloud/core-concepts#connection-sync-modes):
The Google Search Console Source connector supports the following [ sync modes](https://docs.airbyte.com/cloud/core-concepts#connection-sync-modes):

| Feature | Supported?\(Yes/No\) | Notes |
| :---------------- | :------------------- | :------------------------ |
| Full Refresh Sync | Yes | |
| Incremental Sync | Yes | except Sites and Sitemaps |
| SSL connection | Yes | |
| Namespaces | No | |
* [Full Refresh - Overwrite](https://docs.airbyte.com/understanding-airbyte/connections/full-refresh-overwrite/)
* [Full Refresh - Append](https://docs.airbyte.com/understanding-airbyte/connections/full-refresh-append)
* [Incremental - Append](https://docs.airbyte.com/understanding-airbyte/connections/incremental-append)
* [Incremental - Deduped History](https://docs.airbyte.com/understanding-airbyte/connections/incremental-deduped-history)

:::note
The granularity for the cursor is 1 day, so Incremental Sync in Append mode may result in duplicating the data.
:::

## Supported Streams

Expand All @@ -121,7 +122,7 @@ This connector attempts to back off gracefully when it hits Reports API's rate l
## Data type map

| Integration Type | Airbyte Type | Notes |
| :--------------- | :----------- | :---- |
|:-----------------|:-------------|:------|
| `string` | `string` | |
| `number` | `number` | |
| `array` | `array` | |
Expand All @@ -131,7 +132,7 @@ This connector attempts to back off gracefully when it hits Reports API's rate l
## Changelog

| Version | Date | Pull Request | Subject |
|:---------| :--------- |:--------------------------------------------------------------------------------------------------------------| :---------------------------------------------------------- |
|:---------|:-----------|:--------------------------------------------------------------------------------------------------------------|:------------------------------------------------------------|
| `0.1.20` | 2023-02-02 | [22334](https://github.com/airbytehq/airbyte/pull/22334) | Turn on default HttpAvailabilityStrategy |
| `0.1.19` | 2023-01-27 | [22007](https://github.com/airbytehq/airbyte/pull/22007) | Set `AvailabilityStrategy` for streams explicitly to `None` |
| `0.1.18` | 2022-10-27 | [18568](https://github.com/airbytehq/airbyte/pull/18568) | Improved config validation: custom_reports.dimension |
Expand Down