Skip to content

Commit

Permalink
Source google search console: turn on default HttpAvailabilityStrategy (
Browse files Browse the repository at this point in the history
#22334)

Signed-off-by: Sergey Chvalyuk <grubberr@gmail.com>
  • Loading branch information
grubberr authored Feb 7, 2023
1 parent 3ef7edf commit a8ed833
Show file tree
Hide file tree
Showing 6 changed files with 49 additions and 53 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -717,7 +717,7 @@
- name: Google Search Console
sourceDefinitionId: eb4c9e00-db83-4d63-a386-39cfa91012a8
dockerRepository: airbyte/source-google-search-console
dockerImageTag: 0.1.19
dockerImageTag: 0.1.20
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 @@ -5907,7 +5907,7 @@
supportsNormalization: false
supportsDBT: false
supported_destination_sync_modes: []
- dockerImage: "airbyte/source-google-search-console:0.1.19"
- dockerImage: "airbyte/source-google-search-console:0.1.20"
spec:
documentationUrl: "https://docs.airbyte.com/integrations/sources/google-search-console"
connectionSpecification:
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.19
LABEL io.airbyte.version=0.1.20
LABEL io.airbyte.name=airbyte/source-google-search-console
Loading

0 comments on commit a8ed833

Please sign in to comment.