diff --git a/_data/meltano/extractors/tap-totango/edsoncezar16.yml b/_data/meltano/extractors/tap-totango/edsoncezar16.yml index e3a113e4a..3b611e1b4 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: https://api.totango.com + - label: US Endpoint value: https://api.totango.com - - label: 'https://api-eu1.totango.com' + - label: EU Endpoint 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-postgres/meltanolabs.yml b/_data/meltano/loaders/target-postgres/meltanolabs.yml index e8053c198..8356415b0 100644 --- a/_data/meltano/loaders/target-postgres/meltanolabs.yml +++ b/_data/meltano/loaders/target-postgres/meltanolabs.yml @@ -33,6 +33,10 @@ settings: label: Add Record Metadata name: add_record_metadata value: true +- description: Maximum number of rows in each batch. + kind: integer + label: Batch Size Rows + name: batch_size_rows - description: Database name. Note if sqlalchemy_url is set this will be ignored. kind: string label: Database diff --git a/_data/meltano/loaders/target-redshift/ticketswap.yml b/_data/meltano/loaders/target-redshift/ticketswap.yml index a0200633f..971f3f9c1 100644 --- a/_data/meltano/loaders/target-redshift/ticketswap.yml +++ b/_data/meltano/loaders/target-redshift/ticketswap.yml @@ -45,7 +45,7 @@ settings: kind: string label: Database name name: dbname -- description: 'Reddhift schema to send data to, example: tap-clickup' +- description: 'Redshift schema to send data to, example: tap-clickup' kind: string label: Default Target Schema name: default_target_schema