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-10-14 #1867

Merged
merged 5 commits into from
Oct 14, 2024
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
10 changes: 10 additions & 0 deletions _data/meltano/extractors/tap-clickhouse/akurdyukov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ settings:
options:
- label: Jsonl
value: jsonl
- label: Parquet
value: parquet
- description: Prefix to use when writing batch files.
kind: string
label: Batch Config Storage Prefix
Expand All @@ -62,6 +64,14 @@ settings:
- label: Asynch
value: asynch
value: http
- 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-dbt/meltanolabs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ logo_url: /assets/logos/extractors/dbt.png
maintenance_status: active
name: tap-dbt
namespace: tap_dbt
pip_url: git+https://github.com/meltanolabs/tap-dbt.git
pip_url: tap-dbt
quality: gold
repo: https://github.com/meltanolabs/tap-dbt
settings:
Expand Down Expand Up @@ -95,7 +95,7 @@ settings:
kind: string
label: User Agent
name: user_agent
value: tap-dbt/0.12.3.post1.dev4+61163da 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
10 changes: 10 additions & 0 deletions _data/meltano/extractors/tap-exact/ticketswap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ settings:
options:
- label: Jsonl
value: jsonl
- label: Parquet
value: parquet
- description: Prefix to use when writing batch files.
kind: string
label: Batch Config Storage Prefix
Expand All @@ -59,6 +61,14 @@ settings:
kind: array
label: Divisions
name: divisions
- 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
8 changes: 8 additions & 0 deletions _data/meltano/extractors/tap-trello/matatika.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,14 @@ settings:
label: Developer API Key
name: developer_api_key
sensitive: true
- 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