1
0
mirror of synced 2025-12-25 02:09:19 -05:00

Update fields in source-connectors specifications: amplitude, apify-dataset, appstore-singer, aws-cloudtrail, azure-table, bigcommerce, bigquery, braintree, cart, chargebee (#8434)

* Titles and Descriptions changes #8364
* bump version, update changelogs

Co-authored-by: Karina <karina.kuznietsova@zazmic.com>
This commit is contained in:
Karina Kuznietsova
2021-12-23 14:45:08 +02:00
committed by GitHub
parent 586f22d3f6
commit cbe8da49f3
33 changed files with 172 additions and 104 deletions

View File

@@ -17,14 +17,14 @@
"storage_access_key": {
"title": "Access Key",
"type": "string",
"description": "The access key to your storage account. Read more about access keys here - https://docs.microsoft.com/en-us/azure/storage/common/storage-account-keys-manage?tabs=azure-portal#view-account-access-keys",
"description": "Azure Table Storage Access Key. See the <a href=\"https://docs.airbyte.io/integrations/sources/azure-table\">docs</a> for more information on how to obtain this key.",
"order": 1,
"airbyte_secret": true
},
"storage_endpoint_suffix": {
"title": "Endpoint Suffix",
"type": "string",
"description": "The Table service account URL suffix. Read more about suffixes here - https://docs.microsoft.com/en-us/azure/storage/common/storage-configure-connection-string#create-a-connection-string-with-an-endpoint-suffix",
"description": "Azure Table Storage service account URL suffix. See the <a href=\"https://docs.airbyte.io/integrations/sources/azure-table\">docs</a> for more information on how to obtain endpoint suffix",
"order": 2,
"default": "core.windows.net",
"examples": ["core.windows.net", "core.chinacloudapi.cn"],