Skip to content

Commit

Permalink
Merge branch 'main' into tap-geekbot
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon authored Jan 2, 2025
2 parents 6ed46d7 + 446506b commit 6cb0ef4
Show file tree
Hide file tree
Showing 4 changed files with 69 additions and 6 deletions.
44 changes: 44 additions & 0 deletions _data/meltano/extractors/tap-bexio/substringgmbh.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
capabilities:
- about
- batch
- catalog
- discover
- schema-flattening
- state
- stream-maps
description: Business Software for Small Businesses and Startups
Expand All @@ -23,12 +25,54 @@ settings:
label: Auth Token
name: auth_token
sensitive: true
- description: Compression format to use for batch files.
kind: options
label: Batch Config Encoding Compression
name: batch_config.encoding.compression
options:
- label: GZIP
value: gzip
- label: None
value: none
- description: Format to use for batch files.
kind: options
label: Batch Config Encoding Format
name: batch_config.encoding.format
options:
- label: JSONL
value: jsonl
- description: Prefix to use when writing batch files.
kind: string
label: Batch Config Storage Prefix
name: batch_config.storage.prefix
- description: Root path to use when writing batch files.
kind: string
label: Batch Config Storage Root
name: batch_config.storage.root
- description: "'True' to enable schema flattening and automatically expand nested
properties."
kind: boolean
label: Flattening Enabled
name: flattening_enabled
- description: The max depth to flatten schemas.
kind: integer
label: Flattening Max Depth
name: flattening_max_depth
- description: "Determines how much historical data will be extracted. Please be aware\n
that the larger the time period and amount of data, the longer the initial extraction\n
can be expected to take."
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
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).
kind: object
label: Stream Maps
name: stream_maps
settings_group_validation:
- - auth_token
settings_preamble: ''
Expand Down
5 changes: 5 additions & 0 deletions _data/meltano/extractors/tap-faire/hotgluexyz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ pip_url: git+https://gitlab.com/hotglue/tap-faire.git
quality: gold
repo: https://gitlab.com/hotglue/tap-faire
settings:
- description: The token to authenticate against the API service
kind: password
label: Access Token
name: access_token
sensitive: true
- description: The token to authenticate against the API service
kind: password
label: API Key
Expand Down
20 changes: 14 additions & 6 deletions _data/meltano/extractors/tap-github/meltanolabs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,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 @@ -51,7 +51,7 @@ 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
Expand All @@ -60,24 +60,32 @@ settings:
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: ''
kind: integer
label: Expiry Time Buffer
name: expiry_time_buffer
- 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 log level of the API response metrics.
kind: string
Expand Down
6 changes: 6 additions & 0 deletions _data/meltano/loaders/target-redshift/ticketswap.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
capabilities:
- about
- activate-version
- hard-delete
- schema-flattening
- stream-maps
Expand Down Expand Up @@ -114,6 +115,11 @@ settings:
label: Port
name: port
value: '5432'
- description: Whether to process `ACTIVATE_VERSION` messages.
kind: boolean
label: Process `ACTIVATE_VERSION` messages
name: process_activate_version_messages
value: true
- description: If you want to remove staging files in S3
kind: boolean
label: Remove S3 Files
Expand Down

0 comments on commit 6cb0ef4

Please sign in to comment.