* add azure table storage source connector * fix imports * add connector docs * Add azure table connector to the API/UI * fix imports * add azure table to builds.md * Delete launch.json * fix import paths * remove azure prefic from spec params and cleanup * gradlew format * Merge branch 'patch-1' of https://github.com/geekwhocodes/airbyte into patch-1 * rename specs key names and cleanup * rename specs key names and cleanup (#1) * add comments * fix source definitions * added azure table credentials to ci * chore: added axure-table to seed spec Co-authored-by: geekwhocodes <ganeshraskar@outlook.com>
6 lines
144 B
JSON
6 lines
144 B
JSON
{
|
|
"storage_account_name": "tweets",
|
|
"storage_access_key": "<<replace with correct key>>",
|
|
"storage_endpoint_suffix": "core.windows.net"
|
|
}
|