diff --git a/_data/meltano/loaders/target-csv/meltanolabs.yml b/_data/meltano/loaders/target-csv/meltanolabs.yml index 8d289d62a..14d7febbc 100644 --- a/_data/meltano/loaders/target-csv/meltanolabs.yml +++ b/_data/meltano/loaders/target-csv/meltanolabs.yml @@ -21,6 +21,10 @@ settings: kind: boolean label: Add Record Metadata name: add_record_metadata +- description: Maximum number of rows in each batch. + kind: integer + label: Batch Size Rows + name: batch_size_rows - description: 'A python format string to use when outputting the `{datestamp}` string. For reference, see: https://docs.python.org/3/library/datetime.html#strftime-and-strptime-format-codes' kind: string diff --git a/_data/meltano/loaders/target-postgres/meltanolabs.yml b/_data/meltano/loaders/target-postgres/meltanolabs.yml index 759a82d26..e8053c198 100644 --- a/_data/meltano/loaders/target-postgres/meltanolabs.yml +++ b/_data/meltano/loaders/target-postgres/meltanolabs.yml @@ -1,5 +1,6 @@ capabilities: - about +- hard-delete - schema-flattening - stream-maps description: PostgreSQL database loader @@ -47,6 +48,14 @@ settings: label: Dialect+Driver name: dialect+driver value: postgresql+psycopg2 +- 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 @@ -68,6 +77,14 @@ settings: kind: string label: Host name: host +- description: If set to true, the target will interpret the content encoding of the + schema to determine how to store the data. Using this option may result in a more + efficient storage of the data but may also result in an error if the data is not + encoded as expected. + kind: boolean + label: Interpret Content Encoding + name: interpret_content_encoding + value: false - description: The method to use when loading data into the destination. `append-only` will always write all input records whether that records already exists or not. `upsert` will update existing records and insert new records. `overwrite` will @@ -199,6 +216,11 @@ settings: kind: string label: User name: user +- description: Whether to validate the schema of the incoming streams. + kind: boolean + label: Validate Records + name: validate_records + value: true settings_group_validation: - [] settings_preamble: ''