Hi Team, I have issue connecting Airbyte to a fil...
# ask-community-for-troubleshooting
r
Hi Team, I have issue connecting Airbyte to a file hosted in blob storage. Can someone share with me a working example. I believe it is juste the way to input params : Error :
Copy code
The connection tests failed.
Failed to load <azure://fuXXXrage.blob.core.windows.net/fXXXbi/PTB/FuzeBI_PayCode_Table.CSV>: ValueError('Unable to determine account name for shared key credential.') Traceback (most recent call last): File "/airbyte/integration_code/source_file/source.py", line 86, in check with client.reader.open(binary=client.binary_source): File "/airbyte/integration_code/source_file/client.py", line 78, in open self._file = self._open(binary=binary) File "/airbyte/integration_code/source_file/client.py", line 93, in _open return self._open_azblob_url(binary=binary) File "/airbyte/integration_code/source_file/client.py", line 207, in _open_azblob_url client = BlobServiceClient(account_url=storage_acc_url, credential=credential) File "/usr/local/lib/python3.9/site-packages/azure/storage/blob/_blob_service_client.py", line 137, in __init__ super(BlobServiceClient, self).__init__(parsed_url, service='blob', credential=credential, **kwargs) File "/usr/local/lib/python3.9/site-packages/azure/storage/blob/_shared/base_client.py", line 89, in __init__ self.credential = _format_shared_key_credential(self.account_name, credential) File "/usr/local/lib/python3.9/site-packages/azure/storage/blob/_shared/base_client.py", line 351, in _format_shared_key_credential raise ValueError("Unable to determine account name for shared key credential.") ValueError: Unable to determine account name for shared key credential.
Sas Token is generated from my folder using key1
My shared key is from my storage account
This doc should be updated accordingly : https://docs.airbyte.com/integrations/sources/file/