Customer facing the issue while wrting a file to ADLs using plugin.
Getting the below error
ename: "ServiceRequestError"
execution_count: 8
evalue: "[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1129)"
traceback:
0: "Traceback (most recent call last): "
1: " File "C:\app\Datagaps\DataOpsSuite\DataOpsEngine\python\lib\site-packages\azure\storage\filedatalake\_data_lake_directory_client.py", line 587, in create_file file_client.create_file(**kwargs) "
2: " File "C:\app\Datagaps\DataOpsSuite\DataOpsEngine\python\lib\site-packages\azure\storage\filedatalake\_data_lake_file_client.py", line 216, in create_file return self._create('file', content_settings=content_settings, metadata=metadata, **kwargs) "
3: " File "C:\app\Datagaps\DataOpsSuite\DataOpsEngine\python\lib\site-packages\azure\storage\filedatalake\_path_client.py", line 287, in _create return self._client.path.create(**options) "
The fix is we need to add the below variable in environments
no_proxy="storageaccount.dfs.windows.core.net"