diff --git a/_data/meltano/extractors/tap-clickhouse/akurdyukov.yml b/_data/meltano/extractors/tap-clickhouse/akurdyukov.yml index 9a4b02a40..c4cb43191 100644 --- a/_data/meltano/extractors/tap-clickhouse/akurdyukov.yml +++ b/_data/meltano/extractors/tap-clickhouse/akurdyukov.yml @@ -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 @@ -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 diff --git a/_data/meltano/extractors/tap-dbt/meltanolabs.yml b/_data/meltano/extractors/tap-dbt/meltanolabs.yml index d8292106b..420ae1d26 100644 --- a/_data/meltano/extractors/tap-dbt/meltanolabs.yml +++ b/_data/meltano/extractors/tap-dbt/meltanolabs.yml @@ -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: @@ -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 diff --git a/_data/meltano/extractors/tap-exact/ticketswap.yml b/_data/meltano/extractors/tap-exact/ticketswap.yml index 639b8de4a..bdc68ba7c 100644 --- a/_data/meltano/extractors/tap-exact/ticketswap.yml +++ b/_data/meltano/extractors/tap-exact/ticketswap.yml @@ -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 @@ -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 diff --git a/_data/meltano/extractors/tap-trello/matatika.yml b/_data/meltano/extractors/tap-trello/matatika.yml index 0760b107d..8b768d162 100644 --- a/_data/meltano/extractors/tap-trello/matatika.yml +++ b/_data/meltano/extractors/tap-trello/matatika.yml @@ -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