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 2024-09-30 #1857

Merged
merged 2 commits into from
Sep 30, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
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 @@ -95,7 +95,7 @@ settings:
kind: string
label: User Agent
name: user_agent
value: tap-dbt/0.12.3.dev3+da3ee25 Singer tap for the dbt Cloud API.
value: tap-dbt/0.12.3.post1 Singer tap for the dbt Cloud API.
settings_group_validation:
- - account_ids
- api_key
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,7 @@ settings:
kind: string
label: Polygon Collections URL
name: polygon_collections_url
value:
https://subgraph.satsuma-prod.com/6449124f8b9b/decentraland/collections-matic-mainnet/version/v1.7.1-rc/api
value: https://subgraph.decentraland.org/collections-matic-mainnet-s
- description: Polygon Mana Holder Url
kind: string
label: Polygon Mana Holder URL
Expand Down
2 changes: 1 addition & 1 deletion _data/meltano/extractors/tap-mailchimp/acarter24.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ settings:
sensitive: true
- description: Your Mailchimp DC
kind: string
label: Data Center
label: Dc
edgarrmondragon marked this conversation as resolved.
Show resolved Hide resolved
name: dc
- description: "'True' to enable schema flattening and automatically expand nested
properties."
Expand Down
8 changes: 8 additions & 0 deletions _data/meltano/extractors/tap-slack/meltanolabs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,14 @@ settings:
kind: array
label: Excluded Channels
name: excluded_channels
- 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
Expand Down
4 changes: 2 additions & 2 deletions _data/meltano/extractors/tap-totango/edsoncezar16.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,9 @@ settings:
label: API URL
name: api_url
options:
- label: US Endpoint
- label: Https://API Totango Com
edgarrmondragon marked this conversation as resolved.
Show resolved Hide resolved
value: https://api.totango.com
- label: EU Endpoint
- label: 'Https://API Eu1 Totango Com '
edgarrmondragon marked this conversation as resolved.
Show resolved Hide resolved
value: 'https://api-eu1.totango.com '
value: https://api.totango.com
- description: The token to authenticate against the API service
Expand Down
8 changes: 4 additions & 4 deletions _data/meltano/loaders/target-clickhouse/shaped-ai.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,10 @@ settings:
label: Optimize After
name: optimize_after
value: false
- description: List of columns to order by. Used for engines that require ordering.
kind: array
label: Order By Keys
name: order_by_keys
- description: Username password
kind: password
label: Password
Expand Down Expand Up @@ -183,10 +187,6 @@ settings:
label: Verify
name: verify
value: true
- description: The list of columns to order by when loading data into the destination.
kind: array
label: Order By Keys
name: order_by_keys
settings_group_validation:
- - sqlalchemy_url
settings_preamble: ''
Expand Down
2 changes: 1 addition & 1 deletion _data/meltano/loaders/target-redshift/ticketswap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ settings:
sensitive: true
- description: Database name. Note if sqlalchemy_url is set this will be ignored.
kind: string
label: Database name
label: Databasename
edgarrmondragon marked this conversation as resolved.
Show resolved Hide resolved
name: dbname
- description: 'Redshift schema to send data to, example: tap-clickup'
kind: string
Expand Down
7 changes: 1 addition & 6 deletions _data/meltano/loaders/target-snowflake/meltanolabs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,12 +93,7 @@ settings:
label: Private Key Passphrase
name: private_key_passphrase
sensitive: true
- description: Private key contents. For KeyPair authentication either `private_key` or `private_key_path` must be provided.
kind: password
label: Private Key
name: private_key
sensitive: true
- description: Path to file containing private key. For KeyPair authentication either `private_key` or `private_key_path` must be provided.
- description: Path to file containing private key.
edgarrmondragon marked this conversation as resolved.
Show resolved Hide resolved
kind: password
label: Private Key Path
name: private_key_path
Expand Down