-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds extractors tap-playstore (haleemur)
- Loading branch information
1 parent
69df3e9
commit 9671e57
Showing
7 changed files
with
116 additions
and
41 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,103 @@ | ||
capabilities: | ||
- about | ||
- batch | ||
- catalog | ||
- discover | ||
- schema-flattening | ||
- state | ||
- stream-maps | ||
description: Digital distribution service operated and developed by Google. | ||
This tap uses the data exported to your GCS bucket. | ||
domain_url: https://play.google.com/store/games | ||
executable: tap-playstore | ||
keywords: | ||
- meltano_sdk | ||
label: Google Play Store (GCS Export) | ||
logo_url: /assets/logos/extractors/playstore.png | ||
maintenance_status: active | ||
name: tap-playstore | ||
namespace: tap_playstore | ||
next_steps: '' | ||
pip_url: git+https://github.com/haleemur/tap-playstore.git | ||
quality: silver | ||
repo: https://github.com/haleemur/tap-playstore | ||
settings: | ||
- description: Compression format to use for batch files. | ||
kind: options | ||
label: Batch Config Encoding Compression | ||
name: batch_config.encoding.compression | ||
options: | ||
- label: Gzip | ||
value: gzip | ||
- label: None | ||
value: none | ||
- description: Format to use for batch files. | ||
kind: options | ||
label: Batch Config Encoding Format | ||
name: batch_config.encoding.format | ||
options: | ||
- label: Jsonl | ||
value: jsonl | ||
- label: Parquet | ||
value: parquet | ||
- description: Prefix to use when writing batch files. | ||
kind: string | ||
label: Batch Config Storage Prefix | ||
name: batch_config.storage.prefix | ||
- description: Root path to use when writing batch files. | ||
kind: string | ||
label: Batch Config Storage Root | ||
name: batch_config.storage.root | ||
- description: The GCS Bucket where Play Console Reports are stored. | ||
kind: string | ||
label: Bucket Name | ||
name: bucket_name | ||
- description: 'The most recent record date to sync. NOTE: this has not been implemented | ||
yet.' | ||
kind: date_iso8601 | ||
label: End Date | ||
name: end_date | ||
- description: 'One or more LCID locale strings to produce localized output for: https://faker.readthedocs.io/en/master/#localization' | ||
kind: array | ||
label: Faker Config Locale | ||
name: faker_config.locale | ||
- description: 'Value to seed the Faker generator for deterministic output: https://faker.readthedocs.io/en/master/#seeding-the-generator' | ||
kind: string | ||
label: Faker Config Seed | ||
name: faker_config.seed | ||
- 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: Google Cloud Service Account JSON file | ||
kind: string | ||
label: Service Account Json File | ||
name: service_account_json_file | ||
- description: Google Cloud Service Account JSON string | ||
kind: string | ||
label: Service Account Json Str | ||
name: service_account_json_str | ||
- 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: | ||
- - bucket_name | ||
- start_date | ||
settings_preamble: '' | ||
usage: '' | ||
variant: haleemur |
This file was deleted.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.