diff --git a/_data/meltano/extractors/tap-abicart/hotgluexyz.yml b/_data/meltano/extractors/tap-abicart/hotgluexyz.yml index 68a32bfbe..befc7afcd 100644 --- a/_data/meltano/extractors/tap-abicart/hotgluexyz.yml +++ b/_data/meltano/extractors/tap-abicart/hotgluexyz.yml @@ -38,6 +38,7 @@ settings: kind: password label: Password name: password + sensitive: true - description: User-defined config values to be used within map expressions. kind: object label: Stream Map Config diff --git a/_data/meltano/extractors/tap-abra/hotgluexyz.yml b/_data/meltano/extractors/tap-abra/hotgluexyz.yml index e3784d8ae..173cb031e 100644 --- a/_data/meltano/extractors/tap-abra/hotgluexyz.yml +++ b/_data/meltano/extractors/tap-abra/hotgluexyz.yml @@ -33,6 +33,7 @@ settings: kind: password label: Password name: password + sensitive: true - description: The earliest record date to sync kind: date_iso8601 label: Start Date diff --git a/_data/meltano/extractors/tap-affinity/hotgluexyz.yml b/_data/meltano/extractors/tap-affinity/hotgluexyz.yml index 76bd8299a..776b3fa4f 100644 --- a/_data/meltano/extractors/tap-affinity/hotgluexyz.yml +++ b/_data/meltano/extractors/tap-affinity/hotgluexyz.yml @@ -25,6 +25,7 @@ settings: kind: password label: API Key name: api_key + sensitive: true - description: "'True' to enable schema flattening and automatically expand nested properties." kind: boolean diff --git a/_data/meltano/extractors/tap-aftership/harrystech.yml b/_data/meltano/extractors/tap-aftership/harrystech.yml index f7fd207ec..e46513d33 100644 --- a/_data/meltano/extractors/tap-aftership/harrystech.yml +++ b/_data/meltano/extractors/tap-aftership/harrystech.yml @@ -23,6 +23,7 @@ settings: kind: password label: API Key name: api_key + sensitive: true - description: The latest record date to sync kind: date_iso8601 label: End Date diff --git a/_data/meltano/extractors/tap-aircall/ticketswap.yml b/_data/meltano/extractors/tap-aircall/ticketswap.yml index 2a37f0799..76131f2e9 100644 --- a/_data/meltano/extractors/tap-aircall/ticketswap.yml +++ b/_data/meltano/extractors/tap-aircall/ticketswap.yml @@ -25,10 +25,12 @@ settings: kind: password label: API Key name: api_key + sensitive: true - description: The token to authenticate against the API service kind: password label: API Token name: api_token + sensitive: true - description: Compression format to use for batch files. kind: options label: Batch Config Encoding Compression diff --git a/_data/meltano/extractors/tap-amazon-associates/voxmedia.yml b/_data/meltano/extractors/tap-amazon-associates/voxmedia.yml index 9e136d007..88245f02f 100644 --- a/_data/meltano/extractors/tap-amazon-associates/voxmedia.yml +++ b/_data/meltano/extractors/tap-amazon-associates/voxmedia.yml @@ -37,6 +37,7 @@ settings: kind: password label: Password name: password + sensitive: true - description: "Determines how much historical data will be extracted. Please be aware\n that the larger the time period and amount of data, the longer the initial extraction\n can be expected to take." diff --git a/_data/meltano/extractors/tap-anvil/svinstech.yml b/_data/meltano/extractors/tap-anvil/svinstech.yml index f32870511..ef3051e26 100644 --- a/_data/meltano/extractors/tap-anvil/svinstech.yml +++ b/_data/meltano/extractors/tap-anvil/svinstech.yml @@ -24,6 +24,7 @@ settings: kind: password label: API Key name: api_key + sensitive: true - description: Compression format to use for batch files. kind: options label: Batch Config Encoding Compression diff --git a/_data/meltano/extractors/tap-apaleo/felixkoch.yml b/_data/meltano/extractors/tap-apaleo/felixkoch.yml index 622a6be06..eeac229cf 100644 --- a/_data/meltano/extractors/tap-apaleo/felixkoch.yml +++ b/_data/meltano/extractors/tap-apaleo/felixkoch.yml @@ -21,10 +21,12 @@ settings: kind: password label: Client ID name: client_id + sensitive: true - description: Your Client Secret. kind: password label: Client Secret name: client_secret + sensitive: true - description: Determines how much historical data will be extracted. Please be aware that the larger the time period and amount of data, the longer the initial extraction can be expected to take. diff --git a/_data/meltano/extractors/tap-athena/meltanolabs.yml b/_data/meltano/extractors/tap-athena/meltanolabs.yml index c48041a79..8d88887dc 100644 --- a/_data/meltano/extractors/tap-athena/meltanolabs.yml +++ b/_data/meltano/extractors/tap-athena/meltanolabs.yml @@ -26,6 +26,7 @@ settings: kind: password label: AWS Access Key ID name: aws_access_key_id + sensitive: true - description: AWS region kind: string label: AWS Region @@ -34,6 +35,7 @@ settings: kind: password label: AWS Secret Access Key name: aws_secret_access_key + sensitive: true - description: Compression format to use for batch files. kind: options label: Batch Config Encoding Compression @@ -61,7 +63,7 @@ settings: 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: string + 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' diff --git a/_data/meltano/extractors/tap-atinternet/gendarmerienationale.yml b/_data/meltano/extractors/tap-atinternet/gendarmerienationale.yml index a4365bdd8..7db17d14c 100644 --- a/_data/meltano/extractors/tap-atinternet/gendarmerienationale.yml +++ b/_data/meltano/extractors/tap-atinternet/gendarmerienationale.yml @@ -22,6 +22,7 @@ settings: kind: password label: API Key name: api_key + sensitive: true - description: Optional. If not empty, filter and extract only the pages with this string in the 'page_full_name' kind: string @@ -46,6 +47,7 @@ settings: kind: password label: Secret Key name: secret_key + sensitive: true - description: Site ID (can be queried at https://dataquery.atinternet-solutions.com/) kind: integer label: Site ID diff --git a/_data/meltano/extractors/tap-auth0/matatika.yml b/_data/meltano/extractors/tap-auth0/matatika.yml index df8f52527..e1b608cbb 100644 --- a/_data/meltano/extractors/tap-auth0/matatika.yml +++ b/_data/meltano/extractors/tap-auth0/matatika.yml @@ -48,10 +48,12 @@ settings: kind: password label: Client ID name: client_id + sensitive: true - description: App client secret kind: password label: Client Secret name: client_secret + sensitive: true - description: Tenant domain kind: string label: Domain diff --git a/_data/meltano/extractors/tap-awin/gthesheep.yml b/_data/meltano/extractors/tap-awin/gthesheep.yml index f29fa0c69..e1bfa5281 100644 --- a/_data/meltano/extractors/tap-awin/gthesheep.yml +++ b/_data/meltano/extractors/tap-awin/gthesheep.yml @@ -22,6 +22,7 @@ settings: kind: password label: API Token name: api_token + sensitive: true - description: Number of days to lookback to re-sync transactions kind: integer label: Lookback Days diff --git a/_data/meltano/extractors/tap-aws-cognito/manuelapilongo.yml b/_data/meltano/extractors/tap-aws-cognito/manuelapilongo.yml index 2da352a57..8cc6482f6 100644 --- a/_data/meltano/extractors/tap-aws-cognito/manuelapilongo.yml +++ b/_data/meltano/extractors/tap-aws-cognito/manuelapilongo.yml @@ -24,6 +24,7 @@ settings: kind: password label: Pool ID name: pool_id + sensitive: true settings_group_validation: - - pool_id settings_preamble: '' diff --git a/_data/meltano/extractors/tap-aws-cost-explorer/albert-marrero.yml b/_data/meltano/extractors/tap-aws-cost-explorer/albert-marrero.yml index 32623528b..f060934f4 100644 --- a/_data/meltano/extractors/tap-aws-cost-explorer/albert-marrero.yml +++ b/_data/meltano/extractors/tap-aws-cost-explorer/albert-marrero.yml @@ -22,6 +22,7 @@ settings: kind: password label: Access Key name: access_key + sensitive: true - description: The end date for retrieving Amazon Web Services cost. kind: date_iso8601 label: End Date @@ -41,10 +42,12 @@ settings: kind: password label: Secret Key name: secret_key + sensitive: true - description: Your AWS Account Session Token if required for authentication. kind: password label: Session Token name: session_token + sensitive: true - description: The start date for retrieving Amazon Web Services cost. kind: date_iso8601 label: Start Date diff --git a/_data/meltano/extractors/tap-bamboohr/autoidm.yml b/_data/meltano/extractors/tap-bamboohr/autoidm.yml index 9a3f66f07..f09ffdab9 100644 --- a/_data/meltano/extractors/tap-bamboohr/autoidm.yml +++ b/_data/meltano/extractors/tap-bamboohr/autoidm.yml @@ -24,6 +24,7 @@ settings: kind: password label: Auth Token name: auth_token + sensitive: true - description: Compression format to use for batch files. kind: options label: Batch Config Encoding Compression diff --git a/_data/meltano/extractors/tap-bazaarvoice/gthesheep.yml b/_data/meltano/extractors/tap-bazaarvoice/gthesheep.yml index 6421941eb..2615240b7 100644 --- a/_data/meltano/extractors/tap-bazaarvoice/gthesheep.yml +++ b/_data/meltano/extractors/tap-bazaarvoice/gthesheep.yml @@ -22,6 +22,7 @@ settings: kind: password label: API Key name: api_key + sensitive: true - description: Version of the API to use, i.e. '5.4' kind: string label: API Version diff --git a/_data/meltano/extractors/tap-bexio/substringgmbh.yml b/_data/meltano/extractors/tap-bexio/substringgmbh.yml index 47cf5369e..f9445221e 100644 --- a/_data/meltano/extractors/tap-bexio/substringgmbh.yml +++ b/_data/meltano/extractors/tap-bexio/substringgmbh.yml @@ -22,6 +22,7 @@ settings: kind: password label: Auth Token name: auth_token + sensitive: true - description: "Determines how much historical data will be extracted. Please be aware\n that the larger the time period and amount of data, the longer the initial extraction\n can be expected to take." diff --git a/_data/meltano/extractors/tap-bigmarker/manuelapilongo.yml b/_data/meltano/extractors/tap-bigmarker/manuelapilongo.yml index 0283eed92..f62cef3c5 100644 --- a/_data/meltano/extractors/tap-bigmarker/manuelapilongo.yml +++ b/_data/meltano/extractors/tap-bigmarker/manuelapilongo.yml @@ -23,6 +23,7 @@ settings: kind: password label: API Key name: api_key + sensitive: true - description: The url for the API service kind: string label: API URL diff --git a/_data/meltano/extractors/tap-bigquery/meltanolabs.yml b/_data/meltano/extractors/tap-bigquery/meltanolabs.yml index 7692581b0..bdf2b2f61 100644 --- a/_data/meltano/extractors/tap-bigquery/meltanolabs.yml +++ b/_data/meltano/extractors/tap-bigquery/meltanolabs.yml @@ -68,6 +68,7 @@ settings: kind: password label: Project ID name: project_id + sensitive: true - description: User-defined config values to be used within map expressions. kind: object label: Stream Map Config diff --git a/_data/meltano/extractors/tap-bitso/edgarrmondragon.yml b/_data/meltano/extractors/tap-bitso/edgarrmondragon.yml index e95c0b76a..12492ee72 100644 --- a/_data/meltano/extractors/tap-bitso/edgarrmondragon.yml +++ b/_data/meltano/extractors/tap-bitso/edgarrmondragon.yml @@ -60,7 +60,7 @@ settings: value: - btc_mxn - description: 'One or more LCID locale strings to produce localized output for: https://faker.readthedocs.io/en/master/#localization' - kind: string + 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' @@ -80,10 +80,12 @@ settings: kind: password label: Key name: key + sensitive: true - description: Bitso API Secret kind: password label: Secret name: secret + sensitive: true - description: User-defined config values to be used within map expressions. kind: object label: Stream Map Config diff --git a/_data/meltano/extractors/tap-brillium/manuelapilongo.yml b/_data/meltano/extractors/tap-brillium/manuelapilongo.yml index 1aa6cbf64..8d95e8a41 100644 --- a/_data/meltano/extractors/tap-brillium/manuelapilongo.yml +++ b/_data/meltano/extractors/tap-brillium/manuelapilongo.yml @@ -22,6 +22,7 @@ settings: kind: password label: API Key name: api_key + sensitive: true - description: Brillium Api Version. Default to latest available kind: string label: API Version diff --git a/_data/meltano/extractors/tap-canvas/mwcooley99.yml b/_data/meltano/extractors/tap-canvas/mwcooley99.yml index 1d598573f..7b2567ab3 100644 --- a/_data/meltano/extractors/tap-canvas/mwcooley99.yml +++ b/_data/meltano/extractors/tap-canvas/mwcooley99.yml @@ -23,6 +23,7 @@ settings: kind: password label: API Key name: api_key + sensitive: true - description: Compression format to use for batch files. kind: options label: Batch Config Encoding Compression diff --git a/_data/meltano/extractors/tap-capsulecrm/hotgluexyz.yml b/_data/meltano/extractors/tap-capsulecrm/hotgluexyz.yml index 83c76cb2b..1784edc0d 100644 --- a/_data/meltano/extractors/tap-capsulecrm/hotgluexyz.yml +++ b/_data/meltano/extractors/tap-capsulecrm/hotgluexyz.yml @@ -24,14 +24,17 @@ settings: kind: password label: Access Token name: access_token + sensitive: true - description: Your Capsule client ID. kind: password label: Client ID name: client_id + sensitive: true - description: Your Capsule client secret. kind: password label: Client Secret name: client_secret + sensitive: true - description: The seconds until the token expires. kind: integer label: Expires In @@ -49,6 +52,7 @@ settings: kind: password label: Refresh Token name: refresh_token + sensitive: true - description: User-defined config values to be used within map expressions. kind: object label: Stream Map Config diff --git a/_data/meltano/extractors/tap-capsulecrm/matatika.yml b/_data/meltano/extractors/tap-capsulecrm/matatika.yml index 3a4ca931f..252189e21 100644 --- a/_data/meltano/extractors/tap-capsulecrm/matatika.yml +++ b/_data/meltano/extractors/tap-capsulecrm/matatika.yml @@ -25,6 +25,7 @@ settings: kind: password label: Access Token name: access_token + sensitive: true - description: Compression format to use for batch files. kind: options label: Batch Config Encoding Compression @@ -55,10 +56,12 @@ settings: kind: password label: Client ID name: client_id + sensitive: true - description: Your Capsule client secret. kind: password label: Client Secret name: client_secret + sensitive: true - description: The seconds until the token expires. kind: integer label: Expires In @@ -76,6 +79,7 @@ settings: kind: password label: Refresh Token name: refresh_token + sensitive: true - description: User-defined config values to be used within map expressions. kind: object label: Stream Map Config diff --git a/_data/meltano/extractors/tap-cassandra/datarts-tech.yml b/_data/meltano/extractors/tap-cassandra/datarts-tech.yml index 3237bfdfa..f555cf034 100644 --- a/_data/meltano/extractors/tap-cassandra/datarts-tech.yml +++ b/_data/meltano/extractors/tap-cassandra/datarts-tech.yml @@ -70,9 +70,10 @@ settings: kind: password label: Keyspace name: keyspace + sensitive: true - description: The local_dc parameter should be the name of the datacenter. kind: string - label: Local Datacenter + label: Local Dc name: local_dc - description: Should be a total number of attempts to be made before giving up. kind: integer @@ -83,6 +84,7 @@ settings: kind: password label: Password name: password + sensitive: true - description: The server-side port to open connections to. Defaults to 9042. . kind: integer label: Port diff --git a/_data/meltano/extractors/tap-chorusai/andyoneal.yml b/_data/meltano/extractors/tap-chorusai/andyoneal.yml index 2d3518006..aae8304f5 100644 --- a/_data/meltano/extractors/tap-chorusai/andyoneal.yml +++ b/_data/meltano/extractors/tap-chorusai/andyoneal.yml @@ -22,6 +22,7 @@ settings: kind: password label: Auth Token name: auth_token + sensitive: true - description: "'True' to enable schema flattening and automatically expand nested properties." kind: boolean diff --git a/_data/meltano/extractors/tap-cin7/hotgluexyz.yml b/_data/meltano/extractors/tap-cin7/hotgluexyz.yml index 68efd39d1..dccc24dec 100644 --- a/_data/meltano/extractors/tap-cin7/hotgluexyz.yml +++ b/_data/meltano/extractors/tap-cin7/hotgluexyz.yml @@ -24,10 +24,12 @@ settings: kind: password label: API Key name: api_key + sensitive: true - description: Api_password kind: password label: API Password name: api_password + sensitive: true - description: The earliest record date to sync kind: date_iso8601 label: Start Date diff --git a/_data/meltano/extractors/tap-circle-ci/meltanolabs.yml b/_data/meltano/extractors/tap-circle-ci/meltanolabs.yml index 973da98e8..d76f51e9e 100644 --- a/_data/meltano/extractors/tap-circle-ci/meltanolabs.yml +++ b/_data/meltano/extractors/tap-circle-ci/meltanolabs.yml @@ -53,7 +53,7 @@ settings: 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: string + 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' @@ -87,6 +87,7 @@ settings: kind: password label: Token name: token + sensitive: true - description: User-Agent header kind: string label: User Agent diff --git a/_data/meltano/extractors/tap-clickcast/datateer.yml b/_data/meltano/extractors/tap-clickcast/datateer.yml index 0ab817d59..2458387e2 100644 --- a/_data/meltano/extractors/tap-clickcast/datateer.yml +++ b/_data/meltano/extractors/tap-clickcast/datateer.yml @@ -37,6 +37,7 @@ settings: kind: password label: Partner Token name: partner_token + sensitive: true - description: User-defined config values to be used within map expressions. kind: object label: Stream Map Config diff --git a/_data/meltano/extractors/tap-clickhouse/akurdyukov.yml b/_data/meltano/extractors/tap-clickhouse/akurdyukov.yml index 70841ecf2..9a4b02a40 100644 --- a/_data/meltano/extractors/tap-clickhouse/akurdyukov.yml +++ b/_data/meltano/extractors/tap-clickhouse/akurdyukov.yml @@ -80,6 +80,7 @@ settings: kind: password label: Password name: password + sensitive: true - description: Database connection port kind: integer label: Port diff --git a/_data/meltano/extractors/tap-clickup/autoidm.yml b/_data/meltano/extractors/tap-clickup/autoidm.yml index c2f9ad676..b13256697 100644 --- a/_data/meltano/extractors/tap-clickup/autoidm.yml +++ b/_data/meltano/extractors/tap-clickup/autoidm.yml @@ -24,6 +24,7 @@ settings: kind: password label: API Token name: api_token + sensitive: true - description: Compression format to use for batch files. kind: options label: Batch Config Encoding Compression diff --git a/_data/meltano/extractors/tap-clientsuccess/antiny.yml b/_data/meltano/extractors/tap-clientsuccess/antiny.yml index a7680a5c6..d64ac8712 100644 --- a/_data/meltano/extractors/tap-clientsuccess/antiny.yml +++ b/_data/meltano/extractors/tap-clientsuccess/antiny.yml @@ -37,6 +37,7 @@ settings: kind: password label: Password name: password + sensitive: true - description: User-defined config values to be used within map expressions. kind: object label: Stream Map Config diff --git a/_data/meltano/extractors/tap-clockify/quantile-taps.yml b/_data/meltano/extractors/tap-clockify/quantile-taps.yml index cc1e36d5f..7bdc57479 100644 --- a/_data/meltano/extractors/tap-clockify/quantile-taps.yml +++ b/_data/meltano/extractors/tap-clockify/quantile-taps.yml @@ -24,6 +24,7 @@ settings: kind: password label: API Key name: api_key + sensitive: true - description: Determines how much historical data will be extracted. Please be aware that the larger the time period and amount of data, the longer the initial extraction can be expected to take. diff --git a/_data/meltano/extractors/tap-cloudwatch/meltanolabs.yml b/_data/meltano/extractors/tap-cloudwatch/meltanolabs.yml index 15523bab2..8237607ad 100644 --- a/_data/meltano/extractors/tap-cloudwatch/meltanolabs.yml +++ b/_data/meltano/extractors/tap-cloudwatch/meltanolabs.yml @@ -25,6 +25,7 @@ settings: kind: password label: AWS Access Key ID name: aws_access_key_id + sensitive: true - description: The complete URL to use for the constructed client. kind: string label: AWS Endpoint URL @@ -42,11 +43,13 @@ settings: kind: password label: AWS Secret Access Key name: aws_secret_access_key + sensitive: true - description: The session key for your AWS account. This is only needed when you are using temporary credentials. kind: password label: AWS Session Token name: aws_session_token + sensitive: true - description: Compression format to use for batch files. kind: options label: Batch Config Encoding Compression diff --git a/_data/meltano/extractors/tap-codecov/pulumi.yml b/_data/meltano/extractors/tap-codecov/pulumi.yml index 781733464..934e2ce67 100644 --- a/_data/meltano/extractors/tap-codecov/pulumi.yml +++ b/_data/meltano/extractors/tap-codecov/pulumi.yml @@ -25,6 +25,7 @@ settings: kind: password label: Auth Token name: auth_token + sensitive: true - description: Compression format to use for batch files. kind: options label: Batch Config Encoding Compression diff --git a/_data/meltano/extractors/tap-coingecko/sicarul.yml b/_data/meltano/extractors/tap-coingecko/sicarul.yml index c69d0ad57..ad5f40d4a 100644 --- a/_data/meltano/extractors/tap-coingecko/sicarul.yml +++ b/_data/meltano/extractors/tap-coingecko/sicarul.yml @@ -48,6 +48,7 @@ settings: kind: password label: Token name: token + sensitive: true value: ethereum - description: Number of seconds to wait between requests kind: integer diff --git a/_data/meltano/extractors/tap-confluence/edgarrmondragon.yml b/_data/meltano/extractors/tap-confluence/edgarrmondragon.yml index 67fb9e486..0c2dfee75 100644 --- a/_data/meltano/extractors/tap-confluence/edgarrmondragon.yml +++ b/_data/meltano/extractors/tap-confluence/edgarrmondragon.yml @@ -24,6 +24,7 @@ settings: kind: password label: API Token name: api_token + sensitive: true - description: The url to use for requests, e.g. https://your-domain.atlassian.net/wiki/rest/api. kind: string label: Base URL diff --git a/_data/meltano/extractors/tap-contentful/gthesheep.yml b/_data/meltano/extractors/tap-contentful/gthesheep.yml index f6a9f81ef..f6df710ac 100644 --- a/_data/meltano/extractors/tap-contentful/gthesheep.yml +++ b/_data/meltano/extractors/tap-contentful/gthesheep.yml @@ -25,6 +25,7 @@ settings: kind: password label: Auth Token name: auth_token + sensitive: true - description: Compression format to use for batch files. kind: options label: Batch Config Encoding Compression @@ -62,6 +63,7 @@ settings: kind: password label: Space ID name: space_id + sensitive: true - description: User-defined config values to be used within map expressions. kind: object label: Stream Map Config diff --git a/_data/meltano/extractors/tap-criteo/edgarrmondragon.yml b/_data/meltano/extractors/tap-criteo/edgarrmondragon.yml index 98770ef1d..b23da912b 100644 --- a/_data/meltano/extractors/tap-criteo/edgarrmondragon.yml +++ b/_data/meltano/extractors/tap-criteo/edgarrmondragon.yml @@ -28,10 +28,12 @@ settings: kind: password label: Client ID name: client_id + sensitive: true - description: Your Criteo client secret. kind: password label: Client Secret name: client_secret + sensitive: true - description: "'True' to enable schema flattening and automatically expand nested properties." kind: boolean diff --git a/_data/meltano/extractors/tap-csv/meltanolabs.yml b/_data/meltano/extractors/tap-csv/meltanolabs.yml index cec219475..cb20b1cee 100644 --- a/_data/meltano/extractors/tap-csv/meltanolabs.yml +++ b/_data/meltano/extractors/tap-csv/meltanolabs.yml @@ -40,7 +40,7 @@ settings: name: csv_files_definition 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: string + 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' diff --git a/_data/meltano/extractors/tap-dagster/voxmedia.yml b/_data/meltano/extractors/tap-dagster/voxmedia.yml index b8a5492ed..52e24e3d8 100644 --- a/_data/meltano/extractors/tap-dagster/voxmedia.yml +++ b/_data/meltano/extractors/tap-dagster/voxmedia.yml @@ -27,6 +27,7 @@ settings: kind: password label: Auth Token name: auth_token + sensitive: true - description: "'True' to enable schema flattening and automatically expand nested properties." kind: boolean diff --git a/_data/meltano/extractors/tap-dash-hudson/gthesheep.yml b/_data/meltano/extractors/tap-dash-hudson/gthesheep.yml index 176bd728b..61e75762e 100644 --- a/_data/meltano/extractors/tap-dash-hudson/gthesheep.yml +++ b/_data/meltano/extractors/tap-dash-hudson/gthesheep.yml @@ -23,6 +23,7 @@ settings: kind: password label: API Key name: api_key + sensitive: true - description: Brand IDs to query for kind: integer label: Brand ID diff --git a/_data/meltano/extractors/tap-dataverse/mjsqu.yml b/_data/meltano/extractors/tap-dataverse/mjsqu.yml index 2d4836aaf..ff2370a9e 100644 --- a/_data/meltano/extractors/tap-dataverse/mjsqu.yml +++ b/_data/meltano/extractors/tap-dataverse/mjsqu.yml @@ -66,10 +66,12 @@ settings: kind: password label: Client ID name: client_id + sensitive: true - description: The client secret to authenticate against the API service kind: password label: Client Secret name: client_secret + 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 @@ -116,6 +118,7 @@ settings: kind: password label: Tenant ID name: tenant_id + sensitive: true settings_group_validation: - - api_url - client_id diff --git a/_data/meltano/extractors/tap-db2/danielptv.yml b/_data/meltano/extractors/tap-db2/danielptv.yml index deab0e9ff..a6a79a925 100644 --- a/_data/meltano/extractors/tap-db2/danielptv.yml +++ b/_data/meltano/extractors/tap-db2/danielptv.yml @@ -50,6 +50,14 @@ settings: kind: string label: Encryption SSL Server Certificate name: encryption.ssl_server_certificate +- description: 'One or more LCID locale strings to produce localized output for: https://faker.readthedocs.io/en/master/#localization' + kind: array + label: Faker Config Locale + 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: Apply a custom WHERE condition per stream. Unlike the filter available in stream_maps, this will be evaluated BEFORE extracting the data. kind: object @@ -68,6 +76,7 @@ settings: kind: string label: Host name: host + value: localhost - description: Ignore DB2-supplied user tables. For more info check out [Db2-supplied user tables](https://www.ibm.com/docs/en/db2-for-zos/12?topic=db2-supplied-user-tables). @@ -89,6 +98,7 @@ settings: kind: integer label: Port name: port + value: 50000 - description: Partition query into smaller subsets. Useful when working with DB2 that has set strict resource limits per query. Only works for streams with numeric primary keys. diff --git a/_data/meltano/extractors/tap-dbf/edgarrmondragon.yml b/_data/meltano/extractors/tap-dbf/edgarrmondragon.yml index 13767fe44..952edf727 100644 --- a/_data/meltano/extractors/tap-dbf/edgarrmondragon.yml +++ b/_data/meltano/extractors/tap-dbf/edgarrmondragon.yml @@ -47,7 +47,7 @@ settings: 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: string + 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' @@ -72,6 +72,7 @@ settings: kind: password label: Gcs Token name: gcs.token + sensitive: true - description: Whether to proceed reading the file even if the [memofile] is not present. kind: boolean label: Ignore Missing Memofile @@ -90,10 +91,12 @@ settings: kind: password label: S3 Key name: s3.key + sensitive: true - description: The AWS secret key. kind: password label: S3 Secret name: s3.secret + sensitive: true - description: User-defined config values to be used within map expressions. kind: object label: Stream Map Config diff --git a/_data/meltano/extractors/tap-dbt/meltanolabs.yml b/_data/meltano/extractors/tap-dbt/meltanolabs.yml index 3a305c6f1..2ad2e533a 100644 --- a/_data/meltano/extractors/tap-dbt/meltanolabs.yml +++ b/_data/meltano/extractors/tap-dbt/meltanolabs.yml @@ -28,6 +28,7 @@ settings: kind: password label: API Key name: api_key + sensitive: true - description: Base URL for the dbt Cloud API kind: string label: Base URL @@ -60,7 +61,7 @@ settings: 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: string + 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' @@ -94,7 +95,7 @@ settings: kind: string label: User Agent name: user_agent - value: tap-dbt/0.10.1.dev8+c41fe9f Singer tap for the dbt Cloud API. + value: tap-dbt/0.10.1.dev14+36d0c91 Singer tap for the dbt Cloud API. settings_group_validation: - - account_ids - api_key diff --git a/_data/meltano/extractors/tap-dearsystems/hotgluexyz.yml b/_data/meltano/extractors/tap-dearsystems/hotgluexyz.yml index 791d1bb62..352a3064f 100644 --- a/_data/meltano/extractors/tap-dearsystems/hotgluexyz.yml +++ b/_data/meltano/extractors/tap-dearsystems/hotgluexyz.yml @@ -24,10 +24,12 @@ settings: kind: password label: API Account ID name: api_account_id + sensitive: true - description: Your DEAR systems API key. kind: password label: API Key name: api_key + sensitive: true - description: "'True' to enable schema flattening and automatically expand nested properties." kind: boolean diff --git a/_data/meltano/extractors/tap-degreed/the-prairie.yml b/_data/meltano/extractors/tap-degreed/the-prairie.yml index 1ed358540..254a5fd81 100644 --- a/_data/meltano/extractors/tap-degreed/the-prairie.yml +++ b/_data/meltano/extractors/tap-degreed/the-prairie.yml @@ -26,10 +26,12 @@ settings: kind: password label: Client ID name: client_id + sensitive: true - description: The token to authenticate against the API service kind: password label: Client Secret name: client_secret + sensitive: true - description: The earliest record date to sync. Expected format YYYY-mm-dd. kind: date_iso8601 label: End Date diff --git a/_data/meltano/extractors/tap-delighted/ticketswap.yml b/_data/meltano/extractors/tap-delighted/ticketswap.yml index c92dc0290..a9a183bda 100644 --- a/_data/meltano/extractors/tap-delighted/ticketswap.yml +++ b/_data/meltano/extractors/tap-delighted/ticketswap.yml @@ -26,6 +26,7 @@ settings: kind: password label: API Key name: api_key + sensitive: true - description: Compression format to use for batch files. kind: options label: Batch Config Encoding Compression @@ -53,7 +54,7 @@ settings: 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: string + 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' diff --git a/_data/meltano/extractors/tap-dotykacka/hotgluexyz.yml b/_data/meltano/extractors/tap-dotykacka/hotgluexyz.yml index 9a9860aa2..b22c08142 100644 --- a/_data/meltano/extractors/tap-dotykacka/hotgluexyz.yml +++ b/_data/meltano/extractors/tap-dotykacka/hotgluexyz.yml @@ -24,10 +24,12 @@ settings: kind: password label: Access Token name: access_token + sensitive: true - description: Your Dotykacka Cloud ID.. kind: password label: Cloud ID name: cloud_id + sensitive: true - description: "'True' to enable schema flattening and automatically expand nested properties." kind: boolean @@ -41,6 +43,7 @@ settings: kind: password label: Refresh Token name: refresh_token + sensitive: true - description: "Determines how much historical data will be extracted. Please be aware\n that the larger the time period and amount of data, the longer the initial extraction\n can be expected to take." diff --git a/_data/meltano/extractors/tap-dynamics-bc/hotgluexyz.yml b/_data/meltano/extractors/tap-dynamics-bc/hotgluexyz.yml index b293f9ccf..abaa7ee9a 100644 --- a/_data/meltano/extractors/tap-dynamics-bc/hotgluexyz.yml +++ b/_data/meltano/extractors/tap-dynamics-bc/hotgluexyz.yml @@ -24,14 +24,17 @@ settings: kind: password label: Access Token name: access_token + sensitive: true - description: Your Dynamics client ID. kind: password label: Client ID name: client_id + sensitive: true - description: Your Dynamics client secret. kind: password label: Client Secret name: client_secret + sensitive: true - description: Your Dynamics environment name. kind: string label: Environment Name @@ -49,6 +52,7 @@ settings: kind: password label: Refresh Token name: refresh_token + sensitive: true - description: The earliest record date to sync kind: date_iso8601 label: Start Date diff --git a/_data/meltano/extractors/tap-dynamics-finance/hotgluexyz.yml b/_data/meltano/extractors/tap-dynamics-finance/hotgluexyz.yml index 6c747435c..cbbb25055 100644 --- a/_data/meltano/extractors/tap-dynamics-finance/hotgluexyz.yml +++ b/_data/meltano/extractors/tap-dynamics-finance/hotgluexyz.yml @@ -24,10 +24,12 @@ settings: kind: password label: Client ID name: client_id + sensitive: true - description: Your Dynamics 365 client secret. kind: password label: Client Secret name: client_secret + sensitive: true - description: "'True' to enable schema flattening and automatically expand nested properties." kind: boolean @@ -45,6 +47,7 @@ settings: kind: password label: Refresh Token name: refresh_token + sensitive: true - description: Determines how much historical data will be extracted. Please be aware that the larger the time period and amount of data, the longer the initial extraction can be expected to take. diff --git a/_data/meltano/extractors/tap-dynamodb/meltanolabs.yml b/_data/meltano/extractors/tap-dynamodb/meltanolabs.yml index dcb88d1fe..eede0e672 100644 --- a/_data/meltano/extractors/tap-dynamodb/meltanolabs.yml +++ b/_data/meltano/extractors/tap-dynamodb/meltanolabs.yml @@ -26,6 +26,7 @@ settings: kind: password label: AWS Access Key ID name: aws_access_key_id + sensitive: true - description: The role ARN to assume. kind: string label: AWS Assume Role Arn @@ -47,11 +48,13 @@ settings: kind: password label: AWS Secret Access Key name: aws_secret_access_key + sensitive: true - description: The session key for your AWS account. This is only needed when you are using temporary credentials. kind: password label: AWS Session Token name: aws_session_token + sensitive: true - description: "'True' to enable schema flattening and automatically expand nested properties." kind: boolean diff --git a/_data/meltano/extractors/tap-ecwid/hotgluexyz.yml b/_data/meltano/extractors/tap-ecwid/hotgluexyz.yml index 4e7e30cec..0492d1fa5 100644 --- a/_data/meltano/extractors/tap-ecwid/hotgluexyz.yml +++ b/_data/meltano/extractors/tap-ecwid/hotgluexyz.yml @@ -39,10 +39,12 @@ settings: kind: password label: Secret Key name: secret_key + sensitive: true - description: Your Ecwid store ID. - kind: integer + kind: password label: Storeid name: storeid + sensitive: true - description: User-defined config values to be used within map expressions. kind: object label: Stream Map Config diff --git a/_data/meltano/extractors/tap-emarsys/gthesheep.yml b/_data/meltano/extractors/tap-emarsys/gthesheep.yml index 8752899f8..0d893aba0 100644 --- a/_data/meltano/extractors/tap-emarsys/gthesheep.yml +++ b/_data/meltano/extractors/tap-emarsys/gthesheep.yml @@ -23,11 +23,13 @@ settings: kind: password label: Language ID name: language_id + sensitive: true value: en - description: The secret obtained for the API user kind: password label: Secret name: secret + sensitive: true - description: The username obtained for the API user kind: string label: Username diff --git a/_data/meltano/extractors/tap-eventbrite/hotgluexyz.yml b/_data/meltano/extractors/tap-eventbrite/hotgluexyz.yml index 5506d0d18..f68326ad3 100644 --- a/_data/meltano/extractors/tap-eventbrite/hotgluexyz.yml +++ b/_data/meltano/extractors/tap-eventbrite/hotgluexyz.yml @@ -24,6 +24,7 @@ settings: kind: password label: API Key name: api_key + sensitive: true - description: "'True' to enable schema flattening and automatically expand nested properties." kind: boolean diff --git a/_data/meltano/extractors/tap-exact/ticketswap.yml b/_data/meltano/extractors/tap-exact/ticketswap.yml index 4a096d277..639b8de4a 100644 --- a/_data/meltano/extractors/tap-exact/ticketswap.yml +++ b/_data/meltano/extractors/tap-exact/ticketswap.yml @@ -49,10 +49,12 @@ settings: kind: password label: Client ID name: client_id + sensitive: true - description: The client secret to authenticate against the API service kind: password label: Client Secret name: client_secret + sensitive: true - description: The Exact divisions kind: array label: Divisions @@ -84,11 +86,13 @@ settings: kind: password label: Tokens S3 Bucket name: tokens_s3_bucket + sensitive: true - description: The S3 object key to contain the access and refresh token to authenticate against the API service kind: password label: Tokens S3 Key name: tokens_s3_key + sensitive: true settings_group_validation: - - client_id - client_secret diff --git a/_data/meltano/extractors/tap-f1/reubenf.yml b/_data/meltano/extractors/tap-f1/reubenf.yml index 56ab18693..904d22b7f 100644 --- a/_data/meltano/extractors/tap-f1/reubenf.yml +++ b/_data/meltano/extractors/tap-f1/reubenf.yml @@ -52,7 +52,7 @@ settings: 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: string + 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' diff --git a/_data/meltano/extractors/tap-facebook-pages/goes-funky.yml b/_data/meltano/extractors/tap-facebook-pages/goes-funky.yml index f68f9a558..3ac3f69cc 100644 --- a/_data/meltano/extractors/tap-facebook-pages/goes-funky.yml +++ b/_data/meltano/extractors/tap-facebook-pages/goes-funky.yml @@ -21,6 +21,7 @@ settings: kind: password label: Access Token name: access_token + sensitive: true - description: A list of page IDs. documentation: https://www.facebook.com/help/1503421039731588 kind: array diff --git a/_data/meltano/extractors/tap-facebook-pages/voxmedia.yml b/_data/meltano/extractors/tap-facebook-pages/voxmedia.yml index 1edb2c75f..392eaca22 100644 --- a/_data/meltano/extractors/tap-facebook-pages/voxmedia.yml +++ b/_data/meltano/extractors/tap-facebook-pages/voxmedia.yml @@ -65,19 +65,23 @@ settings: kind: password label: User Token name: user_token + sensitive: true - description: The name of the video created timestamp field kind: password label: Video Created At Field name: video_created_at_field + sensitive: true - description: The name of the video ID field kind: password label: Video ID Field name: video_id_field + sensitive: true - description: The table name used to fetch video IDs from in the form of project. Schema. Table_name kind: password label: Videos Table Name name: videos_table_name + sensitive: true settings_group_validation: - - user_token settings_preamble: | diff --git a/_data/meltano/extractors/tap-facebook/meltanolabs.yml b/_data/meltano/extractors/tap-facebook/meltanolabs.yml index 4ca1e3a2d..d142ebb9a 100644 --- a/_data/meltano/extractors/tap-facebook/meltanolabs.yml +++ b/_data/meltano/extractors/tap-facebook/meltanolabs.yml @@ -25,10 +25,12 @@ settings: kind: password label: Access Token name: access_token + sensitive: true - description: Your Facebook Account ID. kind: password label: Account ID name: account_id + sensitive: true - description: The API version to request data from. kind: string label: API Version @@ -64,6 +66,14 @@ settings: kind: date_iso8601 label: End Date 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 + 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 diff --git a/_data/meltano/extractors/tap-faire/hotgluexyz.yml b/_data/meltano/extractors/tap-faire/hotgluexyz.yml index ba0ad830d..08cac1fae 100644 --- a/_data/meltano/extractors/tap-faire/hotgluexyz.yml +++ b/_data/meltano/extractors/tap-faire/hotgluexyz.yml @@ -24,6 +24,7 @@ settings: kind: password label: API Key name: api_key + sensitive: true - description: The url for the API service kind: string label: API URL diff --git a/_data/meltano/extractors/tap-feed/jawats.yml b/_data/meltano/extractors/tap-feed/jawats.yml index 3ab461ad8..dcc61f221 100644 --- a/_data/meltano/extractors/tap-feed/jawats.yml +++ b/_data/meltano/extractors/tap-feed/jawats.yml @@ -31,6 +31,7 @@ settings: kind: password label: Feed Entry Replication Key name: feed_entry_replication_key + sensitive: true value: published - description: A list of feed level data fields to capture. kind: array diff --git a/_data/meltano/extractors/tap-fishbowl/hotgluexyz.yml b/_data/meltano/extractors/tap-fishbowl/hotgluexyz.yml index 404392513..d3bf73475 100644 --- a/_data/meltano/extractors/tap-fishbowl/hotgluexyz.yml +++ b/_data/meltano/extractors/tap-fishbowl/hotgluexyz.yml @@ -24,6 +24,7 @@ settings: kind: password label: App ID name: app_id + sensitive: true - description: The App name registered and approved in the Fishbowl Client kind: string label: App Name @@ -32,6 +33,7 @@ settings: kind: password label: Auth Token name: auth_token + sensitive: true - description: "'True' to enable schema flattening and automatically expand nested properties." kind: boolean @@ -49,6 +51,7 @@ settings: kind: password label: Password name: password + sensitive: true - description: The earliest record date to sync kind: date_iso8601 label: Start Date diff --git a/_data/meltano/extractors/tap-flipkart/meltanolabs.yml b/_data/meltano/extractors/tap-flipkart/meltanolabs.yml index 61bdcd1d9..6a5800887 100644 --- a/_data/meltano/extractors/tap-flipkart/meltanolabs.yml +++ b/_data/meltano/extractors/tap-flipkart/meltanolabs.yml @@ -51,10 +51,12 @@ settings: kind: password label: Client ID name: client_id + sensitive: true - description: The Flipkart API client secret. kind: password label: Client Secret name: client_secret + sensitive: true - description: "'True' to enable schema flattening and automatically expand nested properties." kind: boolean diff --git a/_data/meltano/extractors/tap-formstack/hotgluexyz.yml b/_data/meltano/extractors/tap-formstack/hotgluexyz.yml index e5069ed53..a3f31b0cf 100644 --- a/_data/meltano/extractors/tap-formstack/hotgluexyz.yml +++ b/_data/meltano/extractors/tap-formstack/hotgluexyz.yml @@ -29,10 +29,12 @@ settings: kind: password label: Client ID name: client_id + sensitive: true - description: Client Secret for the API service kind: password label: Client Secret name: client_secret + sensitive: true - description: Expiration time in seconds for the API service kind: integer label: Expires In @@ -50,6 +52,7 @@ settings: kind: password label: Refresh Token name: refresh_token + sensitive: true - description: User-defined config values to be used within map expressions. kind: object label: Stream Map Config diff --git a/_data/meltano/extractors/tap-fortnox/hotgluexyz.yml b/_data/meltano/extractors/tap-fortnox/hotgluexyz.yml index fba4798e2..62ee8c479 100644 --- a/_data/meltano/extractors/tap-fortnox/hotgluexyz.yml +++ b/_data/meltano/extractors/tap-fortnox/hotgluexyz.yml @@ -24,10 +24,12 @@ settings: kind: password label: Client ID name: client_id + sensitive: true - description: Your Fortnox Client Secret. kind: password label: Client Secret name: client_secret + sensitive: true - description: "'True' to enable schema flattening and automatically expand nested properties." kind: boolean @@ -41,6 +43,7 @@ settings: kind: password label: Refresh Token name: refresh_token + sensitive: true - description: User-defined config values to be used within map expressions. kind: object label: Stream Map Config diff --git a/_data/meltano/extractors/tap-freshbooks/hotgluexyz.yml b/_data/meltano/extractors/tap-freshbooks/hotgluexyz.yml index 33cce0b19..0fbd2b9c2 100644 --- a/_data/meltano/extractors/tap-freshbooks/hotgluexyz.yml +++ b/_data/meltano/extractors/tap-freshbooks/hotgluexyz.yml @@ -24,10 +24,12 @@ settings: kind: password label: Access Token name: access_token + sensitive: true - description: Your FreshBooks API client ID. kind: password label: Client ID name: client_id + sensitive: true - description: "'True' to enable schema flattening and automatically expand nested properties." kind: boolean @@ -45,10 +47,12 @@ settings: kind: password label: Refresh Token name: refresh_token + sensitive: true - description: Your FreshBooks API secret ID. kind: password label: Secret ID name: secret_id + sensitive: true - description: The earliest record date to sync kind: date_iso8601 label: Start Date diff --git a/_data/meltano/extractors/tap-freshcaller/hotgluexyz.yml b/_data/meltano/extractors/tap-freshcaller/hotgluexyz.yml index 144e8935d..ac2c276ee 100644 --- a/_data/meltano/extractors/tap-freshcaller/hotgluexyz.yml +++ b/_data/meltano/extractors/tap-freshcaller/hotgluexyz.yml @@ -25,6 +25,7 @@ settings: kind: password label: API Key name: api_key + sensitive: true - description: "'True' to enable schema flattening and automatically expand nested properties." kind: boolean diff --git a/_data/meltano/extractors/tap-freshdesk/acarter24.yml b/_data/meltano/extractors/tap-freshdesk/acarter24.yml index 892d26dec..a4d8a5a41 100644 --- a/_data/meltano/extractors/tap-freshdesk/acarter24.yml +++ b/_data/meltano/extractors/tap-freshdesk/acarter24.yml @@ -25,6 +25,7 @@ settings: kind: password label: API Key name: api_key + sensitive: true - description: Compression format to use for batch files. kind: options label: Batch Config Encoding Compression diff --git a/_data/meltano/extractors/tap-freshworks/hotgluexyz.yml b/_data/meltano/extractors/tap-freshworks/hotgluexyz.yml index 21f727379..06dd6ded8 100644 --- a/_data/meltano/extractors/tap-freshworks/hotgluexyz.yml +++ b/_data/meltano/extractors/tap-freshworks/hotgluexyz.yml @@ -24,6 +24,7 @@ settings: kind: password label: Auth Token name: auth_token + sensitive: true - description: "'True' to enable schema flattening and automatically expand nested properties." kind: boolean @@ -37,6 +38,10 @@ settings: kind: string label: Org Name name: org_name +- description: The start date to use as fallback date if state is not present + kind: date_iso8601 + label: Start Date + name: start_date - description: User-defined config values to be used within map expressions. kind: object label: Stream Map Config diff --git a/_data/meltano/extractors/tap-gainsightpx/widen.yml b/_data/meltano/extractors/tap-gainsightpx/widen.yml index 153075bc3..94a97216f 100644 --- a/_data/meltano/extractors/tap-gainsightpx/widen.yml +++ b/_data/meltano/extractors/tap-gainsightpx/widen.yml @@ -28,6 +28,7 @@ settings: kind: password label: API Key name: api_key + sensitive: true - description: The base url for GainsightPX service. See GainsightPX docs. documentation: https://support.gainsight.com/PX/API_for_Developers/02Usage_of_Different_APIs/Work_with_the_Gainsight_PX_REST_API diff --git a/_data/meltano/extractors/tap-getpocket/edgarrmondragon.yml b/_data/meltano/extractors/tap-getpocket/edgarrmondragon.yml index 9a3ee75fb..df137921e 100644 --- a/_data/meltano/extractors/tap-getpocket/edgarrmondragon.yml +++ b/_data/meltano/extractors/tap-getpocket/edgarrmondragon.yml @@ -25,6 +25,7 @@ settings: kind: password label: Access Token name: access_token + sensitive: true - description: Compression format to use for batch files. kind: options label: Batch Config Encoding Compression @@ -56,6 +57,7 @@ settings: kind: password label: Consumer Key name: consumer_key + sensitive: true - description: > Extract items of a specific content type. Leave out to sync all content types. @@ -69,6 +71,14 @@ settings: value: video - label: Image value: image +- 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: Set to `true` to sync only favorite items, `false` to sync only non-favorite items, or omit to sync all items kind: boolean diff --git a/_data/meltano/extractors/tap-getpocket/evelte.yml b/_data/meltano/extractors/tap-getpocket/evelte.yml index 50aced9bc..cedac7f47 100644 --- a/_data/meltano/extractors/tap-getpocket/evelte.yml +++ b/_data/meltano/extractors/tap-getpocket/evelte.yml @@ -24,10 +24,12 @@ settings: kind: password label: Access Token name: access_token + sensitive: true - description: The consumer key used in the authentication flow kind: password label: Consumer Key name: consumer_key + sensitive: true - description: Whether to retrieve only basic information or all data about each item kind: string label: Detail Type diff --git a/_data/meltano/extractors/tap-github/meltanolabs.yml b/_data/meltano/extractors/tap-github/meltanolabs.yml index 35035632d..d3ae7044c 100644 --- a/_data/meltano/extractors/tap-github/meltanolabs.yml +++ b/_data/meltano/extractors/tap-github/meltanolabs.yml @@ -33,6 +33,7 @@ settings: kind: password label: Auth Token name: auth_token + sensitive: true - description: Compression format to use for batch files. kind: options label: Batch Config Encoding Compression diff --git a/_data/meltano/extractors/tap-gladly/harrystech.yml b/_data/meltano/extractors/tap-gladly/harrystech.yml index eb0ee37b8..2fb768391 100644 --- a/_data/meltano/extractors/tap-gladly/harrystech.yml +++ b/_data/meltano/extractors/tap-gladly/harrystech.yml @@ -45,6 +45,7 @@ settings: kind: password label: Password name: password + sensitive: true - description: Project IDs to replicate kind: array label: Project IDs diff --git a/_data/meltano/extractors/tap-gmail/kgpayne.yml b/_data/meltano/extractors/tap-gmail/kgpayne.yml index cab36d157..bdb98b196 100644 --- a/_data/meltano/extractors/tap-gmail/kgpayne.yml +++ b/_data/meltano/extractors/tap-gmail/kgpayne.yml @@ -46,14 +46,17 @@ settings: kind: password label: OAuth Credentials Client ID name: oauth_credentials.client_id + sensitive: true - description: Your google client_secret kind: password label: OAuth Credentials Client Secret name: oauth_credentials.client_secret + sensitive: true - description: Your google refresh token kind: password label: OAuth Credentials Refresh Token name: oauth_credentials.refresh_token + sensitive: true - description: User-defined config values to be used within map expressions. kind: object label: Stream Map Config @@ -67,6 +70,7 @@ settings: kind: password label: User ID name: user_id + sensitive: true settings_group_validation: - [] settings_preamble: '' diff --git a/_data/meltano/extractors/tap-gmail/meltanolabs.yml b/_data/meltano/extractors/tap-gmail/meltanolabs.yml index e4c388122..5c5277945 100644 --- a/_data/meltano/extractors/tap-gmail/meltanolabs.yml +++ b/_data/meltano/extractors/tap-gmail/meltanolabs.yml @@ -45,14 +45,17 @@ settings: kind: password label: OAuth Credentials Client ID name: oauth_credentials.client_id + sensitive: true - description: Your google client_secret kind: password label: OAuth Credentials Client Secret name: oauth_credentials.client_secret + sensitive: true - description: Your google refresh token kind: password label: OAuth Credentials Refresh Token name: oauth_credentials.refresh_token + sensitive: true - description: User-defined config values to be used within map expressions. kind: object label: Stream Map Config @@ -66,6 +69,7 @@ settings: kind: password label: User ID name: user_id + sensitive: true settings_group_validation: - [] settings_preamble: '' diff --git a/_data/meltano/extractors/tap-gohighlevel/hotgluexyz.yml b/_data/meltano/extractors/tap-gohighlevel/hotgluexyz.yml index 51b6bbac7..0eb8ad673 100644 --- a/_data/meltano/extractors/tap-gohighlevel/hotgluexyz.yml +++ b/_data/meltano/extractors/tap-gohighlevel/hotgluexyz.yml @@ -29,10 +29,12 @@ settings: kind: password label: Client ID name: client_id + sensitive: true - description: Client Secret for the API service kind: password label: Client Secret name: client_secret + sensitive: true - description: Expiration time in seconds for the API service kind: integer label: Expires In @@ -50,6 +52,7 @@ settings: kind: password label: Refresh Token name: refresh_token + sensitive: true - description: User-defined config values to be used within map expressions. kind: object label: Stream Map Config diff --git a/_data/meltano/extractors/tap-gong/symon-ai.yml b/_data/meltano/extractors/tap-gong/symon-ai.yml index 31a5bdd6c..4796b5de5 100644 --- a/_data/meltano/extractors/tap-gong/symon-ai.yml +++ b/_data/meltano/extractors/tap-gong/symon-ai.yml @@ -24,10 +24,12 @@ settings: kind: password label: Access Key name: access_key + sensitive: true - description: Gong access key secret kind: password label: Access Key Secret name: access_key_secret + sensitive: true - description: Date up to when historical data will be extracted. kind: date_iso8601 label: End Date diff --git a/_data/meltano/extractors/tap-google-analytics/meltanolabs.yml b/_data/meltano/extractors/tap-google-analytics/meltanolabs.yml index a19d7426c..35cc0bd98 100644 --- a/_data/meltano/extractors/tap-google-analytics/meltanolabs.yml +++ b/_data/meltano/extractors/tap-google-analytics/meltanolabs.yml @@ -100,11 +100,13 @@ settings: label: Key File Location name: key_file_location placeholder: Ex. $MELTANO_PROJECT_ROOT/client_secrets.json + sensitive: true - description: Google Analytics Access Token. See https://developers.google.com/analytics/devguides/reporting/core/v4/authorization#OAuth2Authorizing. kind: password label: OAuth Credentials Access Token name: oauth_credentials.access_token + sensitive: true - description: | See . @@ -112,16 +114,19 @@ settings: kind: password label: OAuth Credentials Client ID name: oauth_credentials.client_id + sensitive: true - description: Google Analytics Client Secret. See https://developers.google.com/analytics/devguides/reporting/core/v4/authorization#OAuth2Authorizing. kind: password label: OAuth Credentials Client Secret name: oauth_credentials.client_secret + sensitive: true - description: Google Analytics Refresh Token. See https://developers.google.com/analytics/devguides/reporting/core/v4/authorization#OAuth2Authorizing. kind: password label: OAuth Credentials Refresh Token name: oauth_credentials.refresh_token + sensitive: true - description: | Project-relative path to JSON file with the definition of the reports to be generated. @@ -220,6 +225,7 @@ settings: label: View ID name: view_id placeholder: Ex. 198343027 + sensitive: true settings_group_validation: - - key_file_location - start_date diff --git a/_data/meltano/extractors/tap-google-play/edgarrmondragon.yml b/_data/meltano/extractors/tap-google-play/edgarrmondragon.yml index 4f52fefa2..b3014a6ec 100644 --- a/_data/meltano/extractors/tap-google-play/edgarrmondragon.yml +++ b/_data/meltano/extractors/tap-google-play/edgarrmondragon.yml @@ -6,8 +6,8 @@ capabilities: - schema-flattening - state - stream-maps -description: Digital distribution service operated and developed by Google. - This tap uses a scraper to extract reviews from the Google Play Store. +description: Digital distribution service operated and developed by Google. This tap + uses a scraper to extract reviews from the Google Play Store. domain_url: https://play.google.com/store/games executable: tap-google-play keywords: @@ -26,6 +26,7 @@ settings: kind: password label: App ID name: app_id + sensitive: true - description: A list of app IDs to extract reviews from. kind: array label: App ID List @@ -56,6 +57,14 @@ settings: 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 diff --git a/_data/meltano/extractors/tap-google-sheets/matatika.yml b/_data/meltano/extractors/tap-google-sheets/matatika.yml index 1dc18c149..744d2c935 100644 --- a/_data/meltano/extractors/tap-google-sheets/matatika.yml +++ b/_data/meltano/extractors/tap-google-sheets/matatika.yml @@ -66,14 +66,17 @@ settings: kind: password label: OAuth Credentials Client ID name: oauth_credentials.client_id + sensitive: true - description: Your google client_secret kind: password label: OAuth Credentials Client Secret name: oauth_credentials.client_secret + sensitive: true - description: Your google refresh token kind: password label: OAuth Credentials Refresh Token name: oauth_credentials.refresh_token + sensitive: true - description: Optionally rename your output file or table kind: string label: Output Name @@ -82,6 +85,7 @@ settings: kind: password label: Sheet ID name: sheet_id + sensitive: true - description: The list of configs for each sheet/stream. kind: array label: Sheets diff --git a/_data/meltano/extractors/tap-googleads/matatika.yml b/_data/meltano/extractors/tap-googleads/matatika.yml index 76397e330..986f0b5ba 100644 --- a/_data/meltano/extractors/tap-googleads/matatika.yml +++ b/_data/meltano/extractors/tap-googleads/matatika.yml @@ -24,10 +24,12 @@ settings: kind: password label: Customer ID name: customer_id + sensitive: true - description: Developer Token (Required) - [Obtain your developer token](https://developers.google.com/google-ads/api/docs/first-call/dev-token) kind: password label: Developer Token name: developer_token + sensitive: true - description: "'True' to enable schema flattening and automatically expand nested properties." kind: boolean @@ -42,16 +44,19 @@ settings: kind: password label: OAuth Credentials Client ID name: oauth_credentials.client_id + sensitive: true - description: OAuth Client Secret (Required) - [Obtain your credentials](https://developers.google.com/adwords/api/docs/guides/authentication) kind: password label: OAuth Credentials Client Secret name: oauth_credentials.client_secret + sensitive: true - description: OAuth Refresh Token (Required) - [Obtain your credentials](https://developers.google.com/adwords/api/docs/guides/authentication) kind: password label: OAuth Credentials Refresh Token name: oauth_credentials.refresh_token + sensitive: true - description: User-defined config values to be used within map expressions. kind: object label: Stream Map Config diff --git a/_data/meltano/extractors/tap-gorgias/brooklyn-data.yml b/_data/meltano/extractors/tap-gorgias/brooklyn-data.yml index 33393583d..9dd5456d7 100644 --- a/_data/meltano/extractors/tap-gorgias/brooklyn-data.yml +++ b/_data/meltano/extractors/tap-gorgias/brooklyn-data.yml @@ -23,6 +23,7 @@ settings: kind: password label: API Key name: api_key + sensitive: true - description: Email address to authenticate with kind: string label: Email Address diff --git a/_data/meltano/extractors/tap-greenhouse/rawwar.yml b/_data/meltano/extractors/tap-greenhouse/rawwar.yml index f210eac6c..53c30b8b2 100644 --- a/_data/meltano/extractors/tap-greenhouse/rawwar.yml +++ b/_data/meltano/extractors/tap-greenhouse/rawwar.yml @@ -29,6 +29,7 @@ settings: kind: password label: Auth Token name: auth_token + sensitive: true - description: '' kind: options label: Batch Config Encoding Compression diff --git a/_data/meltano/extractors/tap-hellobaton/dluftspring.yml b/_data/meltano/extractors/tap-hellobaton/dluftspring.yml index 0175a1785..a11a96088 100644 --- a/_data/meltano/extractors/tap-hellobaton/dluftspring.yml +++ b/_data/meltano/extractors/tap-hellobaton/dluftspring.yml @@ -23,6 +23,7 @@ settings: kind: password label: API Key name: api_key + sensitive: true - description: Company instance to add to the base url kind: string label: Company diff --git a/_data/meltano/extractors/tap-hibob/potloc.yml b/_data/meltano/extractors/tap-hibob/potloc.yml index d3924f4f8..d0e856b8d 100644 --- a/_data/meltano/extractors/tap-hibob/potloc.yml +++ b/_data/meltano/extractors/tap-hibob/potloc.yml @@ -76,10 +76,12 @@ settings: kind: password label: Service Account ID name: service_account_id + sensitive: true - description: Password for associated service account. kind: password label: Service Account Password name: service_account_password + sensitive: true - description: "Determines how much historical data will be extracted. Please be aware\n that the larger the time period and amount of data, the longer the initial extraction\n can be expected to take." diff --git a/_data/meltano/extractors/tap-hotjar/epoch8.yml b/_data/meltano/extractors/tap-hotjar/epoch8.yml index 5950ebf55..e35d75f69 100644 --- a/_data/meltano/extractors/tap-hotjar/epoch8.yml +++ b/_data/meltano/extractors/tap-hotjar/epoch8.yml @@ -36,6 +36,7 @@ settings: kind: password label: Password name: password + sensitive: true - description: User-defined config values to be used within map expressions. kind: object label: Stream Map Config diff --git a/_data/meltano/extractors/tap-hubspot/meltanolabs.yml b/_data/meltano/extractors/tap-hubspot/meltanolabs.yml index a2937e169..e6e8f7087 100644 --- a/_data/meltano/extractors/tap-hubspot/meltanolabs.yml +++ b/_data/meltano/extractors/tap-hubspot/meltanolabs.yml @@ -25,6 +25,7 @@ settings: kind: password label: Access Token name: access_token + sensitive: true - description: Compression format to use for batch files. kind: options label: Batch Config Encoding Compression @@ -53,10 +54,12 @@ settings: kind: password label: Client ID name: client_id + sensitive: true - description: The OAuth app client secret. kind: password label: Client Secret name: client_secret + sensitive: true - description: Latest record date to sync kind: date_iso8601 label: End Date @@ -74,6 +77,7 @@ settings: kind: password label: Refresh Token name: refresh_token + sensitive: true - description: Earliest record date to sync kind: date_iso8601 label: Start Date diff --git a/_data/meltano/extractors/tap-hubspot/potloc.yml b/_data/meltano/extractors/tap-hubspot/potloc.yml index c7667ff93..f79482ea8 100644 --- a/_data/meltano/extractors/tap-hubspot/potloc.yml +++ b/_data/meltano/extractors/tap-hubspot/potloc.yml @@ -24,6 +24,7 @@ settings: kind: password label: Access Token name: access_token + sensitive: true - description: Compression format to use for batch files. kind: options label: Batch Config Encoding Compression diff --git a/_data/meltano/extractors/tap-hubspot/spacecowboy.yml b/_data/meltano/extractors/tap-hubspot/spacecowboy.yml index f4e2051fd..eb5a226be 100644 --- a/_data/meltano/extractors/tap-hubspot/spacecowboy.yml +++ b/_data/meltano/extractors/tap-hubspot/spacecowboy.yml @@ -55,6 +55,7 @@ settings: kind: password label: Hapikey name: hapikey + sensitive: true - description: Set to True to avoid using the search API - implies full table replication kind: boolean label: No Search diff --git a/_data/meltano/extractors/tap-immuta/immuta.yml b/_data/meltano/extractors/tap-immuta/immuta.yml index 932ba97ff..9a3c6fe00 100644 --- a/_data/meltano/extractors/tap-immuta/immuta.yml +++ b/_data/meltano/extractors/tap-immuta/immuta.yml @@ -22,6 +22,7 @@ settings: kind: password label: API Key name: api_key + sensitive: true - description: Immuta hostname, e.g. https://my-immuta.my-domain.com kind: string label: Hostname diff --git a/_data/meltano/extractors/tap-instagram/prratek.yml b/_data/meltano/extractors/tap-instagram/prratek.yml index 2f2b1c11c..abe6ecfa9 100644 --- a/_data/meltano/extractors/tap-instagram/prratek.yml +++ b/_data/meltano/extractors/tap-instagram/prratek.yml @@ -24,6 +24,7 @@ settings: kind: password label: Access Token name: access_token + sensitive: true - description: "'True' to enable schema flattening and automatically expand nested properties." kind: boolean diff --git a/_data/meltano/extractors/tap-instagram/voxmedia.yml b/_data/meltano/extractors/tap-instagram/voxmedia.yml index 8bdddd34f..4392693a0 100644 --- a/_data/meltano/extractors/tap-instagram/voxmedia.yml +++ b/_data/meltano/extractors/tap-instagram/voxmedia.yml @@ -23,6 +23,7 @@ settings: kind: password label: Access Token name: access_token + sensitive: true - description: "'True' to enable schema flattening and automatically expand nested properties." kind: boolean diff --git a/_data/meltano/extractors/tap-intercom/ticketswap.yml b/_data/meltano/extractors/tap-intercom/ticketswap.yml index 485a0350a..129286d94 100644 --- a/_data/meltano/extractors/tap-intercom/ticketswap.yml +++ b/_data/meltano/extractors/tap-intercom/ticketswap.yml @@ -25,6 +25,7 @@ settings: kind: password label: Access Token name: access_token + sensitive: true - description: Compression format to use for batch files. kind: options label: Batch Config Encoding Compression @@ -51,6 +52,14 @@ settings: 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 diff --git a/_data/meltano/extractors/tap-itunes/hotgluexyz.yml b/_data/meltano/extractors/tap-itunes/hotgluexyz.yml index da121be53..dcefea35e 100644 --- a/_data/meltano/extractors/tap-itunes/hotgluexyz.yml +++ b/_data/meltano/extractors/tap-itunes/hotgluexyz.yml @@ -25,6 +25,7 @@ settings: kind: password label: App ID name: app_id + sensitive: true - description: "'True' to enable schema flattening and automatically expand nested properties." kind: boolean diff --git a/_data/meltano/extractors/tap-jotform/hotgluexyz.yml b/_data/meltano/extractors/tap-jotform/hotgluexyz.yml index 2f5accf91..e05c32141 100644 --- a/_data/meltano/extractors/tap-jotform/hotgluexyz.yml +++ b/_data/meltano/extractors/tap-jotform/hotgluexyz.yml @@ -25,6 +25,7 @@ settings: kind: password label: API Key name: api_key + sensitive: true - description: "'True' to enable schema flattening and automatically expand nested properties." kind: boolean diff --git a/_data/meltano/extractors/tap-judgeme/hotgluexyz.yml b/_data/meltano/extractors/tap-judgeme/hotgluexyz.yml index 7fecdade8..c8683de09 100644 --- a/_data/meltano/extractors/tap-judgeme/hotgluexyz.yml +++ b/_data/meltano/extractors/tap-judgeme/hotgluexyz.yml @@ -24,6 +24,7 @@ settings: kind: password label: Auth Token name: auth_token + sensitive: true - description: "'True' to enable schema flattening and automatically expand nested properties." kind: boolean diff --git a/_data/meltano/extractors/tap-keap/hotgluexyz.yml b/_data/meltano/extractors/tap-keap/hotgluexyz.yml index 2099459f4..f903eb2ef 100644 --- a/_data/meltano/extractors/tap-keap/hotgluexyz.yml +++ b/_data/meltano/extractors/tap-keap/hotgluexyz.yml @@ -24,14 +24,17 @@ settings: kind: password label: Access Token name: access_token + sensitive: true - description: Your Keap Client ID. kind: password label: Client ID name: client_id + sensitive: true - description: Your Keap Client Secret. kind: password label: Client Secret name: client_secret + sensitive: true - description: The integer of how long until your Keap token expires. kind: integer label: Expires In diff --git a/_data/meltano/extractors/tap-klaviyo/meltanolabs.yml b/_data/meltano/extractors/tap-klaviyo/meltanolabs.yml index 4a4e411b6..86549fc8e 100644 --- a/_data/meltano/extractors/tap-klaviyo/meltanolabs.yml +++ b/_data/meltano/extractors/tap-klaviyo/meltanolabs.yml @@ -26,6 +26,7 @@ settings: kind: password label: Auth Token name: auth_token + sensitive: true - description: Compression format to use for batch files. kind: options label: Batch Config Encoding Compression @@ -52,6 +53,14 @@ settings: 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 diff --git a/_data/meltano/extractors/tap-krow/datateer.yml b/_data/meltano/extractors/tap-krow/datateer.yml index 96cd5a0bf..865ad264a 100644 --- a/_data/meltano/extractors/tap-krow/datateer.yml +++ b/_data/meltano/extractors/tap-krow/datateer.yml @@ -22,6 +22,7 @@ settings: kind: password label: API Key name: api_key + sensitive: true - description: Your KROW url. kind: string label: API URL Base diff --git a/_data/meltano/extractors/tap-kustomer/meltanolabs.yml b/_data/meltano/extractors/tap-kustomer/meltanolabs.yml index 572ebf5aa..3e922e2e5 100644 --- a/_data/meltano/extractors/tap-kustomer/meltanolabs.yml +++ b/_data/meltano/extractors/tap-kustomer/meltanolabs.yml @@ -25,6 +25,7 @@ settings: kind: password label: API Key name: api_key + sensitive: true - description: The latest record date to sync kind: date_iso8601 label: End Date diff --git a/_data/meltano/extractors/tap-lastfm/rabidaudio.yml b/_data/meltano/extractors/tap-lastfm/rabidaudio.yml index 41c292142..d17ddcd1f 100644 --- a/_data/meltano/extractors/tap-lastfm/rabidaudio.yml +++ b/_data/meltano/extractors/tap-lastfm/rabidaudio.yml @@ -23,6 +23,7 @@ settings: kind: password label: API Key name: api_key + sensitive: true - description: "'True' to enable schema flattening and automatically expand nested properties." kind: boolean diff --git a/_data/meltano/extractors/tap-launchdarkly/pulumi.yml b/_data/meltano/extractors/tap-launchdarkly/pulumi.yml index 18ec491a5..18838cb85 100644 --- a/_data/meltano/extractors/tap-launchdarkly/pulumi.yml +++ b/_data/meltano/extractors/tap-launchdarkly/pulumi.yml @@ -24,6 +24,7 @@ settings: kind: password label: Auth Token name: auth_token + sensitive: true - description: Which environment to get activation data for (Usually a production environment) kind: string diff --git a/_data/meltano/extractors/tap-lightdash/gthesheep.yml b/_data/meltano/extractors/tap-lightdash/gthesheep.yml index 0f1a307b1..671b0a29f 100644 --- a/_data/meltano/extractors/tap-lightdash/gthesheep.yml +++ b/_data/meltano/extractors/tap-lightdash/gthesheep.yml @@ -32,10 +32,12 @@ settings: kind: password label: Password name: password + sensitive: true - description: Personal access token to authenticate against the API service kind: password label: Personal Access Token name: personal_access_token + sensitive: true - description: User-defined config values to be used within map expressions. kind: object label: Stream Map Config diff --git a/_data/meltano/extractors/tap-linear/getoslash.yml b/_data/meltano/extractors/tap-linear/getoslash.yml index 025444377..92c119e78 100644 --- a/_data/meltano/extractors/tap-linear/getoslash.yml +++ b/_data/meltano/extractors/tap-linear/getoslash.yml @@ -27,6 +27,7 @@ settings: kind: password label: Auth Token name: auth_token + sensitive: true - description: "'True' to enable schema flattening and automatically expand nested properties." kind: boolean diff --git a/_data/meltano/extractors/tap-linkedin-ads/meltanolabs.yml b/_data/meltano/extractors/tap-linkedin-ads/meltanolabs.yml index 2cd260fea..37abc9832 100644 --- a/_data/meltano/extractors/tap-linkedin-ads/meltanolabs.yml +++ b/_data/meltano/extractors/tap-linkedin-ads/meltanolabs.yml @@ -25,6 +25,7 @@ settings: kind: password label: Access Token name: access_token + sensitive: true - description: LinkedInAds Account ID kind: string label: Accounts diff --git a/_data/meltano/extractors/tap-lotr/mattarderne.yml b/_data/meltano/extractors/tap-lotr/mattarderne.yml index 62616ebb3..9278f0032 100644 --- a/_data/meltano/extractors/tap-lotr/mattarderne.yml +++ b/_data/meltano/extractors/tap-lotr/mattarderne.yml @@ -22,6 +22,7 @@ settings: kind: password label: API Key name: api_key + sensitive: true - description: The url for the API service kind: string label: API URL diff --git a/_data/meltano/extractors/tap-magento/hotgluexyz.yml b/_data/meltano/extractors/tap-magento/hotgluexyz.yml index e6df269b1..7909f2425 100644 --- a/_data/meltano/extractors/tap-magento/hotgluexyz.yml +++ b/_data/meltano/extractors/tap-magento/hotgluexyz.yml @@ -24,6 +24,7 @@ settings: kind: password label: Access Token name: access_token + sensitive: true - description: "'True' to enable schema flattening and automatically expand nested properties." kind: boolean @@ -37,6 +38,7 @@ settings: kind: password label: Password name: password + sensitive: true - description: The earliest record date to sync kind: date_iso8601 label: Start Date diff --git a/_data/meltano/extractors/tap-mailchimp/acarter24.yml b/_data/meltano/extractors/tap-mailchimp/acarter24.yml index 9d761ccbf..e90c8e017 100644 --- a/_data/meltano/extractors/tap-mailchimp/acarter24.yml +++ b/_data/meltano/extractors/tap-mailchimp/acarter24.yml @@ -25,6 +25,7 @@ settings: kind: password label: API Key name: api_key + sensitive: true - description: Your Mailchimp DC kind: string label: Data Center diff --git a/_data/meltano/extractors/tap-mailerlite/alvaroraul7.yml b/_data/meltano/extractors/tap-mailerlite/alvaroraul7.yml index 875004251..49b373543 100644 --- a/_data/meltano/extractors/tap-mailerlite/alvaroraul7.yml +++ b/_data/meltano/extractors/tap-mailerlite/alvaroraul7.yml @@ -24,6 +24,7 @@ settings: kind: password label: Auth Token name: auth_token + sensitive: true - description: "'True' to enable schema flattening and automatically expand nested properties." kind: boolean diff --git a/_data/meltano/extractors/tap-mailjet/somtom.yml b/_data/meltano/extractors/tap-mailjet/somtom.yml index b43b08c8a..2510c01e0 100644 --- a/_data/meltano/extractors/tap-mailjet/somtom.yml +++ b/_data/meltano/extractors/tap-mailjet/somtom.yml @@ -22,10 +22,12 @@ settings: kind: password label: API Key name: api_key + sensitive: true - description: API secret to authenticate against the API service kind: password label: API Secret name: api_secret + sensitive: true - description: "'True' to enable schema flattening and automatically expand nested properties." kind: boolean diff --git a/_data/meltano/extractors/tap-marketplacer/hotgluexyz.yml b/_data/meltano/extractors/tap-marketplacer/hotgluexyz.yml index 87d5a8dfa..b53e91996 100644 --- a/_data/meltano/extractors/tap-marketplacer/hotgluexyz.yml +++ b/_data/meltano/extractors/tap-marketplacer/hotgluexyz.yml @@ -24,6 +24,7 @@ settings: kind: password label: API Key name: api_key + sensitive: true - description: "'True' to enable schema flattening and automatically expand nested properties." kind: boolean diff --git a/_data/meltano/extractors/tap-memberful/prratek.yml b/_data/meltano/extractors/tap-memberful/prratek.yml index f580b6464..6c869381e 100644 --- a/_data/meltano/extractors/tap-memberful/prratek.yml +++ b/_data/meltano/extractors/tap-memberful/prratek.yml @@ -21,6 +21,7 @@ settings: kind: password label: API Key name: api_key + sensitive: true - description: The earliest record date to sync kind: date_iso8601 label: Start Date diff --git a/_data/meltano/extractors/tap-mercadopago/a-rusi.yml b/_data/meltano/extractors/tap-mercadopago/a-rusi.yml index 9ae768c55..74ac864c2 100644 --- a/_data/meltano/extractors/tap-mercadopago/a-rusi.yml +++ b/_data/meltano/extractors/tap-mercadopago/a-rusi.yml @@ -23,6 +23,7 @@ settings: kind: password label: Auth Token name: auth_token + sensitive: true - description: URL of the Mercado Pago API (default = https://api.mercadopago.com/v1) kind: string label: Base URL diff --git a/_data/meltano/extractors/tap-meshstack/meshcloud.yml b/_data/meltano/extractors/tap-meshstack/meshcloud.yml index b63ec2afe..59ce11f5f 100644 --- a/_data/meltano/extractors/tap-meshstack/meshcloud.yml +++ b/_data/meltano/extractors/tap-meshstack/meshcloud.yml @@ -31,6 +31,7 @@ settings: kind: password label: Federation Auth Password name: federation.auth.password + sensitive: true - description: The HTTP basic auth user to authenticate against the meshObject API for federation kind: string @@ -54,6 +55,7 @@ settings: kind: password label: Kraken Auth Password name: kraken.auth.password + sensitive: true - description: The HTTP basic auth user to authenticate against the meshObject API for kraken kind: string diff --git a/_data/meltano/extractors/tap-messagebird/meltanolabs.yml b/_data/meltano/extractors/tap-messagebird/meltanolabs.yml index ff28bc95b..0fd640de9 100644 --- a/_data/meltano/extractors/tap-messagebird/meltanolabs.yml +++ b/_data/meltano/extractors/tap-messagebird/meltanolabs.yml @@ -27,6 +27,7 @@ settings: kind: password label: API Key name: api_key + sensitive: true - description: Compression format to use for batch files. kind: options label: Batch Config Encoding Compression diff --git a/_data/meltano/extractors/tap-metronome/hotgluexyz.yml b/_data/meltano/extractors/tap-metronome/hotgluexyz.yml index 13198304c..592fac5eb 100644 --- a/_data/meltano/extractors/tap-metronome/hotgluexyz.yml +++ b/_data/meltano/extractors/tap-metronome/hotgluexyz.yml @@ -25,10 +25,12 @@ settings: kind: password label: Auth Token name: auth_token + sensitive: true - description: The Metronome billing provider type (aws_marketplace, stripe, or netsuite). kind: password label: Billing Provider Type name: billing_provider_type + sensitive: true value: stripe - description: A comma separated list of Metronome customer IDs to fetch usage for. If absent, usage for all customers will be returned. diff --git a/_data/meltano/extractors/tap-mindstamp/manuelapilongo.yml b/_data/meltano/extractors/tap-mindstamp/manuelapilongo.yml index c64e6ff29..070009dd5 100644 --- a/_data/meltano/extractors/tap-mindstamp/manuelapilongo.yml +++ b/_data/meltano/extractors/tap-mindstamp/manuelapilongo.yml @@ -22,6 +22,7 @@ settings: kind: password label: API Key name: api_key + sensitive: true - description: The url for the API service kind: string label: API URL diff --git a/_data/meltano/extractors/tap-miro/slalom-consulting.yml b/_data/meltano/extractors/tap-miro/slalom-consulting.yml index 3bfeb6d80..4bcda6b96 100644 --- a/_data/meltano/extractors/tap-miro/slalom-consulting.yml +++ b/_data/meltano/extractors/tap-miro/slalom-consulting.yml @@ -23,6 +23,7 @@ settings: kind: password label: Access Token name: access_token + sensitive: true - description: Override the url for the API service. kind: string label: API URL @@ -45,6 +46,7 @@ settings: kind: password label: Organization ID name: organization_id + sensitive: true - description: '' kind: array label: Stream Config diff --git a/_data/meltano/extractors/tap-monday/gthesheep.yml b/_data/meltano/extractors/tap-monday/gthesheep.yml index a003a464d..ff893d382 100644 --- a/_data/meltano/extractors/tap-monday/gthesheep.yml +++ b/_data/meltano/extractors/tap-monday/gthesheep.yml @@ -23,6 +23,7 @@ settings: kind: password label: Auth Token name: auth_token + sensitive: true - description: The number of boards to fetch at once kind: integer label: Board Limit diff --git a/_data/meltano/extractors/tap-mongodb/z3z1ma.yml b/_data/meltano/extractors/tap-mongodb/z3z1ma.yml index cb41cfa88..e18a98ce5 100644 --- a/_data/meltano/extractors/tap-mongodb/z3z1ma.yml +++ b/_data/meltano/extractors/tap-mongodb/z3z1ma.yml @@ -37,7 +37,7 @@ settings: label: Database Includes name: database_includes - description: 'One or more LCID locale strings to produce localized output for: https://faker.readthedocs.io/en/master/#localization' - kind: string + 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' diff --git a/_data/meltano/extractors/tap-montapacking/hotgluexyz.yml b/_data/meltano/extractors/tap-montapacking/hotgluexyz.yml index be5ad2712..d0f6868ff 100644 --- a/_data/meltano/extractors/tap-montapacking/hotgluexyz.yml +++ b/_data/meltano/extractors/tap-montapacking/hotgluexyz.yml @@ -33,11 +33,13 @@ settings: kind: password label: Password name: password + sensitive: true - description: The pagination token used for replication if no incremental state is found. kind: password label: Since ID name: since_id + sensitive: true - description: User-defined config values to be used within map expressions. kind: object label: Stream Map Config diff --git a/_data/meltano/extractors/tap-moosend/hotgluexyz.yml b/_data/meltano/extractors/tap-moosend/hotgluexyz.yml index 12ea85749..110cbdd35 100644 --- a/_data/meltano/extractors/tap-moosend/hotgluexyz.yml +++ b/_data/meltano/extractors/tap-moosend/hotgluexyz.yml @@ -24,6 +24,7 @@ settings: kind: password label: API Key name: api_key + sensitive: true - description: "'True' to enable schema flattening and automatically expand nested properties." kind: boolean diff --git a/_data/meltano/extractors/tap-ms-graph/slalom-consulting.yml b/_data/meltano/extractors/tap-ms-graph/slalom-consulting.yml index 9bb5583ff..0b0483f7c 100644 --- a/_data/meltano/extractors/tap-ms-graph/slalom-consulting.yml +++ b/_data/meltano/extractors/tap-ms-graph/slalom-consulting.yml @@ -45,10 +45,12 @@ settings: kind: password label: Client ID name: client_id + sensitive: true - description: The client secret generated for the app in the app registration portal. kind: password label: Client Secret name: client_secret + sensitive: true - description: "'True' to enable schema flattening and automatically expand nested properties." kind: boolean diff --git a/_data/meltano/extractors/tap-mysql/meltanolabs.yml b/_data/meltano/extractors/tap-mysql/meltanolabs.yml index 930b62942..06ff84b1b 100644 --- a/_data/meltano/extractors/tap-mysql/meltanolabs.yml +++ b/_data/meltano/extractors/tap-mysql/meltanolabs.yml @@ -53,7 +53,7 @@ settings: label: Database name: database - description: 'One or more LCID locale strings to produce localized output for: https://faker.readthedocs.io/en/master/#localization' - kind: string + 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' @@ -85,6 +85,7 @@ settings: kind: password label: Password name: password + sensitive: true - description: The port on which mysql is awaiting connection. Note if sqlalchemy_url is set this will be ignored. kind: integer @@ -114,10 +115,12 @@ settings: kind: password label: SSH Tunnel Private Key name: ssh_tunnel.private_key + sensitive: true - description: Private Key Password, leave None if no password is set kind: password label: SSH Tunnel Private Key Password name: ssh_tunnel.private_key_password + sensitive: true - description: Username to connect to bastion host kind: string label: SSH Tunnel Username diff --git a/_data/meltano/extractors/tap-netlify/franloza.yml b/_data/meltano/extractors/tap-netlify/franloza.yml index 58f2e1355..c4c1125d0 100644 --- a/_data/meltano/extractors/tap-netlify/franloza.yml +++ b/_data/meltano/extractors/tap-netlify/franloza.yml @@ -23,6 +23,7 @@ settings: kind: password label: Auth Token name: auth_token + sensitive: true - description: The name of your app and a contact email address should the API provider need to contact you for any reason. kind: string diff --git a/_data/meltano/extractors/tap-netohq/hotgluexyz.yml b/_data/meltano/extractors/tap-netohq/hotgluexyz.yml index 0618fcc15..630c468a8 100644 --- a/_data/meltano/extractors/tap-netohq/hotgluexyz.yml +++ b/_data/meltano/extractors/tap-netohq/hotgluexyz.yml @@ -25,6 +25,7 @@ settings: kind: password label: API Key name: api_key + sensitive: true - description: "'True' to enable schema flattening and automatically expand nested properties." kind: boolean diff --git a/_data/meltano/extractors/tap-netsuite/gthesheep.yml b/_data/meltano/extractors/tap-netsuite/gthesheep.yml index 09e18c4c8..a2c3a5201 100644 --- a/_data/meltano/extractors/tap-netsuite/gthesheep.yml +++ b/_data/meltano/extractors/tap-netsuite/gthesheep.yml @@ -23,14 +23,17 @@ settings: kind: password label: Account IDentifier name: account_identifier + sensitive: true - description: Client ID kind: password label: Client ID name: client_id + sensitive: true - description: App secret key kind: password label: Client Secret name: client_secret + sensitive: true - description: "'True' to enable schema flattening and automatically expand nested properties." kind: boolean @@ -44,6 +47,7 @@ settings: kind: password label: Refresh Token name: refresh_token + sensitive: true - description: The earliest record date to sync kind: date_iso8601 label: Start Date diff --git a/_data/meltano/extractors/tap-netsuite/sehnem.yml b/_data/meltano/extractors/tap-netsuite/sehnem.yml index 8185fb5b7..223e8a76e 100644 --- a/_data/meltano/extractors/tap-netsuite/sehnem.yml +++ b/_data/meltano/extractors/tap-netsuite/sehnem.yml @@ -57,10 +57,12 @@ settings: kind: password label: Consumer Key name: consumer_key + sensitive: true - description: The netsuite account code consumer secret kind: password label: Consumer Secret name: consumer_secret + sensitive: true - description: "'True' to enable schema flattening and automatically expand nested properties." kind: boolean @@ -87,10 +89,12 @@ settings: kind: password label: Token Key name: token_key + sensitive: true - description: The netsuite account code token secret kind: password label: Token Secret name: token_secret + sensitive: true settings_group_validation: - - account - cache_wsdl diff --git a/_data/meltano/extractors/tap-newrelic/fixdauto.yml b/_data/meltano/extractors/tap-newrelic/fixdauto.yml index 337bfa6dd..05d38313b 100644 --- a/_data/meltano/extractors/tap-newrelic/fixdauto.yml +++ b/_data/meltano/extractors/tap-newrelic/fixdauto.yml @@ -29,6 +29,7 @@ settings: kind: password label: API Key name: api_key + sensitive: true - description: The API url to use e.g. `https://api.eu.newrelic.com/graphql`. kind: string label: API URL diff --git a/_data/meltano/extractors/tap-norwaycitybikeapi/andrejakobsen.yml b/_data/meltano/extractors/tap-norwaycitybikeapi/andrejakobsen.yml index 117c35f0d..52954896e 100644 --- a/_data/meltano/extractors/tap-norwaycitybikeapi/andrejakobsen.yml +++ b/_data/meltano/extractors/tap-norwaycitybikeapi/andrejakobsen.yml @@ -51,6 +51,7 @@ settings: kind: password label: Client IDentifier name: client_identifier + sensitive: true - description: "'True' to enable schema flattening and automatically expand nested properties." kind: boolean diff --git a/_data/meltano/extractors/tap-openexchangerates/hotgluexyz.yml b/_data/meltano/extractors/tap-openexchangerates/hotgluexyz.yml index 13ad95fe2..873c796dd 100644 --- a/_data/meltano/extractors/tap-openexchangerates/hotgluexyz.yml +++ b/_data/meltano/extractors/tap-openexchangerates/hotgluexyz.yml @@ -25,6 +25,7 @@ settings: kind: password label: Access Key name: access_key + sensitive: true - description: The base currency kind: string label: Base diff --git a/_data/meltano/extractors/tap-openexchangerates/penny-ai.yml b/_data/meltano/extractors/tap-openexchangerates/penny-ai.yml index d2cc316c9..69637097f 100644 --- a/_data/meltano/extractors/tap-openexchangerates/penny-ai.yml +++ b/_data/meltano/extractors/tap-openexchangerates/penny-ai.yml @@ -25,6 +25,7 @@ settings: kind: password label: App ID name: app_id + sensitive: true - description: 'Change base currency (3-letter code, default: USD)' kind: string label: Base diff --git a/_data/meltano/extractors/tap-opensea/decentraland.yml b/_data/meltano/extractors/tap-opensea/decentraland.yml index b9a38f233..6539b4b33 100644 --- a/_data/meltano/extractors/tap-opensea/decentraland.yml +++ b/_data/meltano/extractors/tap-opensea/decentraland.yml @@ -27,6 +27,7 @@ settings: kind: password label: Auth Token name: auth_token + sensitive: true - description: A comma separated list of collections to extract. kind: string label: Collections diff --git a/_data/meltano/extractors/tap-openweathermap/matatika.yml b/_data/meltano/extractors/tap-openweathermap/matatika.yml index 5eadd0b04..86be724be 100644 --- a/_data/meltano/extractors/tap-openweathermap/matatika.yml +++ b/_data/meltano/extractors/tap-openweathermap/matatika.yml @@ -24,6 +24,7 @@ settings: kind: password label: API Key name: api_key + sensitive: true - description: City name that you want to get weather for kind: string label: Current Weather City Name diff --git a/_data/meltano/extractors/tap-ordoro/hotgluexyz.yml b/_data/meltano/extractors/tap-ordoro/hotgluexyz.yml index 22fbb9c05..18d8817c9 100644 --- a/_data/meltano/extractors/tap-ordoro/hotgluexyz.yml +++ b/_data/meltano/extractors/tap-ordoro/hotgluexyz.yml @@ -29,10 +29,12 @@ settings: kind: password label: Client ID name: client_id + sensitive: true - description: Your Ordoro API password. kind: password label: Client Secret name: client_secret + sensitive: true - description: "'True' to enable schema flattening and automatically expand nested properties." kind: boolean diff --git a/_data/meltano/extractors/tap-partnerize/voxmedia.yml b/_data/meltano/extractors/tap-partnerize/voxmedia.yml index ad092d4ce..2ca0c0f28 100644 --- a/_data/meltano/extractors/tap-partnerize/voxmedia.yml +++ b/_data/meltano/extractors/tap-partnerize/voxmedia.yml @@ -32,10 +32,12 @@ settings: kind: password label: Password name: password + sensitive: true - description: The partner id kind: password label: Publisher ID name: publisher_id + sensitive: true - description: The earliest record date to retrieve kind: date_iso8601 label: Start Date diff --git a/_data/meltano/extractors/tap-partoo/gendarmerienationale.yml b/_data/meltano/extractors/tap-partoo/gendarmerienationale.yml index fe444c37d..0e5d24008 100644 --- a/_data/meltano/extractors/tap-partoo/gendarmerienationale.yml +++ b/_data/meltano/extractors/tap-partoo/gendarmerienationale.yml @@ -21,6 +21,7 @@ settings: kind: password label: API Key name: api_key + sensitive: true - description: "Determines how much historical data will be extracted. Please be aware\n that the larger the time period and amount of data, the longer the initial extraction\n can be expected to take." diff --git a/_data/meltano/extractors/tap-paypal/epoch8.yml b/_data/meltano/extractors/tap-paypal/epoch8.yml index a81f51cee..848f70250 100644 --- a/_data/meltano/extractors/tap-paypal/epoch8.yml +++ b/_data/meltano/extractors/tap-paypal/epoch8.yml @@ -23,10 +23,12 @@ settings: kind: password label: Client ID name: client_id + sensitive: true - description: The token to authenticate against the API service kind: password label: Client Secret name: client_secret + sensitive: true - description: '%y-%m-%d' kind: date_iso8601 label: End Date diff --git a/_data/meltano/extractors/tap-picqer/hotgluexyz.yml b/_data/meltano/extractors/tap-picqer/hotgluexyz.yml index 9823b0b05..e735d665d 100644 --- a/_data/meltano/extractors/tap-picqer/hotgluexyz.yml +++ b/_data/meltano/extractors/tap-picqer/hotgluexyz.yml @@ -24,6 +24,7 @@ settings: kind: password label: API Key name: api_key + sensitive: true - description: "'True' to enable schema flattening and automatically expand nested properties." kind: boolean diff --git a/_data/meltano/extractors/tap-pinterest-ads/gthesheep.yml b/_data/meltano/extractors/tap-pinterest-ads/gthesheep.yml index 66308e475..9300f3165 100644 --- a/_data/meltano/extractors/tap-pinterest-ads/gthesheep.yml +++ b/_data/meltano/extractors/tap-pinterest-ads/gthesheep.yml @@ -22,10 +22,12 @@ settings: kind: password label: Client ID name: client_id + sensitive: true - description: App secret key kind: password label: Client Secret name: client_secret + sensitive: true - description: Set to True once backfilled in order to reduce API calls per day kind: boolean label: Is Backfilled @@ -34,6 +36,7 @@ settings: kind: password label: Refresh Token name: refresh_token + sensitive: true - description: Date to start collection analytics from kind: date_iso8601 label: Start Date diff --git a/_data/meltano/extractors/tap-planfix/epoch8.yml b/_data/meltano/extractors/tap-planfix/epoch8.yml index fef62daa3..ca1c882ca 100644 --- a/_data/meltano/extractors/tap-planfix/epoch8.yml +++ b/_data/meltano/extractors/tap-planfix/epoch8.yml @@ -35,6 +35,7 @@ settings: kind: password label: Planfix Token name: planfix_token + sensitive: true - description: '' kind: date_iso8601 label: Start Date diff --git a/_data/meltano/extractors/tap-plentymarkets/hotgluexyz.yml b/_data/meltano/extractors/tap-plentymarkets/hotgluexyz.yml index 716f430d5..6686faf6a 100644 --- a/_data/meltano/extractors/tap-plentymarkets/hotgluexyz.yml +++ b/_data/meltano/extractors/tap-plentymarkets/hotgluexyz.yml @@ -37,6 +37,7 @@ settings: kind: password label: Password name: password + sensitive: true - description: User-defined config values to be used within map expressions. kind: object label: Stream Map Config diff --git a/_data/meltano/extractors/tap-podbean/slalom-consulting.yml b/_data/meltano/extractors/tap-podbean/slalom-consulting.yml index e45c47b87..d34cea5a3 100644 --- a/_data/meltano/extractors/tap-podbean/slalom-consulting.yml +++ b/_data/meltano/extractors/tap-podbean/slalom-consulting.yml @@ -32,10 +32,12 @@ settings: kind: password label: Client ID name: client_id + sensitive: true - description: The client secret to authenticate against the API service. kind: password label: Client Secret name: client_secret + sensitive: true - description: "'True' to enable schema flattening and automatically expand nested properties." kind: boolean diff --git a/_data/meltano/extractors/tap-postgres/meltanolabs.yml b/_data/meltano/extractors/tap-postgres/meltanolabs.yml index ec908a5ae..bcfcbc294 100644 --- a/_data/meltano/extractors/tap-postgres/meltanolabs.yml +++ b/_data/meltano/extractors/tap-postgres/meltanolabs.yml @@ -71,7 +71,7 @@ settings: value: LOG_BASED value: FULL_TABLE - description: 'One or more LCID locale strings to produce localized output for: https://faker.readthedocs.io/en/master/#localization' - kind: string + 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' @@ -103,6 +103,7 @@ settings: kind: password label: Password name: password + sensitive: true - description: The port on which postgres is awaiting connection. Note if sqlalchemy_url is set this will be ignored. kind: integer @@ -132,10 +133,12 @@ settings: kind: password label: SSH Tunnel Private Key name: ssh_tunnel.private_key + sensitive: true - description: Private Key Password, leave None if no password is set kind: password label: SSH Tunnel Private Key Password name: ssh_tunnel.private_key_password + sensitive: true - description: Username to connect to bastion server kind: string label: SSH Tunnel Username @@ -168,6 +171,7 @@ settings: kind: password label: SSL Client Private Key name: ssl_client_private_key + sensitive: true value: ~/.postgresql/postgresql.key - description: Whether or not to use ssl to verify the server's identity. Use ssl_certificate_authority and ssl_mode for further customization. To use a client certificate to authenticate diff --git a/_data/meltano/extractors/tap-powerbi-metadata/dataops-tk.yml b/_data/meltano/extractors/tap-powerbi-metadata/dataops-tk.yml index 01e180027..2a00763d7 100644 --- a/_data/meltano/extractors/tap-powerbi-metadata/dataops-tk.yml +++ b/_data/meltano/extractors/tap-powerbi-metadata/dataops-tk.yml @@ -20,10 +20,12 @@ settings: kind: password label: Client ID name: client_id + sensitive: true - description: Password to use in the auth flow. kind: password label: Password name: password + sensitive: true - description: "Determines how much historical data will be extracted. Please be aware\n that the larger the time period and amount of data, the longer the initial extraction\n can be expected to take." @@ -34,6 +36,7 @@ settings: kind: password label: Tenant ID name: tenant_id + sensitive: true - description: Username to use in the flow. kind: string label: Username diff --git a/_data/meltano/extractors/tap-powerbi/hotgluexyz.yml b/_data/meltano/extractors/tap-powerbi/hotgluexyz.yml index 75cfae52e..223863d3d 100644 --- a/_data/meltano/extractors/tap-powerbi/hotgluexyz.yml +++ b/_data/meltano/extractors/tap-powerbi/hotgluexyz.yml @@ -24,10 +24,12 @@ settings: kind: password label: Client ID name: client_id + sensitive: true - description: Your Power BI Client Secret. kind: password label: Client Secret name: client_secret + sensitive: true - description: "'True' to enable schema flattening and automatically expand nested properties." kind: boolean @@ -45,6 +47,7 @@ settings: kind: password label: Refresh Token name: refresh_token + sensitive: true - description: User-defined config values to be used within map expressions. kind: object label: Stream Map Config diff --git a/_data/meltano/extractors/tap-procore/hotgluexyz.yml b/_data/meltano/extractors/tap-procore/hotgluexyz.yml index 48e085cdc..0f77c4d4c 100644 --- a/_data/meltano/extractors/tap-procore/hotgluexyz.yml +++ b/_data/meltano/extractors/tap-procore/hotgluexyz.yml @@ -20,10 +20,12 @@ settings: kind: password label: Client ID name: client_id + sensitive: true - description: Your Procore client secret. kind: password label: Client Secret name: client_secret + sensitive: true - description: A boolean whether using a Sandbox or not. Default False. kind: boolean label: Is Sandbox @@ -36,6 +38,7 @@ settings: kind: password label: Refresh Token name: refresh_token + sensitive: true - description: "Determines how much historical data will be extracted. Please be aware\n that the larger the time period and amount of data, the longer the initial extraction\n can be expected to take." diff --git a/_data/meltano/extractors/tap-pubg/autoidm.yml b/_data/meltano/extractors/tap-pubg/autoidm.yml index 95754f3f4..a6f9a4472 100644 --- a/_data/meltano/extractors/tap-pubg/autoidm.yml +++ b/_data/meltano/extractors/tap-pubg/autoidm.yml @@ -23,6 +23,7 @@ settings: kind: password label: API Key name: api_key + sensitive: true - description: "'True' to enable schema flattening and automatically expand nested properties." kind: boolean diff --git a/_data/meltano/extractors/tap-pulumi-cloud/meltanolabs.yml b/_data/meltano/extractors/tap-pulumi-cloud/meltanolabs.yml index 2ce4bb6be..017e665fd 100644 --- a/_data/meltano/extractors/tap-pulumi-cloud/meltanolabs.yml +++ b/_data/meltano/extractors/tap-pulumi-cloud/meltanolabs.yml @@ -48,7 +48,7 @@ settings: 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: string + 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' @@ -94,6 +94,7 @@ settings: kind: password label: Token name: token + sensitive: true settings_group_validation: - - organizations - token diff --git a/_data/meltano/extractors/tap-qls/hotgluexyz.yml b/_data/meltano/extractors/tap-qls/hotgluexyz.yml index a17157f70..a26b3cd41 100644 --- a/_data/meltano/extractors/tap-qls/hotgluexyz.yml +++ b/_data/meltano/extractors/tap-qls/hotgluexyz.yml @@ -24,6 +24,7 @@ settings: kind: password label: Company ID name: company_id + sensitive: true - description: "'True' to enable schema flattening and automatically expand nested properties." kind: boolean @@ -37,6 +38,7 @@ settings: kind: password label: Password name: password + sensitive: true - description: The earliest record date to sync kind: date_iso8601 label: Start Date diff --git a/_data/meltano/extractors/tap-qualified/z3z1ma.yml b/_data/meltano/extractors/tap-qualified/z3z1ma.yml index 936cd2e4a..ae899deb8 100644 --- a/_data/meltano/extractors/tap-qualified/z3z1ma.yml +++ b/_data/meltano/extractors/tap-qualified/z3z1ma.yml @@ -25,6 +25,7 @@ settings: kind: password label: API Key name: api_key + sensitive: true - description: Compression format to use for batch files. kind: options label: Batch Config Encoding Compression @@ -52,7 +53,7 @@ settings: 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: string + 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' diff --git a/_data/meltano/extractors/tap-readthedocs/edgarrmondragon.yml b/_data/meltano/extractors/tap-readthedocs/edgarrmondragon.yml index a096c1d55..e8d2b3f5c 100644 --- a/_data/meltano/extractors/tap-readthedocs/edgarrmondragon.yml +++ b/_data/meltano/extractors/tap-readthedocs/edgarrmondragon.yml @@ -48,7 +48,7 @@ settings: 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: string + 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' @@ -84,6 +84,7 @@ settings: kind: password label: Token name: token + sensitive: true settings_group_validation: - - token variant: edgarrmondragon diff --git a/_data/meltano/extractors/tap-recruitee/rawwar.yml b/_data/meltano/extractors/tap-recruitee/rawwar.yml index cd1bbf73f..6bfafc91c 100644 --- a/_data/meltano/extractors/tap-recruitee/rawwar.yml +++ b/_data/meltano/extractors/tap-recruitee/rawwar.yml @@ -30,6 +30,7 @@ settings: kind: password label: Auth Token name: auth_token + sensitive: true - description: Company id kind: integer label: Company ID diff --git a/_data/meltano/extractors/tap-reddit/hotgluexyz.yml b/_data/meltano/extractors/tap-reddit/hotgluexyz.yml index 4a2a8af7d..f652b11f3 100644 --- a/_data/meltano/extractors/tap-reddit/hotgluexyz.yml +++ b/_data/meltano/extractors/tap-reddit/hotgluexyz.yml @@ -25,10 +25,12 @@ settings: kind: password label: Client ID name: client_id + sensitive: true - description: Your Reddit API client secret. kind: password label: Client Secret name: client_secret + sensitive: true - description: "'True' to enable schema flattening and automatically expand nested properties." kind: boolean @@ -47,6 +49,7 @@ settings: kind: password label: Refresh Token name: refresh_token + sensitive: true - description: User-defined config values to be used within map expressions. kind: object label: Stream Map Config diff --git a/_data/meltano/extractors/tap-saasoptics/datarts-tech.yml b/_data/meltano/extractors/tap-saasoptics/datarts-tech.yml index 5bebd3628..664d0e2b8 100644 --- a/_data/meltano/extractors/tap-saasoptics/datarts-tech.yml +++ b/_data/meltano/extractors/tap-saasoptics/datarts-tech.yml @@ -31,6 +31,7 @@ settings: kind: password label: API Token name: api_token + sensitive: true - description: Compression format to use for batch files. kind: options label: Batch Config Encoding Compression diff --git a/_data/meltano/extractors/tap-sailthru/voxmedia.yml b/_data/meltano/extractors/tap-sailthru/voxmedia.yml index a6de5cdcb..22a7801ea 100644 --- a/_data/meltano/extractors/tap-sailthru/voxmedia.yml +++ b/_data/meltano/extractors/tap-sailthru/voxmedia.yml @@ -28,10 +28,12 @@ settings: kind: password label: API Key name: api_key + sensitive: true - description: API secret for the sailthru account kind: password label: API Secret name: api_secret + sensitive: true - description: Which chunk to feed into List Members kind: integer label: Chunk Number @@ -73,6 +75,7 @@ settings: kind: password label: Table ID name: table_id + sensitive: true - description: User agent for http requests kind: string label: User Agent diff --git a/_data/meltano/extractors/tap-salesloft/markestey.yml b/_data/meltano/extractors/tap-salesloft/markestey.yml index 6a8291bb2..afadd2fae 100644 --- a/_data/meltano/extractors/tap-salesloft/markestey.yml +++ b/_data/meltano/extractors/tap-salesloft/markestey.yml @@ -30,6 +30,7 @@ settings: kind: password label: API Key name: api_key + sensitive: true - description: Compression format to use for batch files. kind: options label: Batch Config Encoding Compression diff --git a/_data/meltano/extractors/tap-segment/gthesheep.yml b/_data/meltano/extractors/tap-segment/gthesheep.yml index 59e6e77d1..9b0e92202 100644 --- a/_data/meltano/extractors/tap-segment/gthesheep.yml +++ b/_data/meltano/extractors/tap-segment/gthesheep.yml @@ -24,6 +24,7 @@ settings: kind: password label: API Token name: api_token + sensitive: true - description: "'True' to enable schema flattening and automatically expand nested properties." kind: boolean diff --git a/_data/meltano/extractors/tap-sellsy/hotgluexyz.yml b/_data/meltano/extractors/tap-sellsy/hotgluexyz.yml index 396abd8b3..bf4ea437b 100644 --- a/_data/meltano/extractors/tap-sellsy/hotgluexyz.yml +++ b/_data/meltano/extractors/tap-sellsy/hotgluexyz.yml @@ -24,10 +24,12 @@ settings: kind: password label: Client ID name: client_id + sensitive: true - description: Your Sellsy client secret. kind: password label: Client Secret name: client_secret + sensitive: true - description: "'True' to enable schema flattening and automatically expand nested properties." kind: boolean diff --git a/_data/meltano/extractors/tap-sendinblue/hotgluexyz.yml b/_data/meltano/extractors/tap-sendinblue/hotgluexyz.yml index dc53078d3..29a3270b4 100644 --- a/_data/meltano/extractors/tap-sendinblue/hotgluexyz.yml +++ b/_data/meltano/extractors/tap-sendinblue/hotgluexyz.yml @@ -22,6 +22,7 @@ settings: kind: password label: API Key name: api_key + sensitive: true - description: The earliest record date to sync kind: date_iso8601 label: Start Date diff --git a/_data/meltano/extractors/tap-sharepointsites/storebrand.yml b/_data/meltano/extractors/tap-sharepointsites/storebrand.yml index 804ae3c98..3b9ec7d10 100644 --- a/_data/meltano/extractors/tap-sharepointsites/storebrand.yml +++ b/_data/meltano/extractors/tap-sharepointsites/storebrand.yml @@ -30,6 +30,7 @@ settings: kind: password label: Client ID name: client_id + sensitive: true - description: "'True' to enable schema flattening and automatically expand nested properties." kind: boolean diff --git a/_data/meltano/extractors/tap-shipbob/hotgluexyz.yml b/_data/meltano/extractors/tap-shipbob/hotgluexyz.yml index 0b458b141..0b2622d0a 100644 --- a/_data/meltano/extractors/tap-shipbob/hotgluexyz.yml +++ b/_data/meltano/extractors/tap-shipbob/hotgluexyz.yml @@ -24,6 +24,7 @@ settings: kind: password label: Access Token name: access_token + sensitive: true - description: "'True' to enable schema flattening and automatically expand nested properties." kind: boolean diff --git a/_data/meltano/extractors/tap-shopify/matatika.yml b/_data/meltano/extractors/tap-shopify/matatika.yml index 441aa01eb..695b99d17 100644 --- a/_data/meltano/extractors/tap-shopify/matatika.yml +++ b/_data/meltano/extractors/tap-shopify/matatika.yml @@ -23,6 +23,7 @@ settings: kind: password label: Access Token name: access_token + sensitive: true - description: The Admin url for your Shopify store (overrides 'store' property) kind: string label: Admin URL diff --git a/_data/meltano/extractors/tap-shopify/sehnem.yml b/_data/meltano/extractors/tap-shopify/sehnem.yml index 83ac984ca..0e11e5ef6 100644 --- a/_data/meltano/extractors/tap-shopify/sehnem.yml +++ b/_data/meltano/extractors/tap-shopify/sehnem.yml @@ -24,6 +24,7 @@ settings: kind: password label: Access Token name: access_token + sensitive: true - description: The version of the API to use. kind: string label: API Version diff --git a/_data/meltano/extractors/tap-shoplazza/hotgluexyz.yml b/_data/meltano/extractors/tap-shoplazza/hotgluexyz.yml index 5bf36137a..19b65b47a 100644 --- a/_data/meltano/extractors/tap-shoplazza/hotgluexyz.yml +++ b/_data/meltano/extractors/tap-shoplazza/hotgluexyz.yml @@ -24,6 +24,7 @@ settings: kind: password label: Auth Token name: auth_token + sensitive: true - description: "'True' to enable schema flattening and automatically expand nested properties." kind: boolean diff --git a/_data/meltano/extractors/tap-shortcut/edgarrmondragon.yml b/_data/meltano/extractors/tap-shortcut/edgarrmondragon.yml index 4237baea4..86552080d 100644 --- a/_data/meltano/extractors/tap-shortcut/edgarrmondragon.yml +++ b/_data/meltano/extractors/tap-shortcut/edgarrmondragon.yml @@ -50,7 +50,7 @@ settings: 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: string + 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' @@ -80,6 +80,7 @@ settings: kind: password label: Token name: token + sensitive: true settings_group_validation: - - token variant: edgarrmondragon diff --git a/_data/meltano/extractors/tap-showpad/z3z1ma.yml b/_data/meltano/extractors/tap-showpad/z3z1ma.yml index b1a9af991..aa2006fe9 100644 --- a/_data/meltano/extractors/tap-showpad/z3z1ma.yml +++ b/_data/meltano/extractors/tap-showpad/z3z1ma.yml @@ -25,6 +25,7 @@ settings: kind: password label: API Key name: api_key + sensitive: true - description: Compression format to use for batch files. kind: options label: Batch Config Encoding Compression @@ -52,7 +53,7 @@ settings: 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: string + 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' diff --git a/_data/meltano/extractors/tap-skuvault/hotgluexyz.yml b/_data/meltano/extractors/tap-skuvault/hotgluexyz.yml index 156526124..59806243e 100644 --- a/_data/meltano/extractors/tap-skuvault/hotgluexyz.yml +++ b/_data/meltano/extractors/tap-skuvault/hotgluexyz.yml @@ -33,6 +33,7 @@ settings: kind: password label: Password name: password + sensitive: true - description: User-defined config values to be used within map expressions. kind: object label: Stream Map Config @@ -45,10 +46,12 @@ settings: kind: password label: Tenant Token name: tenant_token + sensitive: true - description: Your SkuVault user token.. kind: password label: User Token name: user_token + sensitive: true - description: Your SkuVault API username. kind: string label: Username diff --git a/_data/meltano/extractors/tap-slack/meltanolabs.yml b/_data/meltano/extractors/tap-slack/meltanolabs.yml index 4856aa52d..4cb5ffefb 100644 --- a/_data/meltano/extractors/tap-slack/meltanolabs.yml +++ b/_data/meltano/extractors/tap-slack/meltanolabs.yml @@ -63,6 +63,7 @@ settings: kind: password label: API Key name: api_key + sensitive: true - description: Whether the bot user should attempt to join channels that it has not yet joined. The bot user must be a member of the channel to retrieve messages. kind: boolean diff --git a/_data/meltano/extractors/tap-sleeper/collinprather.yml b/_data/meltano/extractors/tap-sleeper/collinprather.yml index 001ea1a87..134ba6fc0 100644 --- a/_data/meltano/extractors/tap-sleeper/collinprather.yml +++ b/_data/meltano/extractors/tap-sleeper/collinprather.yml @@ -1,7 +1,9 @@ capabilities: - about +- batch - catalog - discover +- schema-flattening - state - stream-maps description: Fantasy Football app, whose api also serves the latest player news, statuses, @@ -20,15 +22,68 @@ pip_url: tap-sleeper quality: silver repo: https://github.com/collinprather/tap-sleeper 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: '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: Unique identifier for the sleeper league kind: password label: League ID name: league_id + sensitive: true - description: Professional sport league, ie nfl, nba, etc kind: string label: Sport name: sport value: nfl +- 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 - description: Total number of players to return when requesting the current trending players kind: integer diff --git a/_data/meltano/extractors/tap-smoke-test/meltano.yml b/_data/meltano/extractors/tap-smoke-test/meltano.yml index f5b2a5713..3304c300c 100644 --- a/_data/meltano/extractors/tap-smoke-test/meltano.yml +++ b/_data/meltano/extractors/tap-smoke-test/meltano.yml @@ -48,7 +48,7 @@ settings: 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: string + 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' diff --git a/_data/meltano/extractors/tap-snapchat-ads/gthesheep.yml b/_data/meltano/extractors/tap-snapchat-ads/gthesheep.yml index 92f5f5df8..4c21d8f6e 100644 --- a/_data/meltano/extractors/tap-snapchat-ads/gthesheep.yml +++ b/_data/meltano/extractors/tap-snapchat-ads/gthesheep.yml @@ -24,10 +24,12 @@ settings: kind: password label: Client ID name: client_id + sensitive: true - description: Client Secret kind: password label: Client Secret name: client_secret + sensitive: true - description: "'True' to enable schema flattening and automatically expand nested properties." kind: boolean @@ -41,6 +43,7 @@ settings: kind: password label: Refresh Token name: refresh_token + sensitive: true - description: Start date for stats kind: date_iso8601 label: Start Date diff --git a/_data/meltano/extractors/tap-snowflake/meltanolabs.yml b/_data/meltano/extractors/tap-snowflake/meltanolabs.yml index 971194bee..d08aa32d8 100644 --- a/_data/meltano/extractors/tap-snowflake/meltanolabs.yml +++ b/_data/meltano/extractors/tap-snowflake/meltanolabs.yml @@ -57,7 +57,7 @@ settings: label: Database name: database - description: 'One or more LCID locale strings to produce localized output for: https://faker.readthedocs.io/en/master/#localization' - kind: string + 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' @@ -77,6 +77,7 @@ settings: kind: password label: Password name: password + sensitive: true - description: The initial role for the session. kind: string label: Role diff --git a/_data/meltano/extractors/tap-spotify/matatika.yml b/_data/meltano/extractors/tap-spotify/matatika.yml index eb909c496..f1e24fcea 100644 --- a/_data/meltano/extractors/tap-spotify/matatika.yml +++ b/_data/meltano/extractors/tap-spotify/matatika.yml @@ -48,10 +48,12 @@ settings: kind: password label: Client ID name: client_id + sensitive: true - description: App client secret kind: password label: Client Secret name: client_secret + sensitive: true - description: "'True' to enable schema flattening and automatically expand nested properties." kind: boolean @@ -65,6 +67,7 @@ settings: kind: password label: Refresh Token name: refresh_token + sensitive: true - description: User-defined config values to be used within map expressions. kind: object label: Stream Map Config diff --git a/_data/meltano/extractors/tap-square/hotgluexyz.yml b/_data/meltano/extractors/tap-square/hotgluexyz.yml index 633c73d73..e8e742bf4 100644 --- a/_data/meltano/extractors/tap-square/hotgluexyz.yml +++ b/_data/meltano/extractors/tap-square/hotgluexyz.yml @@ -24,6 +24,7 @@ settings: kind: password label: Access Token name: access_token + sensitive: true - description: "'True' to enable schema flattening and automatically expand nested properties." kind: boolean diff --git a/_data/meltano/extractors/tap-stackexchange/meltanolabs.yml b/_data/meltano/extractors/tap-stackexchange/meltanolabs.yml index 154bee980..f43a07ac6 100644 --- a/_data/meltano/extractors/tap-stackexchange/meltanolabs.yml +++ b/_data/meltano/extractors/tap-stackexchange/meltanolabs.yml @@ -48,7 +48,7 @@ settings: 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: string + 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' @@ -75,6 +75,7 @@ settings: kind: password label: Key name: key + sensitive: true - description: StackExchange site documentation: https://stackexchange.com/sites kind: string diff --git a/_data/meltano/extractors/tap-stamped/hotgluexyz.yml b/_data/meltano/extractors/tap-stamped/hotgluexyz.yml index c59823b69..c7c4f6414 100644 --- a/_data/meltano/extractors/tap-stamped/hotgluexyz.yml +++ b/_data/meltano/extractors/tap-stamped/hotgluexyz.yml @@ -34,10 +34,12 @@ settings: kind: password label: Private Key name: private_key + sensitive: true - description: Your Stamped API public key. kind: password label: Public Key name: public_key + sensitive: true - description: Your Stamped store hash. kind: string label: Store Hash diff --git a/_data/meltano/extractors/tap-strava/dluftspring.yml b/_data/meltano/extractors/tap-strava/dluftspring.yml index 27e00d756..7c5cb6f85 100644 --- a/_data/meltano/extractors/tap-strava/dluftspring.yml +++ b/_data/meltano/extractors/tap-strava/dluftspring.yml @@ -23,10 +23,12 @@ settings: kind: password label: Client ID name: client_id + sensitive: true - description: String secret of your strava application kind: password label: Client Secret name: client_secret + sensitive: true - description: End date for the data sync in YYYY-MM-DD format kind: date_iso8601 label: End Date @@ -44,6 +46,7 @@ settings: kind: password label: Refresh Token name: refresh_token + sensitive: true - description: Start date for the data sync in YYYY-MM-DD format kind: date_iso8601 label: Start Date diff --git a/_data/meltano/extractors/tap-stripe/prratek.yml b/_data/meltano/extractors/tap-stripe/prratek.yml index aa5182053..47a70bab9 100644 --- a/_data/meltano/extractors/tap-stripe/prratek.yml +++ b/_data/meltano/extractors/tap-stripe/prratek.yml @@ -25,11 +25,13 @@ settings: label: Account ID name: account_id placeholder: Ex. acct_1a2b3c4d5e + sensitive: true - description: Your Stripe API key. kind: password label: API Key name: api_key placeholder: Ex. sk_live_1a2b3c4d5e + sensitive: true - description: Determines how much historical data will be extracted. Please be aware that the larger the time period and amount of data, the longer the initial extraction can be expected to take. diff --git a/_data/meltano/extractors/tap-stripe/ticketswap.yml b/_data/meltano/extractors/tap-stripe/ticketswap.yml index cfc8cebb7..cf3af245b 100644 --- a/_data/meltano/extractors/tap-stripe/ticketswap.yml +++ b/_data/meltano/extractors/tap-stripe/ticketswap.yml @@ -25,6 +25,7 @@ settings: kind: password label: API Key name: api_key + sensitive: true - description: Compression format to use for batch files. kind: options label: Batch Config Encoding Compression diff --git a/_data/meltano/extractors/tap-sumologic/widen.yml b/_data/meltano/extractors/tap-sumologic/widen.yml index 56a106de2..33b40f596 100644 --- a/_data/meltano/extractors/tap-sumologic/widen.yml +++ b/_data/meltano/extractors/tap-sumologic/widen.yml @@ -25,10 +25,12 @@ settings: kind: password label: Access ID name: access_id + sensitive: true - description: The access key for authenticating against the Sumologic API. kind: password label: Access Key name: access_key + sensitive: true - description: Compression format to use for batch files. kind: options label: Batch Config Encoding Compression diff --git a/_data/meltano/extractors/tap-surveymonkey/danladd.yml b/_data/meltano/extractors/tap-surveymonkey/danladd.yml index 3c7dee3b0..ce5feee12 100644 --- a/_data/meltano/extractors/tap-surveymonkey/danladd.yml +++ b/_data/meltano/extractors/tap-surveymonkey/danladd.yml @@ -20,6 +20,7 @@ settings: kind: password label: Access Token name: access_token + sensitive: true - description: If true, drop free text answers from survey responses (Deafult = False) kind: boolean label: Drop Open Ended Text diff --git a/_data/meltano/extractors/tap-tableau/gthesheep.yml b/_data/meltano/extractors/tap-tableau/gthesheep.yml index c15653137..d5d4514a1 100644 --- a/_data/meltano/extractors/tap-tableau/gthesheep.yml +++ b/_data/meltano/extractors/tap-tableau/gthesheep.yml @@ -36,10 +36,12 @@ settings: kind: password label: Personal Access Token Name name: personal_access_token_name + sensitive: true - description: Personal access token for authentication kind: password label: Personal Access Token Secret name: personal_access_token_secret + sensitive: true - description: Server URL for your Tableau instance kind: string label: Server URL @@ -48,6 +50,7 @@ settings: kind: password label: Site URL ID name: site_url_id + sensitive: true - description: User-defined config values to be used within map expressions. kind: object label: Stream Map Config diff --git a/_data/meltano/extractors/tap-talkable/gthesheep.yml b/_data/meltano/extractors/tap-talkable/gthesheep.yml index 8212d0f41..845663ccf 100644 --- a/_data/meltano/extractors/tap-talkable/gthesheep.yml +++ b/_data/meltano/extractors/tap-talkable/gthesheep.yml @@ -23,6 +23,7 @@ settings: kind: password label: API Key name: api_key + sensitive: true - description: "'True' to enable schema flattening and automatically expand nested properties." kind: boolean diff --git a/_data/meltano/extractors/tap-talon-one/gthesheep.yml b/_data/meltano/extractors/tap-talon-one/gthesheep.yml index 7e30be8e9..25eec40ee 100644 --- a/_data/meltano/extractors/tap-talon-one/gthesheep.yml +++ b/_data/meltano/extractors/tap-talon-one/gthesheep.yml @@ -33,6 +33,7 @@ settings: kind: password label: Auth Token name: auth_token + sensitive: true - description: "'True' to enable schema flattening and automatically expand nested properties." kind: boolean diff --git a/_data/meltano/extractors/tap-thinkific/birdiecare.yml b/_data/meltano/extractors/tap-thinkific/birdiecare.yml index 9b7f6c303..c7f025e78 100644 --- a/_data/meltano/extractors/tap-thinkific/birdiecare.yml +++ b/_data/meltano/extractors/tap-thinkific/birdiecare.yml @@ -23,6 +23,7 @@ settings: kind: password label: API Key name: api_key + sensitive: true - description: "'True' to enable schema flattening and automatically expand nested properties." kind: boolean diff --git a/_data/meltano/extractors/tap-thunderboard/matatika.yml b/_data/meltano/extractors/tap-thunderboard/matatika.yml index 27085421b..5e59ad3b2 100644 --- a/_data/meltano/extractors/tap-thunderboard/matatika.yml +++ b/_data/meltano/extractors/tap-thunderboard/matatika.yml @@ -28,6 +28,7 @@ settings: kind: password label: Deviceid name: deviceId + sensitive: true - description: The name of the file in the data directory to be processed kind: string label: Filename diff --git a/_data/meltano/extractors/tap-tiktok/gthesheep.yml b/_data/meltano/extractors/tap-tiktok/gthesheep.yml index 89c0401d0..799607551 100644 --- a/_data/meltano/extractors/tap-tiktok/gthesheep.yml +++ b/_data/meltano/extractors/tap-tiktok/gthesheep.yml @@ -23,10 +23,12 @@ settings: kind: password label: Access Token name: access_token + sensitive: true - description: Advertiser ID kind: password label: Advertiser ID name: advertiser_id + sensitive: true - description: "'True' to enable schema flattening and automatically expand nested properties." kind: boolean diff --git a/_data/meltano/extractors/tap-totango/edsoncezar16.yml b/_data/meltano/extractors/tap-totango/edsoncezar16.yml index 54e3e1faf..2847fd6cd 100644 --- a/_data/meltano/extractors/tap-totango/edsoncezar16.yml +++ b/_data/meltano/extractors/tap-totango/edsoncezar16.yml @@ -27,6 +27,7 @@ settings: kind: password label: Account ID name: account_id + sensitive: true - description: The maximum number of accounts to return in the accounts result set. The max. Value for count is 1000. kind: integer @@ -84,6 +85,7 @@ settings: kind: password label: Auth Token name: auth_token + sensitive: true - description: The maximum number of accounts to return in the events result set. The max. Value for count is 1000. kind: integer diff --git a/_data/meltano/extractors/tap-tradera/kgpayne.yml b/_data/meltano/extractors/tap-tradera/kgpayne.yml index 311c57993..bb60d8d23 100644 --- a/_data/meltano/extractors/tap-tradera/kgpayne.yml +++ b/_data/meltano/extractors/tap-tradera/kgpayne.yml @@ -23,10 +23,12 @@ settings: kind: password label: App ID name: app_id + sensitive: true - description: The Tradera.com developer app key kind: password label: App Key name: app_key + sensitive: true - description: "'True' to enable schema flattening and automatically expand nested properties." kind: boolean diff --git a/_data/meltano/extractors/tap-travefy/hotgluexyz.yml b/_data/meltano/extractors/tap-travefy/hotgluexyz.yml index 6df997dcb..21af72599 100644 --- a/_data/meltano/extractors/tap-travefy/hotgluexyz.yml +++ b/_data/meltano/extractors/tap-travefy/hotgluexyz.yml @@ -38,10 +38,12 @@ settings: kind: password label: Private Key name: private_key + sensitive: true - description: The public key to authenticate against the API service kind: password label: Public Key name: public_key + sensitive: true - description: Define if sandbox is TRUE or FAlse. Default is TRUE kind: boolean label: Sandbox diff --git a/_data/meltano/extractors/tap-trello/matatika.yml b/_data/meltano/extractors/tap-trello/matatika.yml index c48ee813e..bf99bd052 100644 --- a/_data/meltano/extractors/tap-trello/matatika.yml +++ b/_data/meltano/extractors/tap-trello/matatika.yml @@ -24,6 +24,7 @@ settings: kind: password label: Access Token name: access_token + sensitive: true - description: Compression format to use for batch files. kind: options label: Batch Config Encoding Compression @@ -54,6 +55,7 @@ settings: kind: password label: Developer API Key name: developer_api_key + sensitive: true - description: "'True' to enable schema flattening and automatically expand nested properties." kind: boolean diff --git a/_data/meltano/extractors/tap-trustrace/icebug.yml b/_data/meltano/extractors/tap-trustrace/icebug.yml index 2d406f659..978d687f4 100644 --- a/_data/meltano/extractors/tap-trustrace/icebug.yml +++ b/_data/meltano/extractors/tap-trustrace/icebug.yml @@ -21,6 +21,7 @@ settings: kind: password label: API Key name: api_key + sensitive: true settings_group_validation: - - api_key settings_preamble: '' diff --git a/_data/meltano/extractors/tap-tvsquared/gthesheep.yml b/_data/meltano/extractors/tap-tvsquared/gthesheep.yml index 5ab23aed6..fc0012171 100644 --- a/_data/meltano/extractors/tap-tvsquared/gthesheep.yml +++ b/_data/meltano/extractors/tap-tvsquared/gthesheep.yml @@ -39,6 +39,7 @@ settings: kind: password label: Password name: password + sensitive: true - description: "Determines how much historical data will be extracted. Please be aware\n that the larger the time period and amount of data, the longer the initial extraction\n can be expected to take." diff --git a/_data/meltano/extractors/tap-twitter/voxmedia.yml b/_data/meltano/extractors/tap-twitter/voxmedia.yml index c715c536e..019c338a9 100644 --- a/_data/meltano/extractors/tap-twitter/voxmedia.yml +++ b/_data/meltano/extractors/tap-twitter/voxmedia.yml @@ -24,6 +24,7 @@ settings: kind: password label: Bearer Token name: bearer_token + sensitive: true - description: The earliest record date to sync kind: date_iso8601 label: Start Date diff --git a/_data/meltano/extractors/tap-typeform/albert-marrero.yml b/_data/meltano/extractors/tap-typeform/albert-marrero.yml index 3cdbdf19c..037ec825a 100644 --- a/_data/meltano/extractors/tap-typeform/albert-marrero.yml +++ b/_data/meltano/extractors/tap-typeform/albert-marrero.yml @@ -22,6 +22,7 @@ settings: kind: password label: Personal Access Token name: personal_access_token + sensitive: true settings_group_validation: - - personal_access_token variant: albert-marrero diff --git a/_data/meltano/extractors/tap-udemy-for-business/immuta.yml b/_data/meltano/extractors/tap-udemy-for-business/immuta.yml index 5f7a7e68d..68affda91 100644 --- a/_data/meltano/extractors/tap-udemy-for-business/immuta.yml +++ b/_data/meltano/extractors/tap-udemy-for-business/immuta.yml @@ -51,12 +51,14 @@ settings: kind: password label: Client ID name: client_id + sensitive: true - description: '' kind: password label: Client Secret name: client_secret + sensitive: true - description: 'One or more LCID locale strings to produce localized output for: https://faker.readthedocs.io/en/master/#localization' - kind: string + 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' diff --git a/_data/meltano/extractors/tap-unleashed/hotgluexyz.yml b/_data/meltano/extractors/tap-unleashed/hotgluexyz.yml index 257618ae4..61a540cd2 100644 --- a/_data/meltano/extractors/tap-unleashed/hotgluexyz.yml +++ b/_data/meltano/extractors/tap-unleashed/hotgluexyz.yml @@ -25,6 +25,7 @@ settings: kind: password label: API Auth ID name: api-auth-id + sensitive: true - description: Your Unleashed API Auth Signature. kind: string label: API Auth Signature diff --git a/_data/meltano/extractors/tap-upwork/automattic.yml b/_data/meltano/extractors/tap-upwork/automattic.yml index cb5ecf681..9faaaf675 100644 --- a/_data/meltano/extractors/tap-upwork/automattic.yml +++ b/_data/meltano/extractors/tap-upwork/automattic.yml @@ -49,10 +49,12 @@ settings: kind: password label: Client ID name: client_id + sensitive: true - description: The client_secret used to generate the OAuth token. kind: password label: Client Secret name: client_secret + sensitive: true - description: "'True' to enable schema flattening and automatically expand nested properties." kind: boolean @@ -66,6 +68,7 @@ settings: kind: password label: Organization ID name: organization_id + sensitive: true - description: The earliest record date to sync kind: date_iso8601 label: Start Date diff --git a/_data/meltano/extractors/tap-userflow/kingalban.yml b/_data/meltano/extractors/tap-userflow/kingalban.yml index 9d27a2430..cd568cda7 100644 --- a/_data/meltano/extractors/tap-userflow/kingalban.yml +++ b/_data/meltano/extractors/tap-userflow/kingalban.yml @@ -26,6 +26,7 @@ settings: kind: password label: Auth Token name: auth_token + sensitive: true - description: Compression format to use for batch files. kind: options label: Batch Config Encoding Compression diff --git a/_data/meltano/extractors/tap-veeqo/matatika.yml b/_data/meltano/extractors/tap-veeqo/matatika.yml index e74838dce..2ed620f99 100644 --- a/_data/meltano/extractors/tap-veeqo/matatika.yml +++ b/_data/meltano/extractors/tap-veeqo/matatika.yml @@ -28,6 +28,7 @@ settings: kind: password label: API Key name: api_key + sensitive: true - description: "'True' to enable schema flattening and automatically expand nested properties." kind: boolean diff --git a/_data/meltano/extractors/tap-zammad/lawiss.yml b/_data/meltano/extractors/tap-zammad/lawiss.yml index e1b2e22dc..05d953329 100644 --- a/_data/meltano/extractors/tap-zammad/lawiss.yml +++ b/_data/meltano/extractors/tap-zammad/lawiss.yml @@ -30,6 +30,7 @@ settings: kind: password label: Auth Token name: auth_token + sensitive: true - description: "'True' to enable schema flattening and automatically expand nested properties." kind: boolean diff --git a/_data/meltano/extractors/tap-zohobooks/hotgluexyz.yml b/_data/meltano/extractors/tap-zohobooks/hotgluexyz.yml index ae592c61e..b153e2387 100644 --- a/_data/meltano/extractors/tap-zohobooks/hotgluexyz.yml +++ b/_data/meltano/extractors/tap-zohobooks/hotgluexyz.yml @@ -24,6 +24,7 @@ settings: kind: password label: Access Token name: access_token + sensitive: true - description: "'True' to enable schema flattening and automatically expand nested properties." kind: boolean @@ -41,6 +42,7 @@ settings: kind: password label: Refresh Token name: refresh_token + sensitive: true - description: The earliest record date to sync kind: date_iso8601 label: Start Date diff --git a/_data/meltano/extractors/tap-zohosprints/autoidm.yml b/_data/meltano/extractors/tap-zohosprints/autoidm.yml index a0919d341..a6e7f5eeb 100644 --- a/_data/meltano/extractors/tap-zohosprints/autoidm.yml +++ b/_data/meltano/extractors/tap-zohosprints/autoidm.yml @@ -25,10 +25,12 @@ settings: kind: password label: Client ID name: client_id + sensitive: true - description: Your client secret. kind: password label: Client Secret name: client_secret + sensitive: true - description: The OAuth URL kind: string label: OAuth URL @@ -37,6 +39,7 @@ settings: kind: password label: Refresh Token name: refresh_token + sensitive: true - description: Determines how much historical data will be extracted. Please be aware that the larger the time period and amount of data, the longer the initial extraction can be expected to take. diff --git a/_data/meltano/extractors/tap-zoom/robby-rob-slalom.yml b/_data/meltano/extractors/tap-zoom/robby-rob-slalom.yml index 74f6dc76c..8de3eb6e3 100644 --- a/_data/meltano/extractors/tap-zoom/robby-rob-slalom.yml +++ b/_data/meltano/extractors/tap-zoom/robby-rob-slalom.yml @@ -24,6 +24,7 @@ settings: kind: password label: Account ID name: account_id + sensitive: true - description: Override the url for the API service. kind: string label: API URL @@ -32,10 +33,12 @@ settings: kind: password label: Client ID name: client_id + sensitive: true - description: The OAuth application's Client Secret. kind: password label: Client Secret name: client_secret + sensitive: true - description: "'True' to enable schema flattening and automatically expand nested properties." kind: boolean diff --git a/_data/meltano/loaders/target-airtable/hotgluexyz.yml b/_data/meltano/loaders/target-airtable/hotgluexyz.yml index dfc61b06e..2645979ce 100644 --- a/_data/meltano/loaders/target-airtable/hotgluexyz.yml +++ b/_data/meltano/loaders/target-airtable/hotgluexyz.yml @@ -19,18 +19,22 @@ settings: kind: password label: Access Token name: access_token + sensitive: true - description: The Airtable base ID. Airtable base IDs begin with "app". kind: password label: Base ID name: base_id + sensitive: true - description: '' kind: password label: Client ID name: client_id + sensitive: true - description: '' kind: password label: Client Secret name: client_secret + sensitive: true - description: Airtable Records URL, defaults to https://api.airtable.com/v0 kind: string label: Records URL @@ -39,6 +43,7 @@ settings: kind: password label: Refresh Token name: refresh_token + sensitive: true settings_group_validation: - - access_token - base_id diff --git a/_data/meltano/loaders/target-bigquery/youcruit.yml b/_data/meltano/loaders/target-bigquery/youcruit.yml index 36513804c..1719e55f2 100644 --- a/_data/meltano/loaders/target-bigquery/youcruit.yml +++ b/_data/meltano/loaders/target-bigquery/youcruit.yml @@ -65,6 +65,7 @@ settings: kind: password label: Project ID name: project_id + sensitive: true - description: User-defined config values to be used within map expressions. kind: object label: Stream Map Config diff --git a/_data/meltano/loaders/target-clickhouse/shaped-ai.yml b/_data/meltano/loaders/target-clickhouse/shaped-ai.yml index c2cf949bb..cd6c1715a 100644 --- a/_data/meltano/loaders/target-clickhouse/shaped-ai.yml +++ b/_data/meltano/loaders/target-clickhouse/shaped-ai.yml @@ -1,5 +1,6 @@ capabilities: - about +- hard-delete - schema-flattening - stream-maps description: Loader for Clickhouse database. @@ -70,6 +71,14 @@ settings: value: ReplicatedSummingMergeTree - label: Replicatedaggregatingmergetree value: ReplicatedAggregatingMergeTree +- 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 @@ -79,6 +88,11 @@ settings: kind: integer label: Flattening Max Depth name: flattening_max_depth +- description: Hard delete records. + kind: boolean + label: Hard Delete + name: hard_delete + value: false - description: Database host kind: string label: Host @@ -109,6 +123,7 @@ settings: kind: password label: Password name: password + sensitive: true - description: Database connection port kind: integer label: Port @@ -154,6 +169,11 @@ settings: label: Username name: username value: default +- description: Whether to validate the schema of the incoming streams. + kind: boolean + label: Validate Records + name: validate_records + value: true - description: Should secure connection need to verify SSL/TLS kind: boolean label: Verify diff --git a/_data/meltano/loaders/target-csv/meltanolabs.yml b/_data/meltano/loaders/target-csv/meltanolabs.yml index c713a253a..8d289d62a 100644 --- a/_data/meltano/loaders/target-csv/meltanolabs.yml +++ b/_data/meltano/loaders/target-csv/meltanolabs.yml @@ -37,7 +37,7 @@ settings: label: Escape Character name: escape_character - description: 'One or more LCID locale strings to produce localized output for: https://faker.readthedocs.io/en/master/#localization' - kind: string + 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' diff --git a/_data/meltano/loaders/target-elasticsearch/dtmirizzi.yml b/_data/meltano/loaders/target-elasticsearch/dtmirizzi.yml index eb4163070..46bb9fa12 100644 --- a/_data/meltano/loaders/target-elasticsearch/dtmirizzi.yml +++ b/_data/meltano/loaders/target-elasticsearch/dtmirizzi.yml @@ -25,18 +25,22 @@ settings: kind: password label: API Key name: api_key + sensitive: true - description: Api key id for auth key authorization kind: password label: API Key ID name: api_key_id + sensitive: true - description: Bearer token for bearer authorization kind: password label: Bearer Token name: bearer_token + sensitive: true - description: Encoded api key for auth key authorization kind: password label: Encoded API Key name: encoded_api_key + sensitive: true - description: "'True' to enable schema flattening and automatically expand nested properties." kind: boolean @@ -112,6 +116,7 @@ settings: kind: password label: Password name: password + sensitive: true - description: Port use to connect to elasticsearch kind: integer label: Port diff --git a/_data/meltano/loaders/target-hubspot/meltanolabs.yml b/_data/meltano/loaders/target-hubspot/meltanolabs.yml index 1f27bcea6..f3c51a8e0 100644 --- a/_data/meltano/loaders/target-hubspot/meltanolabs.yml +++ b/_data/meltano/loaders/target-hubspot/meltanolabs.yml @@ -22,6 +22,7 @@ settings: kind: password label: Access Token name: access_token + sensitive: true - description: An array including an object entry for each column in your import file stream. kind: array diff --git a/_data/meltano/loaders/target-mssql/storebrand.yml b/_data/meltano/loaders/target-mssql/storebrand.yml index b14497f1a..7d54505ac 100644 --- a/_data/meltano/loaders/target-mssql/storebrand.yml +++ b/_data/meltano/loaders/target-mssql/storebrand.yml @@ -42,6 +42,7 @@ settings: kind: password label: Password name: password + sensitive: true - description: SQL Server port kind: string label: Port diff --git a/_data/meltano/loaders/target-mysql/thkwag.yml b/_data/meltano/loaders/target-mysql/thkwag.yml index 49ea2bc32..0008c7a26 100644 --- a/_data/meltano/loaders/target-mysql/thkwag.yml +++ b/_data/meltano/loaders/target-mysql/thkwag.yml @@ -58,6 +58,7 @@ settings: kind: password label: Password name: password + sensitive: true - description: MySQL port kind: string label: Port diff --git a/_data/meltano/loaders/target-oracle/radbrt.yml b/_data/meltano/loaders/target-oracle/radbrt.yml index 9a68e2362..41c12e2a8 100644 --- a/_data/meltano/loaders/target-oracle/radbrt.yml +++ b/_data/meltano/loaders/target-oracle/radbrt.yml @@ -48,6 +48,7 @@ settings: kind: password label: Password name: password + sensitive: true - description: Oracle port kind: string label: Port diff --git a/_data/meltano/loaders/target-parquet/automattic.yml b/_data/meltano/loaders/target-parquet/automattic.yml index 5cca73101..3d228e46d 100644 --- a/_data/meltano/loaders/target-parquet/automattic.yml +++ b/_data/meltano/loaders/target-parquet/automattic.yml @@ -2,7 +2,6 @@ capabilities: - about - schema-flattening - stream-maps -- validate-records description: Columnar Storage Format domain_url: https://parquet.apache.org/ executable: target-parquet diff --git a/_data/meltano/loaders/target-pinecone/meltanolabs.yml b/_data/meltano/loaders/target-pinecone/meltanolabs.yml index 5f5577572..24b4815ea 100644 --- a/_data/meltano/loaders/target-pinecone/meltanolabs.yml +++ b/_data/meltano/loaders/target-pinecone/meltanolabs.yml @@ -27,6 +27,7 @@ settings: kind: password label: API Key name: api_key + sensitive: true - description: The amount of dimensions to use if creating a new index. An index is only created if it doesn't already exist. The default is `1536` which is the dimensions of the embeddings using OpenAI's text-embedding-ada-002 model. @@ -85,6 +86,7 @@ settings: kind: password label: Pinecone Metadata Text Key name: pinecone_metadata_text_key + sensitive: true value: text - description: User-defined config values to be used within map expressions. kind: object diff --git a/_data/meltano/loaders/target-postgres/meltanolabs.yml b/_data/meltano/loaders/target-postgres/meltanolabs.yml index aa78dac36..759a82d26 100644 --- a/_data/meltano/loaders/target-postgres/meltanolabs.yml +++ b/_data/meltano/loaders/target-postgres/meltanolabs.yml @@ -88,6 +88,7 @@ settings: kind: password label: Password name: password + sensitive: true - description: The port on which postgres is awaiting connection. Note if sqlalchemy_url is set this will be ignored. kind: integer @@ -120,10 +121,12 @@ settings: kind: password label: SSH Tunnel Private Key name: ssh_tunnel.private_key + sensitive: true - description: Private Key Password, leave None if no password is set kind: password label: SSH Tunnel Private Key Password name: ssh_tunnel.private_key_password + sensitive: true - description: Username to connect to bastion host kind: string label: SSH Tunnel Username @@ -156,6 +159,7 @@ settings: kind: password label: SSL Client Private Key name: ssl_client_private_key + sensitive: true value: ~/.postgresql/postgresql.key - description: Whether or not to use ssl to verify the server's identity. Use ssl_certificate_authority and ssl_mode for further customization. To use a client certificate to authenticate diff --git a/_data/meltano/loaders/target-s3-parquet/gupy-io.yml b/_data/meltano/loaders/target-s3-parquet/gupy-io.yml index 1b60fd88a..5df9bed82 100644 --- a/_data/meltano/loaders/target-s3-parquet/gupy-io.yml +++ b/_data/meltano/loaders/target-s3-parquet/gupy-io.yml @@ -28,10 +28,12 @@ settings: kind: password label: AWS Access Key ID name: aws_access_key_id + sensitive: true - description: Your AWS secret access key. kind: password label: AWS Secret Access Key name: aws_secret_access_key + sensitive: true - description: "'True' to enable schema flattening and automatically expand nested properties." kind: boolean diff --git a/_data/meltano/loaders/target-salesforce/dan-ladd.yml b/_data/meltano/loaders/target-salesforce/dan-ladd.yml index df6bb6345..b606720a2 100644 --- a/_data/meltano/loaders/target-salesforce/dan-ladd.yml +++ b/_data/meltano/loaders/target-salesforce/dan-ladd.yml @@ -41,10 +41,12 @@ settings: kind: password label: Client ID name: client_id + sensitive: true - description: OAuth client_secret kind: password label: Client Secret name: client_secret + sensitive: true - description: Your Salesforce instance domain. Use 'login' (default) or 'test' (sandbox), or Salesforce My domain. kind: string @@ -69,14 +71,17 @@ settings: kind: password label: Password name: password + sensitive: true - description: OAuth refresh_token kind: password label: Refresh Token name: refresh_token + sensitive: true - description: User/password generated security token. Reset under your Account Settings kind: password label: Security Token name: security_token + sensitive: true - description: User-defined config values to be used within map expressions. kind: object label: Stream Map Config diff --git a/_data/meltano/loaders/target-snowflake/meltanolabs.yml b/_data/meltano/loaders/target-snowflake/meltanolabs.yml index 89ef5c9c8..ccfd9cf7f 100644 --- a/_data/meltano/loaders/target-snowflake/meltanolabs.yml +++ b/_data/meltano/loaders/target-snowflake/meltanolabs.yml @@ -54,14 +54,17 @@ settings: kind: password label: Password name: password + sensitive: true - description: Passphrase to decrypt private key if encrypted. kind: password label: Private Key Passphrase name: private_key_passphrase + sensitive: true - description: Path to file containing private key. kind: password label: Private Key Path name: private_key_path + sensitive: true - description: The initial role for the session. kind: string label: Role diff --git a/_data/meltano/loaders/target-sqs/hotgluexyz.yml b/_data/meltano/loaders/target-sqs/hotgluexyz.yml index 2d61583f3..e9154cfcc 100644 --- a/_data/meltano/loaders/target-sqs/hotgluexyz.yml +++ b/_data/meltano/loaders/target-sqs/hotgluexyz.yml @@ -21,6 +21,7 @@ settings: kind: password label: AWS Access Key name: aws_access_key + sensitive: true - description: The AWS region name (e.g. us-east-1) kind: string label: AWS Region @@ -29,6 +30,7 @@ settings: kind: password label: AWS Secret Key name: aws_secret_key + sensitive: true - description: "'True' to enable schema flattening and automatically expand nested properties." kind: boolean diff --git a/_data/meltano/loaders/target-timeplus/timeplus.yml b/_data/meltano/loaders/target-timeplus/timeplus.yml index 3027d2a36..4e76bb648 100644 --- a/_data/meltano/loaders/target-timeplus/timeplus.yml +++ b/_data/meltano/loaders/target-timeplus/timeplus.yml @@ -21,6 +21,7 @@ settings: kind: password label: APIkey name: apikey + sensitive: true - description: Timeplus workspace endpoint kind: string label: Endpoint diff --git a/_data/meltano/loaders/target-yaml/meltanolabs.yml b/_data/meltano/loaders/target-yaml/meltanolabs.yml index 922c64f84..4fe406af4 100644 --- a/_data/meltano/loaders/target-yaml/meltanolabs.yml +++ b/_data/meltano/loaders/target-yaml/meltanolabs.yml @@ -67,6 +67,7 @@ settings: kind: password label: Record Key Property Name name: record_key_property_name + sensitive: true - description: "A property in the record which will be used as a sort key.\n\nIf this property is omitted, records will not be sorted." kind: string