Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: [Hub Bot] Refresh metadata 2023-09-11 #1514

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions _data/meltano/extractors/tap-athena/meltanolabs.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
capabilities:
- about
- batch
- catalog
- discover
- schema-flattening
Expand Down Expand Up @@ -33,6 +34,30 @@ settings:
kind: password
label: AWS Secret Access Key
name: aws_secret_access_key
- 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
- 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: "'True' to enable schema flattening and automatically expand nested
properties."
kind: boolean
Expand Down
6 changes: 3 additions & 3 deletions _data/meltano/extractors/tap-cassandra/datarts-tech.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ settings:
name: keyspace
- description: The local_dc parameter should be the name of the datacenter.
kind: string
label: Local Datacenter
label: Local Dc
name: local_dc
- description: Should be a total number of attempts to be made before giving up.
kind: integer
Expand All @@ -76,7 +76,7 @@ settings:
kind: password
label: Password
name: password
- description: The server-side port to open connections to. Defaults to 9042..
- description: The server-side port to open connections to. Defaults to 9042. .
kind: integer
label: Port
name: port
Expand All @@ -91,7 +91,7 @@ settings:
label: Reconnect Delay
name: reconnect_delay
value: 60
- description: Request timeout used when not overridden in Session.execute().
- description: Request timeout used when not overridden in Session. Execute().
kind: integer
label: Request Timeout
name: request_timeout
Expand Down
2 changes: 1 addition & 1 deletion _data/meltano/extractors/tap-dbt/meltanolabs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ settings:
kind: string
label: User Agent
name: user_agent
value: tap-dbt/0.8.2.dev19+5480afd Singer tap for the dbt Cloud API.
value: tap-dbt/0.8.2.dev24+abc60b5 Singer tap for the dbt Cloud API.
settings_group_validation:
- - account_ids
- api_key
Expand Down
2 changes: 1 addition & 1 deletion _data/meltano/extractors/tap-freshbooks/hotgluexyz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ settings:
name: flattening_max_depth
- description: The API redirect URI.
kind: string
label: Redirect URII
label: Redirect Uri
name: redirect_uri
- description: Your FreshBooks API refresh token.
kind: password
Expand Down
2 changes: 1 addition & 1 deletion _data/meltano/extractors/tap-gmail/kgpayne.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion _data/meltano/extractors/tap-gmail/meltanolabs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
87 changes: 87 additions & 0 deletions _data/meltano/extractors/tap-google-analytics/connorflyn.yml
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
Loading
Loading