-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into edgarrmondragon/feat/add-tap-fedidb
- Loading branch information
Showing
24 changed files
with
403 additions
and
70 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,112 @@ | ||
capabilities: | ||
- about | ||
- batch | ||
- catalog | ||
- discover | ||
- schema-flattening | ||
- state | ||
- stream-maps | ||
description: Meltano Tap for ingesting Apache Iceberg data | ||
domain_url: https://iceberg.apache.org | ||
executable: tap-iceberg | ||
keywords: | ||
- meltano_sdk | ||
label: Iceberg | ||
logo_url: /assets/logos/extractors/iceberg.png | ||
maintenance_status: active | ||
name: tap-iceberg | ||
namespace: tap_iceberg | ||
next_steps: '' | ||
pip_url: git+https://github.com/shaped-ai/tap-iceberg.git | ||
quality: unknown | ||
repo: https://github.com/shaped-ai/tap-iceberg | ||
settings: | ||
- 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 | ||
- label: Parquet | ||
value: parquet | ||
- 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: The name of the catalog to connect to. | ||
label: Catalog Name | ||
name: catalog_name | ||
- description: The type of catalog to connect to. | ||
label: Catalog Type | ||
name: catalog_type | ||
- description: The URI of the catalog to connect to. | ||
label: Catalog URI | ||
name: catalog_uri | ||
- description: Additional properties to pass to the catalog connection. | ||
kind: object | ||
label: Catalog Properties | ||
name: catalog_properties | ||
- description: The access key of the AWS Glue Data Catalog. | ||
label: Access Key | ||
name: client_access_key_id | ||
sensitive: true | ||
- description: The secret access key of the AWS Glue Data Catalog. | ||
label: Secret Access Key | ||
name: client_secret_access_key | ||
sensitive: true | ||
- description: The session token of the AWS Glue Data Catalog. | ||
label: Session Token | ||
name: client_session_token | ||
sensitive: true | ||
- description: The region of the AWS Glue Data Catalog. | ||
label: Region | ||
name: client_region | ||
- description: The IAM role ARN to assume when connecting to the AWS Glue Data Catalog. | ||
label: Role ARN | ||
name: client_iam_role_arn | ||
- 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 | ||
label: Flattening Enabled | ||
name: flattening_enabled | ||
- description: The max depth to flatten schemas. | ||
kind: integer | ||
label: Flattening Max Depth | ||
name: flattening_max_depth | ||
- 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: | ||
- - catalog_type | ||
- catalog_uri | ||
settings_preamble: '' | ||
usage: '' | ||
variant: shaped-ai |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -56,5 +56,4 @@ settings_group_validation: | |
- start_date | ||
- tables | ||
- username | ||
- username | ||
variant: singer-io |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,106 @@ | ||
capabilities: | ||
- about | ||
- batch | ||
- catalog | ||
- discover | ||
- schema-flattening | ||
- state | ||
- stream-maps | ||
description: Healthcare Productivity Tools | ||
domain_url: https://staffwi.se/user-guide/api/reporting | ||
executable: tap-staffwise | ||
keywords: | ||
- health | ||
- payroll | ||
- meltano_sdk | ||
label: Staffwise | ||
logo_url: /assets/logos/extractors/staffwise.svg | ||
maintenance_status: active | ||
name: tap-staffwise | ||
namespace: tap_staffwise | ||
next_steps: '' | ||
pip_url: git+https://github.com/chartica/tap-staffwise.git | ||
quality: silver | ||
repo: https://github.com/chartica/tap-staffwise | ||
settings: | ||
- description: API Key to authenticate requests and access the API | ||
kind: password | ||
label: API Key | ||
name: api_key | ||
sensitive: true | ||
- description: Subdomain you would like to pull data from | ||
kind: string | ||
label: Subdomain | ||
name: subdomain | ||
- description: Reporting ID of each report | ||
kind: password | ||
label: Reporting ID | ||
name: reporting_id | ||
sensitive: true | ||
- description: The start date for filtering results in the API call | ||
kind: string | ||
label: Start Date (Optional) | ||
name: start_date | ||
- description: The end date for filtering results in the API call | ||
kind: string | ||
label: Stop Date (Optional) | ||
name: stop_date | ||
- 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 | ||
- label: Parquet | ||
value: parquet | ||
- 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: '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 | ||
label: Flattening Enabled | ||
name: flattening_enabled | ||
- description: The max depth to flatten schemas. | ||
kind: integer | ||
label: Flattening Max Depth | ||
name: flattening_max_depth | ||
- 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: | ||
- - api_key | ||
- reporting_id | ||
- subdomain | ||
settings_preamble: '' | ||
usage: '' | ||
variant: chartica |
Oops, something went wrong.