-
Notifications
You must be signed in to change notification settings - Fork 68
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c96ef29
commit 3471fee
Showing
38 changed files
with
902 additions
and
208 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,7 +36,7 @@ settings: | |
value: false | ||
- description: Only return messages matching the specified query. Supports the same | ||
query format as the Gmail search box. For example, "from:[email protected] | ||
rfc822msgid:<somemsgid@example.com> is:unread". Parameter cannot be used when | ||
rfc822msgid:<somemsgid@example. Com> is:unread". Parameter cannot be used when | ||
accessing the api using the gmail. Metadata scope. Https://developers. Google. | ||
Com/gmail/api/reference/rest/v1/users. Messages/list#query-parameters | ||
kind: string | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,7 +35,7 @@ settings: | |
value: false | ||
- description: Only return messages matching the specified query. Supports the same | ||
query format as the Gmail search box. For example, "from:[email protected] | ||
rfc822msgid:<somemsgid@example.com> is:unread". Parameter cannot be used when | ||
rfc822msgid:<somemsgid@example. Com> is:unread". Parameter cannot be used when | ||
accessing the api using the gmail. Metadata scope. Https://developers. Google. | ||
Com/gmail/api/reference/rest/v1/users. Messages/list#query-parameters | ||
kind: string | ||
|
87 changes: 87 additions & 0 deletions
87
_data/meltano/extractors/tap-google-analytics/connorflyn.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,87 @@ | ||
capabilities: | ||
- about | ||
- catalog | ||
- discover | ||
- schema-flattening | ||
- state | ||
- stream-maps | ||
description: App and website analytics platform hosted by Google (GA4) | ||
domain_url: https://developers.google.com/analytics/devguides/reporting/data/v1 | ||
executable: tap-google-analytics | ||
hidden: true | ||
keywords: | ||
- meltano_sdk | ||
label: Google Analytics (GA4) | ||
logo_url: /assets/logos/extractors/ga4.png | ||
maintenance_status: active | ||
name: tap-ga4 | ||
namespace: tap_ga4 | ||
next_steps: '' | ||
pip_url: git+https://github.com/connorflyn/tap-google-analytics-v4.git | ||
quality: bronze | ||
repo: https://github.com/connorflyn/tap-google-analytics-v4 | ||
settings: | ||
- description: Google Analytics Client Secrets Dictionary | ||
kind: object | ||
label: Client Secrets | ||
name: client_secrets | ||
- description: The last record date to sync | ||
kind: date_iso8601 | ||
label: End Date | ||
name: end_date | ||
- description: "'True' to enable schema flattening and automatically expand nested | ||
properties." | ||
kind: boolean | ||
label: Flattening Enabled | ||
name: flattening_enabled | ||
- description: The max depth to flatten schemas. | ||
kind: integer | ||
label: Flattening Max Depth | ||
name: flattening_max_depth | ||
- description: File Path to Google Analytics Client Secrets | ||
kind: password | ||
label: Key File Location | ||
name: key_file_location | ||
- description: Google Analytics Access Token | ||
kind: password | ||
label: OAuth Credentials Access Token | ||
name: oauth_credentials.access_token | ||
- description: Google Analytics Client ID | ||
kind: password | ||
label: OAuth Credentials Client ID | ||
name: oauth_credentials.client_id | ||
- description: Google Analytics Client Secret | ||
kind: password | ||
label: OAuth Credentials Client Secret | ||
name: oauth_credentials.client_secret | ||
- description: Google Analytics Refresh Token | ||
kind: password | ||
label: OAuth Credentials Refresh Token | ||
name: oauth_credentials.refresh_token | ||
- description: Google Analytics Property ID | ||
kind: password | ||
label: Property ID | ||
name: property_id | ||
- description: Google Analytics Reports Definition | ||
kind: string | ||
label: Reports | ||
name: reports | ||
- description: The earliest record date to sync | ||
kind: date_iso8601 | ||
label: Start Date | ||
name: start_date | ||
- description: User-defined config values to be used within map expressions. | ||
kind: object | ||
label: Stream Map Config | ||
name: stream_map_config | ||
- description: Config object for stream maps capability. For more information check | ||
out [Stream Maps](https://sdk.meltano.com/en/latest/stream_maps.html). | ||
kind: object | ||
label: Stream Maps | ||
name: stream_maps | ||
settings_group_validation: | ||
- - property_id | ||
- start_date | ||
settings_preamble: '' | ||
usage: '' | ||
variant: connorflyn |
Oops, something went wrong.