Skip to content

Commit

Permalink
Source Google Search Console: Mark datefields in spec as dates (#22984)
Browse files Browse the repository at this point in the history
* Source Google Search Console: Mark datefields in spec as dates

* Update changelog

* auto-bump connector version

---------

Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
  • Loading branch information
arsenlosenko and octavia-squidington-iii authored Mar 20, 2023
1 parent 4eb896b commit 550fe10
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -802,7 +802,7 @@
- name: Google Search Console
sourceDefinitionId: eb4c9e00-db83-4d63-a386-39cfa91012a8
dockerRepository: airbyte/source-google-search-console
dockerImageTag: 0.1.20
dockerImageTag: 0.1.21
documentationUrl: https://docs.airbyte.com/integrations/sources/google-search-console
icon: googlesearchconsole.svg
sourceType: api
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6091,7 +6091,7 @@
supportsNormalization: false
supportsDBT: false
supported_destination_sync_modes: []
- dockerImage: "airbyte/source-google-search-console:0.1.20"
- dockerImage: "airbyte/source-google-search-console:0.1.21"
spec:
documentationUrl: "https://docs.airbyte.com/integrations/sources/google-search-console"
connectionSpecification:
Expand Down Expand Up @@ -6124,6 +6124,7 @@
- "2021-01-01"
pattern: "^[0-9]{4}-[0-9]{2}-[0-9]{2}$"
order: 1
format: "date"
end_date:
type: "string"
title: "End Date"
Expand All @@ -6133,6 +6134,7 @@
- "2021-12-12"
pattern: "^$|^[0-9]{4}-[0-9]{2}-[0-9]{2}$"
order: 2
format: "date"
authorization:
type: "object"
title: "Authentication Type"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ RUN pip install .
ENV AIRBYTE_ENTRYPOINT "python /airbyte/integration_code/main.py"
ENTRYPOINT ["python", "/airbyte/integration_code/main.py"]

LABEL io.airbyte.version=0.1.20
LABEL io.airbyte.version=0.1.21
LABEL io.airbyte.name=airbyte/source-google-search-console
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,17 @@
"description": "UTC date in the format 2017-01-25. Any data before this date will not be replicated.",
"examples": ["2021-01-01"],
"pattern": "^[0-9]{4}-[0-9]{2}-[0-9]{2}$",
"order": 1
"order": 1,
"format": "date"
},
"end_date": {
"type": "string",
"title": "End Date",
"description": "UTC date in the format 2017-01-25. Any data after this date will not be replicated. Must be greater or equal to the start date field.",
"examples": ["2021-12-12"],
"pattern": "^$|^[0-9]{4}-[0-9]{2}-[0-9]{2}$",
"order": 2
"order": 2,
"format": "date"
},
"authorization": {
"type": "object",
Expand Down
2 changes: 1 addition & 1 deletion connectors.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
| **Google Analytics 4 (GA4)** | <img alt="Google Analytics 4 (GA4) icon" src="https://raw.githubusercontent.com/airbytehq/airbyte/master/airbyte-config/init/src/main/resources/icons/google-analytics.svg" height="30" height="30"/> | Source | airbyte/source-google-analytics-data-api:0.1.3 | beta | [link](https://docs.airbyte.com/integrations/sources/google-analytics-data-api) | [code](https://github.com/airbytehq/airbyte/tree/master/airbyte-integrations/connectors/source-google-analytics-data-api) | <small>`3cc2eafd-84aa-4dca-93af-322d9dfeec1a`</small> |
| **Google Directory** | <img alt="Google Directory icon" src="https://raw.githubusercontent.com/airbytehq/airbyte/master/airbyte-config/init/src/main/resources/icons/googledirectory.svg" height="30" height="30"/> | Source | airbyte/source-google-directory:0.1.9 | alpha | [link](https://docs.airbyte.com/integrations/sources/google-directory) | [code](https://github.com/airbytehq/airbyte/tree/master/airbyte-integrations/connectors/source-google-directory) | <small>`d19ae824-e289-4b14-995a-0632eb46d246`</small> |
| **Google PageSpeed Insights** | <img alt="Google PageSpeed Insights icon" src="https://raw.githubusercontent.com/airbytehq/airbyte/master/airbyte-config/init/src/main/resources/icons/google-pagespeed-insights.svg" height="30" height="30"/> | Source | airbyte/source-google-pagespeed-insights:0.1.0 | alpha | [link](https://docs.airbyte.com/integrations/sources/google-pagespeed-insights) | [code](https://github.com/airbytehq/airbyte/tree/master/airbyte-integrations/connectors/source-google-pagespeed-insights) | <small>`1e9086ab-ddac-4c1d-aafd-ba43ff575fe4`</small> |
| **Google Search Console** | <img alt="Google Search Console icon" src="https://raw.githubusercontent.com/airbytehq/airbyte/master/airbyte-config/init/src/main/resources/icons/googlesearchconsole.svg" height="30" height="30"/> | Source | airbyte/source-google-search-console:0.1.20 | generally_available | [link](https://docs.airbyte.com/integrations/sources/google-search-console) | [code](https://github.com/airbytehq/airbyte/tree/master/airbyte-integrations/connectors/source-google-search-console) | <small>`eb4c9e00-db83-4d63-a386-39cfa91012a8`</small> |
| **Google Search Console** | <img alt="Google Search Console icon" src="https://raw.githubusercontent.com/airbytehq/airbyte/master/airbyte-config/init/src/main/resources/icons/googlesearchconsole.svg" height="30" height="30"/> | Source | airbyte/source-google-search-console:0.1.21 | generally_available | [link](https://docs.airbyte.com/integrations/sources/google-search-console) | [code](https://github.com/airbytehq/airbyte/tree/master/airbyte-integrations/connectors/source-google-search-console) | <small>`eb4c9e00-db83-4d63-a386-39cfa91012a8`</small> |
| **Google Sheets** | <img alt="Google Sheets icon" src="https://raw.githubusercontent.com/airbytehq/airbyte/master/airbyte-config/init/src/main/resources/icons/google-sheets.svg" height="30" height="30"/> | Source | airbyte/source-google-sheets:0.2.37 | generally_available | [link](https://docs.airbyte.com/integrations/sources/google-sheets) | [code](https://github.com/airbytehq/airbyte/tree/master/airbyte-integrations/connectors/source-google-sheets) | <small>`71607ba1-c0ac-4799-8049-7f4b90dd50f7`</small> |
| **Google Webfonts** | <img alt="Google Webfonts icon" src="https://raw.githubusercontent.com/airbytehq/airbyte/master/airbyte-config/init/src/main/resources/icons/googleworkpace.svg" height="30" height="30"/> | Source | airbyte/source-google-webfonts:0.1.0 | alpha | [link](https://docs.airbyte.com/integrations/sources/google-webfonts) | [code](https://github.com/airbytehq/airbyte/tree/master/airbyte-integrations/connectors/source-google-webfonts) | <small>`a68fbcde-b465-4ab3-b2a6-b0590a875835`</small> |
| **Google Workspace Admin Reports** | <img alt="Google Workspace Admin Reports icon" src="https://raw.githubusercontent.com/airbytehq/airbyte/master/airbyte-config/init/src/main/resources/icons/googleworkpace.svg" height="30" height="30"/> | Source | airbyte/source-google-workspace-admin-reports:0.1.8 | alpha | [link](https://docs.airbyte.com/integrations/sources/google-workspace-admin-reports) | [code](https://github.com/airbytehq/airbyte/tree/master/airbyte-integrations/connectors/source-google-workspace-admin-reports) | <small>`ed9dfefa-1bbc-419d-8c5e-4d78f0ef6734`</small> |
Expand Down
3 changes: 2 additions & 1 deletion docs/integrations/sources/google-search-console.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,8 @@ This connector attempts to back off gracefully when it hits Reports API's rate l
## Changelog

| Version | Date | Pull Request | Subject |
|:---------|:-----------|:--------------------------------------------------------------------------------------------------------------|:------------------------------------------------------------|
|:---------| :--------- |:--------------------------------------------------------------------------------------------------------------| :---------------------------------------------------------- |
| `0.1.21` | 2023-02-14 | [22984](https://github.com/airbytehq/airbyte/pull/22984) | Specified date formatting in specification |
| `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

0 comments on commit 550fe10

Please sign in to comment.