Skip to content

Commit

Permalink
chore: [Hub Bot] Refresh metadata 2024-12-02 (#1904)
Browse files Browse the repository at this point in the history
Co-authored-by: pnadolny13 <[email protected]>
Co-authored-by: Edgar Ramírez Mondragón <[email protected]>
  • Loading branch information
3 people authored Dec 2, 2024
1 parent 5c52288 commit 3664a5b
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 11 deletions.
8 changes: 4 additions & 4 deletions _data/meltano/extractors/tap-db2/danielptv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,11 @@ settings:
name: encryption.ssl_server_certificate
- 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
label: Faker 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
label: Faker Seed
name: faker_config.seed
- description: Apply a custom WHERE condition per stream. Unlike the filter available
in stream_maps, this will be evaluated BEFORE extracting the data.
Expand All @@ -66,11 +66,11 @@ settings:
- description: "'True' to enable schema flattening and automatically expand nested
properties."
kind: boolean
label: Flattening Enabled
label: Enable Schema Flattening
name: flattening_enabled
- description: The max depth to flatten schemas.
kind: integer
label: Flattening Max Depth
label: Max Flattening Depth
name: flattening_max_depth
- description: The DB2 hostname.
kind: string
Expand Down
24 changes: 17 additions & 7 deletions _data/meltano/extractors/tap-stripe/ticketswap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ settings:
sensitive: true
- description: Compression format to use for batch files.
kind: options
label: Batch Config Encoding Compression
label: Batch Compression Format
name: batch_config.encoding.compression
options:
- label: GZIP
Expand All @@ -37,35 +37,45 @@ settings:
value: none
- description: Format to use for batch files.
kind: options
label: Batch Config Encoding Format
label: Batch Encoding Format
name: batch_config.encoding.format
options:
- label: JSONL
value: jsonl
- label: Parquet
value: parquet
- description: Prefix to use when writing batch files.
kind: string
label: Batch Config Storage Prefix
label: Batch Storage Prefix
name: batch_config.storage.prefix
- description: Root path to use when writing batch files.
kind: string
label: Batch Config Storage Root
label: Batch Storage Root
name: batch_config.storage.root
- description: 'One or more LCID locale strings to produce localized output for: https://faker.readthedocs.io/en/master/#localization'
kind: array
label: Faker 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 Seed
name: faker_config.seed
- description: "'True' to enable schema flattening and automatically expand nested
properties."
kind: boolean
label: Flattening Enabled
label: Enable Schema Flattening
name: flattening_enabled
- description: The max depth to flatten schemas.
kind: integer
label: Flattening Max Depth
label: Max Flattening Depth
name: flattening_max_depth
- description: The earliest record date to sync
kind: date_iso8601
label: Start Date
name: start_date
- description: User-defined config values to be used within map expressions.
kind: object
label: Stream Map Config
label: User Stream Map Configuration
name: stream_map_config
- description: Config object for stream maps capability. For more information check
out [Stream Maps](https://sdk.meltano.com/en/latest/stream_maps.html).
Expand Down

0 comments on commit 3664a5b

Please sign in to comment.