diff --git a/_data/meltano/extractors/tap-circle-ci/meltanolabs.yml b/_data/meltano/extractors/tap-circle-ci/meltanolabs.yml index f9d72bdaa..8352f4308 100644 --- a/_data/meltano/extractors/tap-circle-ci/meltanolabs.yml +++ b/_data/meltano/extractors/tap-circle-ci/meltanolabs.yml @@ -92,7 +92,7 @@ settings: kind: string label: User Agent name: user_agent - value: tap-circle-ci/0.2.2 Singer tap for the CircleCI API. + value: tap-circle-ci/[could not be detected] Singer tap for the CircleCI API. settings_group_validation: - - org_slug - token diff --git a/_data/meltano/extractors/tap-mailchimp/acarter24.yml b/_data/meltano/extractors/tap-mailchimp/acarter24.yml index e90c8e017..f779a6eb6 100644 --- a/_data/meltano/extractors/tap-mailchimp/acarter24.yml +++ b/_data/meltano/extractors/tap-mailchimp/acarter24.yml @@ -28,7 +28,7 @@ settings: sensitive: true - description: Your Mailchimp DC kind: string - label: Data Center + label: Dc name: dc - description: "'True' to enable schema flattening and automatically expand nested properties." diff --git a/_data/meltano/extractors/tap-totango/edsoncezar16.yml b/_data/meltano/extractors/tap-totango/edsoncezar16.yml index 3b611e1b4..9c2a991da 100644 --- a/_data/meltano/extractors/tap-totango/edsoncezar16.yml +++ b/_data/meltano/extractors/tap-totango/edsoncezar16.yml @@ -76,9 +76,9 @@ settings: label: API URL name: api_url options: - - label: US Endpoint + - label: Https://API Totango Com value: https://api.totango.com - - label: EU Endpoint + - label: 'Https://API Eu1 Totango Com ' value: 'https://api-eu1.totango.com ' value: https://api.totango.com - description: The token to authenticate against the API service diff --git a/_data/meltano/loaders/target-elasticsearch/dtmirizzi.yml b/_data/meltano/loaders/target-elasticsearch/dtmirizzi.yml index 80e8a7773..c6acec1e9 100644 --- a/_data/meltano/loaders/target-elasticsearch/dtmirizzi.yml +++ b/_data/meltano/loaders/target-elasticsearch/dtmirizzi.yml @@ -31,6 +31,10 @@ settings: label: API Key ID name: api_key_id sensitive: true +- description: Maximum number of rows in each batch. + kind: integer + label: Batch Size Rows + name: batch_size_rows - description: Bearer token for bearer authorization kind: password label: Bearer Token @@ -41,6 +45,14 @@ settings: label: Encoded API Key name: encoded_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 @@ -154,6 +166,11 @@ settings: kind: string label: Username name: username +- description: Whether to validate the schema of the incoming streams. + kind: boolean + label: Validate Records + name: validate_records + value: true settings_group_validation: - - host - port diff --git a/_data/meltano/loaders/target-redshift/ticketswap.yml b/_data/meltano/loaders/target-redshift/ticketswap.yml index 971f3f9c1..7757d01f1 100644 --- a/_data/meltano/loaders/target-redshift/ticketswap.yml +++ b/_data/meltano/loaders/target-redshift/ticketswap.yml @@ -43,9 +43,9 @@ settings: sensitive: true - description: Database name. Note if sqlalchemy_url is set this will be ignored. kind: string - label: Database name + label: Databasename name: dbname -- description: 'Redshift schema to send data to, example: tap-clickup' +- description: 'Redsdhift schema to send data to, example: tap-clickup' kind: string label: Default Target Schema name: default_target_schema