diff --git a/.github/workflows/check-yaml-format.yml b/.github/workflows/check-yaml-format.yml index ccd2b9d05..ac9d4c53e 100644 --- a/.github/workflows/check-yaml-format.yml +++ b/.github/workflows/check-yaml-format.yml @@ -18,7 +18,7 @@ jobs: - name: Get changed files in the docs folder id: changed-files - uses: tj-actions/changed-files@v45.0.3 + uses: tj-actions/changed-files@v45.0.4 with: files: | _data/**/*.yml diff --git a/.github/workflows/test_dispatcher.yml b/.github/workflows/test_dispatcher.yml index 687869d89..4770dd998 100644 --- a/.github/workflows/test_dispatcher.yml +++ b/.github/workflows/test_dispatcher.yml @@ -26,7 +26,7 @@ jobs: - name: Get changed files id: changed_files - uses: tj-actions/changed-files@v45.0.3 + uses: tj-actions/changed-files@v45.0.4 with: sha: ${{ github.event.pull_request.head.sha }} json: "true" diff --git a/.github/workflows/test_meltano_add_install.yml b/.github/workflows/test_meltano_add_install.yml index bb499a6df..57a9583b4 100644 --- a/.github/workflows/test_meltano_add_install.yml +++ b/.github/workflows/test_meltano_add_install.yml @@ -22,7 +22,7 @@ jobs: - name: Get changed plugins id: changed_plugins - uses: tj-actions/changed-files@v45.0.3 + uses: tj-actions/changed-files@v45.0.4 with: files: _data/meltano/*/*/*.yml matrix: true diff --git a/_data/meltano/extractors/tap-airtable/tomasvotava.yml b/_data/meltano/extractors/tap-airtable/tomasvotava.yml index 37022b8f1..9f0932851 100644 --- a/_data/meltano/extractors/tap-airtable/tomasvotava.yml +++ b/_data/meltano/extractors/tap-airtable/tomasvotava.yml @@ -27,7 +27,7 @@ settings: name: base_ids - 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 @@ -36,7 +36,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 @@ -45,32 +45,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: '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: 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). diff --git a/_data/meltano/extractors/tap-apple-search-ads/ticketswap.yml b/_data/meltano/extractors/tap-apple-search-ads/ticketswap.yml index d8d81a857..9f44b2116 100644 --- a/_data/meltano/extractors/tap-apple-search-ads/ticketswap.yml +++ b/_data/meltano/extractors/tap-apple-search-ads/ticketswap.yml @@ -21,7 +21,7 @@ repo: https://github.com/TicketSwap/tap-apple-search-ads 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 @@ -30,7 +30,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 @@ -39,11 +39,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: The client id to authenticate against the API service kind: password @@ -61,20 +61,20 @@ settings: name: end_date - 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: The organisation id in your apple search ads. kind: password @@ -101,7 +101,7 @@ settings: 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). diff --git a/_data/meltano/extractors/tap-athena/meltanolabs.yml b/_data/meltano/extractors/tap-athena/meltanolabs.yml index e897f9ff3..795163c50 100644 --- a/_data/meltano/extractors/tap-athena/meltanolabs.yml +++ b/_data/meltano/extractors/tap-athena/meltanolabs.yml @@ -38,7 +38,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 @@ -47,7 +47,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 @@ -56,28 +56,28 @@ 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: '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: The S3 staging directory where output is written. kind: string @@ -89,7 +89,7 @@ settings: name: schema_name - 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). diff --git a/_data/meltano/extractors/tap-auth0/matatika.yml b/_data/meltano/extractors/tap-auth0/matatika.yml index 5c0f9727f..18b6bc5c3 100644 --- a/_data/meltano/extractors/tap-auth0/matatika.yml +++ b/_data/meltano/extractors/tap-auth0/matatika.yml @@ -22,7 +22,7 @@ repo: https://github.com/Matatika/tap-auth0 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 @@ -31,7 +31,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 @@ -40,11 +40,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: App client ID kind: password @@ -62,20 +62,20 @@ settings: name: domain - 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: Job poll interval (ms) kind: integer @@ -89,7 +89,7 @@ settings: value: 10 - 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). diff --git a/_data/meltano/extractors/tap-cloudwatch/meltanolabs.yml b/_data/meltano/extractors/tap-cloudwatch/meltanolabs.yml index 2a3019ead..14d7c92ad 100644 --- a/_data/meltano/extractors/tap-cloudwatch/meltanolabs.yml +++ b/_data/meltano/extractors/tap-cloudwatch/meltanolabs.yml @@ -52,7 +52,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 @@ -61,7 +61,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 @@ -70,11 +70,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: The size of the time window to query by, default 3,600 seconds (i.e. 1 hour). If the result set for a batch is greater than the max limit of 10,000 @@ -97,20 +97,20 @@ settings: name: end_date - 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: The log group on which to perform the query. kind: string @@ -128,7 +128,7 @@ settings: 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). diff --git a/_data/meltano/extractors/tap-csv/meltanolabs.yml b/_data/meltano/extractors/tap-csv/meltanolabs.yml index cb20b1cee..1d5363e1d 100644 --- a/_data/meltano/extractors/tap-csv/meltanolabs.yml +++ b/_data/meltano/extractors/tap-csv/meltanolabs.yml @@ -41,11 +41,11 @@ settings: placeholder: Ex. files-def.json - 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: | Array of objects with `entity`, `path`, `keys`, and `encoding` [Optional] keys: @@ -72,15 +72,15 @@ 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: 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). diff --git a/_data/meltano/extractors/tap-dbf/edgarrmondragon.yml b/_data/meltano/extractors/tap-dbf/edgarrmondragon.yml index 143ee931a..abe4052e6 100644 --- a/_data/meltano/extractors/tap-dbf/edgarrmondragon.yml +++ b/_data/meltano/extractors/tap-dbf/edgarrmondragon.yml @@ -22,7 +22,7 @@ repo: https://github.com/edgarrmondragon/tap-dbf 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 @@ -31,7 +31,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 @@ -40,28 +40,28 @@ 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: '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: The root of the filesystem to read from. kind: string @@ -99,7 +99,7 @@ settings: sensitive: true - 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). diff --git a/_data/meltano/extractors/tap-dbt/meltanolabs.yml b/_data/meltano/extractors/tap-dbt/meltanolabs.yml index 99e8e8fb5..440348396 100644 --- a/_data/meltano/extractors/tap-dbt/meltanolabs.yml +++ b/_data/meltano/extractors/tap-dbt/meltanolabs.yml @@ -36,7 +36,7 @@ settings: value: https://cloud.getdbt.com/api/v2 - 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 @@ -45,7 +45,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 @@ -54,28 +54,28 @@ 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: '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: Page size to use in limit= url parameter kind: integer @@ -84,7 +84,7 @@ settings: value: 5000 - 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). @@ -95,7 +95,7 @@ settings: kind: string label: User Agent name: user_agent - value: tap-dbt/0.12.3.post1.dev8+a4e0b7b Singer tap for the dbt Cloud API. + value: tap-dbt/0.13.0 Singer tap for the dbt Cloud API. settings_group_validation: - - account_ids - api_key diff --git a/_data/meltano/extractors/tap-decentraland-api/decentraland.yml b/_data/meltano/extractors/tap-decentraland-api/decentraland.yml index 9b29851a5..eb1b02497 100644 --- a/_data/meltano/extractors/tap-decentraland-api/decentraland.yml +++ b/_data/meltano/extractors/tap-decentraland-api/decentraland.yml @@ -23,6 +23,11 @@ settings: label: API URL name: api_url value: https://api.decentraland.org +- description: '' + kind: string + label: Badges URL + name: badges_url + value: https://badges.decentraland.org - description: '' kind: string label: Builder API URL diff --git a/_data/meltano/extractors/tap-delighted/ticketswap.yml b/_data/meltano/extractors/tap-delighted/ticketswap.yml index 00fdf5536..51f121ef7 100644 --- a/_data/meltano/extractors/tap-delighted/ticketswap.yml +++ b/_data/meltano/extractors/tap-delighted/ticketswap.yml @@ -29,7 +29,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 @@ -38,7 +38,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 @@ -47,28 +47,28 @@ 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: '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: The earliest record date to sync kind: date_iso8601 @@ -76,7 +76,7 @@ settings: 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). diff --git a/_data/meltano/extractors/tap-exact/ticketswap.yml b/_data/meltano/extractors/tap-exact/ticketswap.yml index 8554400f4..ab9613b5f 100644 --- a/_data/meltano/extractors/tap-exact/ticketswap.yml +++ b/_data/meltano/extractors/tap-exact/ticketswap.yml @@ -23,7 +23,7 @@ repo: https://github.com/TicketSwap/tap-exact 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 @@ -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 @@ -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: The client id to authenticate against the API service kind: password @@ -63,20 +63,20 @@ settings: name: divisions - 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: The earliest record date to sync kind: date_iso8601 @@ -84,7 +84,7 @@ settings: 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). diff --git a/_data/meltano/extractors/tap-f1/reubenf.yml b/_data/meltano/extractors/tap-f1/reubenf.yml index a4479dd6e..95018743e 100644 --- a/_data/meltano/extractors/tap-f1/reubenf.yml +++ b/_data/meltano/extractors/tap-f1/reubenf.yml @@ -27,7 +27,7 @@ repo: https://github.com/ReubenFrankel/tap-f1 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 @@ -36,7 +36,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 @@ -45,28 +45,28 @@ 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: '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: Date to sync data from (defaults to the first day of the current year - e.g. `2023-01-01`) @@ -75,7 +75,7 @@ settings: 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). diff --git a/_data/meltano/extractors/tap-facebook/meltanolabs.yml b/_data/meltano/extractors/tap-facebook/meltanolabs.yml index d086835fc..89566cde5 100644 --- a/_data/meltano/extractors/tap-facebook/meltanolabs.yml +++ b/_data/meltano/extractors/tap-facebook/meltanolabs.yml @@ -35,10 +35,10 @@ settings: kind: string label: API Version name: api_version - value: v18.0 + value: v19.0 - 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 @@ -47,7 +47,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 @@ -56,11 +56,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: The latest record date to sync kind: date_iso8601 @@ -68,20 +68,20 @@ settings: name: end_date - 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: A list of insight report definitions. See the [Ad Insights docs](https://developers.facebook.com/docs/marketing-api/reference/adgroup/insights) @@ -96,7 +96,7 @@ settings: 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). diff --git a/_data/meltano/extractors/tap-fedidb/edgarrmondragon.yml b/_data/meltano/extractors/tap-fedidb/edgarrmondragon.yml index 3157fc65a..a00389b45 100644 --- a/_data/meltano/extractors/tap-fedidb/edgarrmondragon.yml +++ b/_data/meltano/extractors/tap-fedidb/edgarrmondragon.yml @@ -25,7 +25,7 @@ repo: https://github.com/edgarrmondragon/tap-fedidb 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 @@ -34,7 +34,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 @@ -43,32 +43,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: '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: 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). diff --git a/_data/meltano/extractors/tap-fleetio/fleetio.yml b/_data/meltano/extractors/tap-fleetio/fleetio.yml index bff0ce335..48eac8549 100644 --- a/_data/meltano/extractors/tap-fleetio/fleetio.yml +++ b/_data/meltano/extractors/tap-fleetio/fleetio.yml @@ -38,7 +38,7 @@ settings: value: https://secure.fleetio.com/api - 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 @@ -47,7 +47,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 @@ -56,32 +56,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: '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: 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). diff --git a/_data/meltano/extractors/tap-gohighlevel/meltanolabs.yml b/_data/meltano/extractors/tap-gohighlevel/meltanolabs.yml index dd10eca88..12c4e89df 100644 --- a/_data/meltano/extractors/tap-gohighlevel/meltanolabs.yml +++ b/_data/meltano/extractors/tap-gohighlevel/meltanolabs.yml @@ -23,7 +23,7 @@ repo: https://github.com/MeltanoLabs/tap-gohighlevel 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 @@ -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 @@ -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: Client ID for the API service kind: password @@ -59,20 +59,20 @@ settings: sensitive: true - 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: The Location Id to request data kind: password @@ -86,7 +86,7 @@ settings: sensitive: true - 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). diff --git a/_data/meltano/extractors/tap-google-sheets/matatika.yml b/_data/meltano/extractors/tap-google-sheets/matatika.yml index fb8d99d39..13ba9ad98 100644 --- a/_data/meltano/extractors/tap-google-sheets/matatika.yml +++ b/_data/meltano/extractors/tap-google-sheets/matatika.yml @@ -23,7 +23,7 @@ repo: https://github.com/Matatika/tap-google-sheets 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 @@ -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 @@ -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: Optionally sync data from a different sheet in your Google Sheet kind: string @@ -53,20 +53,20 @@ settings: name: child_sheet_name - 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: Optionally choose one or more primary key columns kind: array @@ -108,7 +108,7 @@ settings: name: sheets - 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). diff --git a/_data/meltano/extractors/tap-intercom/ticketswap.yml b/_data/meltano/extractors/tap-intercom/ticketswap.yml index e7524ea89..d325f2faf 100644 --- a/_data/meltano/extractors/tap-intercom/ticketswap.yml +++ b/_data/meltano/extractors/tap-intercom/ticketswap.yml @@ -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 @@ -37,7 +37,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 @@ -46,28 +46,28 @@ 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: '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: The earliest record date to sync kind: date_iso8601 @@ -75,7 +75,7 @@ settings: 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). diff --git a/_data/meltano/extractors/tap-jira/meltanolabs.yml b/_data/meltano/extractors/tap-jira/meltanolabs.yml index 16a8f205b..bb7685eea 100644 --- a/_data/meltano/extractors/tap-jira/meltanolabs.yml +++ b/_data/meltano/extractors/tap-jira/meltanolabs.yml @@ -21,35 +21,17 @@ pip_url: git+https://github.com/MeltanoLabs/tap-jira.git quality: silver repo: https://github.com/MeltanoLabs/tap-jira settings: -- description: The Jira API access token if using OAuth auth flow. +- description: Jira API Token. kind: password - label: Auth Access Token - name: auth.access_token + label: API Token + name: api_token sensitive: true -- description: The authentication type to use. - kind: string - label: Auth Flow - name: auth.flow - options: - - label: OAuth - value: oauth - - label: Password - value: password -- description: The Jira password if using the user/pass auth flow. - kind: password - label: Auth Password - name: auth.password - sensitive: true -- description: The Jira username if using the user/pass auth flow. - kind: string - label: Auth Username - name: auth.username - description: Compression format to use for batch files. kind: options label: Batch Config Encoding Compression name: batch_config.encoding.compression options: - - label: Gzip + - label: GZIP value: gzip - label: None value: none @@ -58,8 +40,10 @@ settings: label: Batch Config Encoding Format name: batch_config.encoding.format options: - - label: Jsonl + - label: JSONL value: jsonl + - label: Parquet + value: parquet - description: Prefix to use when writing batch files. kind: string label: Batch Config Storage Prefix @@ -68,10 +52,14 @@ settings: kind: string label: Batch Config Storage Root name: batch_config.storage.root -- description: Site URL +- description: The Domain for your Jira account, e.g. meltano. Atlassian. Net kind: string label: Domain name: domain +- description: The user email for your Jira account. + kind: string + label: Email + name: email - description: Latest record date to sync kind: date_iso8601 label: End Date @@ -85,6 +73,11 @@ settings: kind: integer label: Flattening Max Depth name: flattening_max_depth +- description: Page size for issues stream + kind: integer + label: Page Size Issues + name: page_size.issues + value: 100 - description: Earliest record date to sync kind: date_iso8601 label: Start Date diff --git a/_data/meltano/extractors/tap-mongodb/z3z1ma.yml b/_data/meltano/extractors/tap-mongodb/z3z1ma.yml index e18a98ce5..007385171 100644 --- a/_data/meltano/extractors/tap-mongodb/z3z1ma.yml +++ b/_data/meltano/extractors/tap-mongodb/z3z1ma.yml @@ -38,20 +38,20 @@ settings: name: database_includes - 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: The maximum number of documents to sample when inferring the schema. This is only used when infer_schema is true. diff --git a/_data/meltano/extractors/tap-postgres/meltanolabs.yml b/_data/meltano/extractors/tap-postgres/meltanolabs.yml index 19a44e103..6d925e73f 100644 --- a/_data/meltano/extractors/tap-postgres/meltanolabs.yml +++ b/_data/meltano/extractors/tap-postgres/meltanolabs.yml @@ -23,7 +23,7 @@ repo: https://github.com/MeltanoLabs/tap-postgres 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 @@ -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 @@ -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. Note if sqlalchemy_url is set this will be ignored. kind: string @@ -72,11 +72,11 @@ settings: value: FULL_TABLE - 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: If an array of schema names is provided, the tap will only process the specified Postgres schemas and ignore others. If left blank, the tap automatically @@ -87,11 +87,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: Hostname for postgres instance. Note if sqlalchemy_url is set this will be ignored. @@ -208,7 +208,7 @@ settings: value: .secrets - 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). diff --git a/_data/meltano/extractors/tap-qualified/z3z1ma.yml b/_data/meltano/extractors/tap-qualified/z3z1ma.yml index 38ca31ad4..2baa157fa 100644 --- a/_data/meltano/extractors/tap-qualified/z3z1ma.yml +++ b/_data/meltano/extractors/tap-qualified/z3z1ma.yml @@ -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 @@ -37,7 +37,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 @@ -46,32 +46,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: '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: 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). diff --git a/_data/meltano/extractors/tap-readthedocs/edgarrmondragon.yml b/_data/meltano/extractors/tap-readthedocs/edgarrmondragon.yml index bc4614d58..92443ad81 100644 --- a/_data/meltano/extractors/tap-readthedocs/edgarrmondragon.yml +++ b/_data/meltano/extractors/tap-readthedocs/edgarrmondragon.yml @@ -23,7 +23,7 @@ repo: https://github.com/edgarrmondragon/tap-readthedocs 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 @@ -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 @@ -41,28 +41,28 @@ 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: '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: Whether to include streams available only to ReadTheDocs for Business accounts. @@ -72,7 +72,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). diff --git a/_data/meltano/extractors/tap-showpad/z3z1ma.yml b/_data/meltano/extractors/tap-showpad/z3z1ma.yml index 0b36ff129..c6e7ce109 100644 --- a/_data/meltano/extractors/tap-showpad/z3z1ma.yml +++ b/_data/meltano/extractors/tap-showpad/z3z1ma.yml @@ -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 @@ -37,7 +37,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 @@ -46,32 +46,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: '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: 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). diff --git a/_data/meltano/extractors/tap-slack/meltanolabs.yml b/_data/meltano/extractors/tap-slack/meltanolabs.yml index 47b259082..2416dfbea 100644 --- a/_data/meltano/extractors/tap-slack/meltanolabs.yml +++ b/_data/meltano/extractors/tap-slack/meltanolabs.yml @@ -72,7 +72,7 @@ settings: value: false - 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 @@ -81,7 +81,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 @@ -90,11 +90,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: The types of conversations the tap will attempt to extract data from. Must be one of 'public_channel', 'mpim', 'private_channel', or 'im'. Note that @@ -113,20 +113,20 @@ settings: name: excluded_channels - 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: Whether to include streams that require admin privileges or not. If the user does not have the proper scopes then the tap will throw and exception. @@ -145,7 +145,7 @@ settings: 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). diff --git a/_data/meltano/extractors/tap-smoke-test/meltano.yml b/_data/meltano/extractors/tap-smoke-test/meltano.yml index 9bbd901a3..89b9e5abb 100644 --- a/_data/meltano/extractors/tap-smoke-test/meltano.yml +++ b/_data/meltano/extractors/tap-smoke-test/meltano.yml @@ -23,7 +23,7 @@ repo: https://github.com/meltano/tap-smoke-test 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 @@ -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 @@ -41,28 +41,28 @@ 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: '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: How many records of the source data should be used for schema inference/construction. kind: integer @@ -71,7 +71,7 @@ settings: value: 5 - 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). diff --git a/_data/meltano/extractors/tap-spotify/matatika.yml b/_data/meltano/extractors/tap-spotify/matatika.yml index 8d1f82472..7d397a710 100644 --- a/_data/meltano/extractors/tap-spotify/matatika.yml +++ b/_data/meltano/extractors/tap-spotify/matatika.yml @@ -22,7 +22,7 @@ repo: https://github.com/Matatika/tap-spotify 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 @@ -31,7 +31,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 @@ -40,11 +40,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: App client ID kind: password @@ -58,20 +58,20 @@ settings: sensitive: true - 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: Refresh token kind: password @@ -80,7 +80,7 @@ settings: sensitive: true - 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). diff --git a/_data/meltano/extractors/tap-stackexchange/meltanolabs.yml b/_data/meltano/extractors/tap-stackexchange/meltanolabs.yml index 331f0abeb..7dd5bcddf 100644 --- a/_data/meltano/extractors/tap-stackexchange/meltanolabs.yml +++ b/_data/meltano/extractors/tap-stackexchange/meltanolabs.yml @@ -23,7 +23,7 @@ repo: https://github.com/MeltanoLabs/tap-stackexchange 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 @@ -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 @@ -41,19 +41,19 @@ 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: '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: Custom API filter to apply to all requests documentation: https://api.stackexchange.com/docs/filters @@ -64,11 +64,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: Pass this to receive a higher request quota documentation: https://api.stackexchange.com/docs/authentication @@ -89,7 +89,7 @@ settings: 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). diff --git a/_data/meltano/extractors/tap-trello/matatika.yml b/_data/meltano/extractors/tap-trello/matatika.yml index ff5cb31a8..c8aea3c8f 100644 --- a/_data/meltano/extractors/tap-trello/matatika.yml +++ b/_data/meltano/extractors/tap-trello/matatika.yml @@ -29,7 +29,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 @@ -38,7 +38,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 @@ -47,11 +47,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: Trello Developer API Key kind: password @@ -60,20 +60,20 @@ settings: sensitive: true - 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: Date to start syncing actions and cards data from kind: date_iso8601 @@ -81,7 +81,7 @@ settings: 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). diff --git a/_data/meltano/loaders/target-apprise/autoidm.yml b/_data/meltano/loaders/target-apprise/autoidm.yml index 8e45ca819..69c974749 100644 --- a/_data/meltano/loaders/target-apprise/autoidm.yml +++ b/_data/meltano/loaders/target-apprise/autoidm.yml @@ -115,6 +115,22 @@ pip_url: target-apprise quality: gold repo: https://github.com/AutoIDM/target-apprise settings: +- description: Add metadata to records. + 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: '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 @@ -124,18 +140,47 @@ settings: kind: integer label: Flattening Max Depth name: flattening_max_depth +- 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 + delete all existing records and insert all input records. + kind: options + label: Load Method + name: load_method + options: + - label: Append Only + value: append-only + - label: Upsert + value: upsert + - label: Overwrite + value: overwrite + value: append-only - 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. +- 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 +- description: If enabled, allows for uris to be dynamically configured. Any fields + in the record that have a name beginning with `_sdc_replace_`, will have their + value substituted in for a matching string in the URI. See an example [here](#dynamically-providing-target-emails). + kind: boolean + label: Uri Replacement + name: uri_replacement + value: false - description: Array of apprise URIs,checkout https://github.com/caronc/apprise kind: array label: Uris name: uris +- description: Whether to validate the schema of the incoming streams. + kind: boolean + label: Validate Records + name: validate_records + value: true settings_group_validation: -- - uris +- - uri_replacement + - uris variant: autoidm diff --git a/_data/meltano/loaders/target-csv/meltanolabs.yml b/_data/meltano/loaders/target-csv/meltanolabs.yml index ad51a8485..a28f0e874 100644 --- a/_data/meltano/loaders/target-csv/meltanolabs.yml +++ b/_data/meltano/loaders/target-csv/meltanolabs.yml @@ -17,7 +17,7 @@ pip_url: git+https://github.com/MeltanoLabs/target-csv.git quality: gold repo: https://github.com/MeltanoLabs/target-csv settings: -- description: Add metadata to records. +- description: Whether to add metadata fields to records. kind: boolean label: Add Record Metadata name: add_record_metadata @@ -42,11 +42,11 @@ settings: name: escape_character - 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: "The scheme with which output files will be named. Naming scheme may leverage any of the following substitutions: \n\n- `{stream_name}`- `{datestamp}`- @@ -58,11 +58,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 method to use when loading data into the destination. `append-only` will always write all input records whether that records already exists or not. @@ -103,7 +103,7 @@ settings: name: record_sort_property_name - 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: 'Allows inline stream transformations and aliasing. For more information see: https://sdk.meltano.com/en/latest/stream_maps.html' diff --git a/_data/meltano/loaders/target-postgres/meltanolabs.yml b/_data/meltano/loaders/target-postgres/meltanolabs.yml index 68603568e..2603b6c31 100644 --- a/_data/meltano/loaders/target-postgres/meltanolabs.yml +++ b/_data/meltano/loaders/target-postgres/meltanolabs.yml @@ -54,20 +54,20 @@ settings: 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 + 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: When activate version is sent from a tap this specefies if we should delete the records that don't match, or mark them with a date in the `_sdc_deleted_at` @@ -208,7 +208,7 @@ settings: value: .secrets - 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). diff --git a/_data/meltano/loaders/target-redshift/ticketswap.yml b/_data/meltano/loaders/target-redshift/ticketswap.yml index eea51df5e..612c2c84c 100644 --- a/_data/meltano/loaders/target-redshift/ticketswap.yml +++ b/_data/meltano/loaders/target-redshift/ticketswap.yml @@ -62,20 +62,20 @@ settings: 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 - 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: When activate version is sent from a tap this specefies if we should delete the records that don't match, or mark them with a date in the `_sdc_deleted_at` @@ -151,7 +151,7 @@ settings: value: verify-full - 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). diff --git a/_data/meltano/loaders/target-snowflake/meltanolabs.yml b/_data/meltano/loaders/target-snowflake/meltanolabs.yml index b0a54b3cd..922ef59b9 100644 --- a/_data/meltano/loaders/target-snowflake/meltanolabs.yml +++ b/_data/meltano/loaders/target-snowflake/meltanolabs.yml @@ -48,20 +48,20 @@ settings: name: default_target_schema - 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: Hard delete records. kind: boolean @@ -115,7 +115,7 @@ settings: name: schema - 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).