Skip to content

Commit

Permalink
Refresh plugin metadata 2023-10-16
Browse files Browse the repository at this point in the history
  • Loading branch information
pnadolny13 authored Oct 16, 2023
1 parent 9f7fb98 commit 3371de6
Show file tree
Hide file tree
Showing 42 changed files with 1,035 additions and 219 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
25 changes: 25 additions & 0 deletions _data/meltano/extractors/tap-auth0/matatika.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
capabilities:
- about
- batch
- catalog
- discover
- schema-flattening
Expand All @@ -19,6 +20,30 @@ pip_url: git+https://github.com/Matatika/tap-auth0.git
quality: gold
repo: https://github.com/Matatika/tap-auth0
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
- 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: App client ID
kind: password
label: Client ID
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
47 changes: 34 additions & 13 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 Down Expand Up @@ -32,25 +28,41 @@ settings:
label: Database
name: database
- description: The full path to the client keystore database.
kind: string
label: SSL Client Keystore DB
kind: password
label: Encryption SSL Client Key Store Database Database
name: encryption.ssl_client_key_store_db.database
- description: The full path to the client key stash.
kind: string
label: SSL Client Keystore DB Key Stash
kind: password
label: Encryption SSL Client Key Store Database Key Stash
name: encryption.ssl_client_key_store_db.key_stash
- description: The keystore password.
kind: password
label: SSL Client Keystore DB Password
label: Encryption SSL Client Key Store Database Password
name: encryption.ssl_client_key_store_db.password
- 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 @@ -71,16 +83,25 @@ settings:
name: schema
- description: Additional execution options to be passed to SQLAlchemy. This is an
objects containing key-value pairs.
kind: string
label: SQLAlchemy execution options
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
name: user
settings_group_validation:
- - database
- encryption.encryption_method
- encryption.ssl_client_key_store_db.database
- host
- password
- port
Expand Down
12 changes: 12 additions & 0 deletions _data/meltano/extractors/tap-dbf/edgarrmondragon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,18 @@ settings:
kind: string
label: Path
name: path
- description: ''
kind: string
label: S3 Endpoint URL
name: s3.endpoint_url
- description: ''
kind: password
label: S3 Key
name: s3.key
- description: ''
kind: password
label: S3 Secret
name: s3.secret
- description: User-defined config values to be used within map expressions.
kind: object
label: Stream Map Config
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.dev9+eff3995 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
Loading

0 comments on commit 3371de6

Please sign in to comment.