Skip to content

Commit

Permalink
update docs links for Google Workspace/Audit logs (#2789)
Browse files Browse the repository at this point in the history
  • Loading branch information
sherifnada committed Apr 7, 2021
1 parent 01a4b10 commit ed89509
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"sourceDefinitionId": "d19ae824-e289-4b14-995a-0632eb46d246",
"name": "Google Directory",
"dockerRepository": "airbyte/source-google-directory",
"dockerImageTag": "0.1.1",
"dockerImageTag": "0.1.2",
"documentationUrl": "https://hub.docker.com/r/airbyte/source-google-directory"
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"sourceDefinitionId": "ed9dfefa-1bbc-419d-8c5e-4d78f0ef6734",
"name": "Google Workspace Admin Reports",
"dockerRepository": "airbyte/source-google-workspace-admin-reports",
"dockerImageTag": "0.1.1",
"dockerImageTag": "0.1.2",
"documentationUrl": "https://hub.docker.com/r/airbyte/source-google-workspace-admin-reports"
}
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@
- sourceDefinitionId: d19ae824-e289-4b14-995a-0632eb46d246
name: Google Directory
dockerRepository: airbyte/source-google-directory
dockerImageTag: 0.1.1
dockerImageTag: 0.1.2
documentationUrl: https://hub.docker.com/r/airbyte/source-google-directory
- sourceDefinitionId: 6acf6b55-4f1e-4fca-944e-1a3caef8aba8
name: Instagram
Expand All @@ -196,7 +196,7 @@
- sourceDefinitionId: ed9dfefa-1bbc-419d-8c5e-4d78f0ef6734
name: Google Workspace Admin Reports
dockerRepository: airbyte/source-google-workspace-admin-reports
dockerImageTag: 0.1.1
dockerImageTag: 0.1.2
documentationUrl: https://hub.docker.com/r/airbyte/source-google-workspace-admin-reports
- sourceDefinitionId: d1aa448b-7c54-498e-ad95-263cbebcd2db
name: Tempo
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ COPY $CODE_PATH ./$CODE_PATH
COPY setup.py ./
RUN pip install ".[main]"

LABEL io.airbyte.version=0.1.1
LABEL io.airbyte.version=0.1.2
LABEL io.airbyte.name=airbyte/source-google-directory
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"documentationUrl": "https://docsurl.com",
"documentationUrl": "https://docs.airbyte.io/integrations/sources/google-directory",
"connectionSpecification": {
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "Google Directory Spec",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ COPY $CODE_PATH ./$CODE_PATH
COPY setup.py ./
RUN pip install .

LABEL io.airbyte.version=0.1.1
LABEL io.airbyte.version=0.1.2
LABEL io.airbyte.name=airbyte/source-google-workspace-admin-reports
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"documentationUrl": "https://docsurl.com",
"documentationUrl": "https://docs.airbyte.io/integrations/sources/google-workspace-admin-reports",
"connectionSpecification": {
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "Google Directory Spec",
Expand Down
1 change: 1 addition & 0 deletions docs/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
* [Google Analytics](integrations/sources/googleanalytics.md)
* [Google Directory](integrations/sources/google-directory.md)
* [Google Sheets](integrations/sources/google-sheets.md)
* [Google Workspace Admin Reports](integrations/sources/google-workspace-admin-reports)
* [Greenhouse](integrations/sources/greenhouse.md)
* [HTTP Request](integrations/sources/http-request.md)
* [Hubspot](integrations/sources/hubspot.md)
Expand Down

0 comments on commit ed89509

Please sign in to comment.