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-10-16 #1547

Merged
merged 7 commits into from
Oct 18, 2023
Merged
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-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
44 changes: 34 additions & 10 deletions _data/meltano/extractors/tap-db2/danielptv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ 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 +31,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 +86,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
6 changes: 3 additions & 3 deletions _data/meltano/extractors/tap-jira/meltanolabs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,11 +98,11 @@ settings:
name: stream_maps
settings_group_validation:
- - auth.flow
- auth.username
- auth.password
- auth.username
- domain
- - auth.flow
- auth.access_token
- - auth.access_token
- auth.flow
- domain
settings_preamble: ''
usage: ''
Expand Down
4 changes: 4 additions & 0 deletions _data/meltano/extractors/tap-kustomer/meltanolabs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ settings:
kind: password
label: API Key
name: api_key
- description: The latest 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
Expand Down
2 changes: 1 addition & 1 deletion _data/meltano/extractors/tap-meltano/matatika.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ quality: gold
repo: https://github.com/Matatika/tap-meltano
settings:
- description: Meltano Database URI you want to get jobs from
kind: password
kind: string
label: Meltano Database Uri
name: meltano_database_uri
settings_group_validation:
Expand Down
4 changes: 4 additions & 0 deletions _data/meltano/extractors/tap-mssql/buzzcutnorman.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,10 @@ settings:
kind: string
label: Sqlalchemy Eng Params Future
name: sqlalchemy_eng_params.future
- description: This is a Yes No option
kind: string
label: Sqlalchemy URL Query Multisubnetfailover
name: sqlalchemy_url_query.MultiSubnetFailover
- description: This is a Yes No option
kind: string
label: Sqlalchemy URL Query Trustservercertificate
Expand Down
6 changes: 6 additions & 0 deletions _data/meltano/extractors/tap-mysql/meltanolabs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,12 @@ settings:
kind: string
label: Database
name: database
- description: If an array of schema names is provided, the tap will only process
the specified MySQL schemas and ignore others. If left blank, the tap automatically
determines ALL available MySQL schemas.
kind: array
label: Filter Schemas
name: filter_schemas
- description: "'True' to enable schema flattening and automatically expand nested
properties."
kind: boolean
Expand Down
13 changes: 10 additions & 3 deletions _data/meltano/extractors/tap-pinterest-ads/gthesheep.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,24 @@ pip_url: git+https://github.com/gthesheep/tap-pinterest-ads.git
quality: silver
repo: https://github.com/gthesheep/tap-pinterest-ads
settings:
- description: App ID for your Pinterest App
- description: App ID
kind: password
label: Client ID
name: client_id
- description: App secret key
kind: password
label: Client Secret
name: client_secret
- description: Refresh token obtained from the OAuth user flow, described [here](https://developers.pinterest.com/docs/api/v5/#tag/Authentication)
- description: Set to True once backfilled in order to reduce API calls per day
kind: boolean
label: Is Backfilled
name: is_backfilled
- description: Refresh token obtained from the OAuth user flow
kind: password
label: Refresh Token
name: refresh_token
- description: Start date to collect ad analytics from
- description: Date to start collection analytics from
kind: date_iso8601
label: Start Date
name: start_date
settings_group_validation:
Expand Down
4 changes: 4 additions & 0 deletions _data/meltano/extractors/tap-planfix/epoch8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ settings:
kind: password
label: Planfix Token
name: planfix_token
- description: ''
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
Expand Down
6 changes: 6 additions & 0 deletions _data/meltano/extractors/tap-postgres/meltanolabs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,12 @@ settings:
kind: string
label: Database
name: database
- description: 'Defaults to false, if true, date, and timestamp fields will be Strings.
If you see ValueError: Year is out of range, try setting this to True.'
kind: boolean
label: Dates As String
name: dates_as_string
value: false
- description: If an array of schema names is provided, the tap will only process
the specified Postgres schemas and ignore others. If left blank, the tap automatically
determines ALL available Postgres schemas.
Expand Down
Loading