Skip to content

Commit

Permalink
chore: [Hub Bot] Refresh metadata 2024-03-04 (#1699)
Browse files Browse the repository at this point in the history
Co-authored-by: pnadolny13 <[email protected]>
Co-authored-by: Pat Nadolny <[email protected]>
  • Loading branch information
3 people authored Mar 5, 2024
1 parent f017125 commit c0d2b1d
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
4 changes: 4 additions & 0 deletions _data/meltano/loaders/target-csv/meltanolabs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
22 changes: 22 additions & 0 deletions _data/meltano/loaders/target-postgres/meltanolabs.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
capabilities:
- about
- hard-delete
- schema-flattening
- stream-maps
description: PostgreSQL database loader
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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: ''
Expand Down

0 comments on commit c0d2b1d

Please sign in to comment.