Skip to content

Commit

Permalink
Refresh plugin metadata 2023-10-02
Browse files Browse the repository at this point in the history
  • Loading branch information
pnadolny13 authored Oct 2, 2023
1 parent c96ef29 commit 3471fee
Show file tree
Hide file tree
Showing 38 changed files with 902 additions and 208 deletions.
25 changes: 25 additions & 0 deletions _data/meltano/extractors/tap-anvil/svinstech.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
capabilities:
- about
- batch
- catalog
- discover
- schema-flattening
Expand All @@ -23,6 +24,30 @@ settings:
kind: password
label: API Key
name: api_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
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
54 changes: 45 additions & 9 deletions _data/meltano/extractors/tap-db2/danielptv.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
capabilities:
- about
- catalog
- discover
- state
- stream-maps
description: IBM DB2 Relational Database
domain_url: https://www.ibm.com/products/db2
Expand All @@ -23,8 +19,8 @@ quality: silver
repo: https://github.com/danielptv/tap-db2
settings:
- description: Additional parameters to be appended to the connection string. This
is an array of objects. Each object must contain the keys 'key' and 'value'.
kind: array
is an objects containing key-value pairs.
kind: object
label: Connection Parameters
name: connection_parameters
- description: The DB2 database.
Expand All @@ -33,17 +29,38 @@ settings:
name: database
- description: The encryption method. Valid values are 'encrypted_verify_certificate'
and 'none'.
kind: string
label: Encryption Method
kind: options
label: Encryption Encryption Method
name: encryption.encryption_method
options:
- label: None
value: none
- label: Encrypted Verify Certificate
value: encrypted_verify_certificate
- description: The path to the SSL server certificate.
kind: string
label: SSL Server Certificate
label: Encryption SSL Server Certificate
name: encryption.ssl_server_certificate
- 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: The DB2 hostname.
kind: string
label: Host
name: host
- description: Ignore DB2-supplied user tables. For more info check out [Db2-supplied
user
tables](https://www.ibm.com/docs/en/db2-for-zos/12?topic=db2-supplied-user-tables).
kind: boolean
label: Ignore Supplied Tables
name: ignore_supplied_tables
value: true
- description: The DB2 password.
kind: password
label: Password
Expand All @@ -52,10 +69,29 @@ settings:
kind: string
label: Port
name: port
- description: Partition query into smaller subsets. Useful when working with DB2
that has set strict resource limits per query.
kind: array
label: Query Partitioning
name: query_partitioning
- description: The DB2 schema.
kind: string
label: Schema
name: schema
- description: Additional execution options to be passed to SQLAlchemy. This is an
objects containing key-value pairs.
kind: object
label: Sqlalchemy Execution Options
name: sqlalchemy_execution_options
- 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
- description: The DB2 username.
kind: string
label: User
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.3.dev5+77bd2a3 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
25 changes: 25 additions & 0 deletions _data/meltano/extractors/tap-github/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 @@ -32,6 +33,30 @@ settings:
kind: password
label: Auth Token
name: auth_token
- 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
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

0 comments on commit 3471fee

Please sign in to comment.