Skip to content

Commit

Permalink
chore: [Hub Bot] Refresh metadata 2024-12-09 (#1907)
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 9, 2024
1 parent 59c64c1 commit 01d4ce8
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 17 deletions.
6 changes: 3 additions & 3 deletions _data/meltano/extractors/tap-athena/meltanolabs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ settings:
label: AWS Access Key ID
name: aws_access_key_id
sensitive: true
- description: AWS region
- description: The AWS region
kind: string
label: AWS Region
label: AWS region
name: aws_region
- description: AWS secret access key
kind: password
Expand Down Expand Up @@ -81,7 +81,7 @@ settings:
name: flattening_max_depth
- description: The S3 staging directory where output is written.
kind: string
label: S3 Staging Dir
label: S3 staging directory
name: s3_staging_dir
- description: Athena schema name
kind: string
Expand Down
18 changes: 9 additions & 9 deletions _data/meltano/extractors/tap-clickhouse/akurdyukov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ repo: https://github.com/akurdyukov/tap-clickhouse
settings:
- 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 @@ -32,7 +32,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 @@ -41,11 +41,11 @@ 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: Database name
kind: string
Expand All @@ -66,20 +66,20 @@ settings:
value: http
- 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: "'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: Database host
kind: string
Expand All @@ -103,7 +103,7 @@ settings:
value: false
- 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
4 changes: 2 additions & 2 deletions _data/meltano/extractors/tap-db2/danielptv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,8 @@ settings:
that has set strict resource limits per query. Only works for streams with numeric
primary keys.
kind: object
label: Query Partitioning
name: query_partitioning
label: Query Partition
name: query_partition
- description: The DB2 schema.
kind: string
label: Schema
Expand Down
8 changes: 8 additions & 0 deletions _data/meltano/extractors/tap-postgres/meltanolabs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,14 @@ settings:
label: Port
name: port
value: 5432
- description: Name of the replication slot to use for logical replication. Must be
unique for parallel extractions. Only applicable when replication_method is LOG_BASED.
- Contain only letters, numbers, and underscores. - Be less than or equal to 63
characters. - Not start with 'pg_'.
kind: string
label: Replication Slot Name
name: replication_slot_name
value: tappostgres
- description: Example postgresql://[username]:[password]@localhost:5432/[db_name]
kind: string
label: SQLAlchemy URL
Expand Down
6 changes: 3 additions & 3 deletions _data/meltano/loaders/target-redshift/ticketswap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ settings:
value: false
- description: Redshift copy role arn to use for the COPY command from s3
kind: string
label: AWS Redshift Copy Role Arn
label: AWS Redshift Copy Role ARN
name: aws_redshift_copy_role_arn
- description: Maximum number of rows in each batch.
kind: integer
Expand All @@ -48,7 +48,7 @@ settings:
sensitive: true
- description: Database name. Note if sqlalchemy_url is set this will be ignored.
kind: string
label: Database name
label: Database Name
name: dbname
- description: 'Redshift schema to send data to, example: tap-clickup'
kind: string
Expand All @@ -58,7 +58,7 @@ settings:
- description: If true, use temporary credentials
(https://docs.aws.amazon.com/redshift/latest/mgmt/generating-iam-credentials-cli-api.html).
kind: boolean
label: Enable Iam Authentication
label: Enable IAM Authentication
name: enable_iam_authentication
- description: 'One or more LCID locale strings to produce localized output for: https://faker.readthedocs.io/en/master/#localization'
kind: array
Expand Down

0 comments on commit 01d4ce8

Please sign in to comment.