Start: Designer x64: Started running C:\Users\daniel.zeleznik\Novus Media LLC\Localytics Team - Documents\~Projects\2021 Data Strategy\Safegraph Blob Storage Testing.yxmd at 01/05/2021 10:19:11 Info: Designer x64: The Designer x64 reported: Allocating requested dedicated sort/join memory would be more than available physical memory. Reverting to 8268.8 MB of memory. Error: Azure Blob Download (1): Tool #1: --------------------------------------------------------------------------- StorageErrorException Traceback (most recent call last) ~\AppData\Roaming\Python\Python36\site-packages\azure\storage\blob\_list_blobs_helper.py in _get_next_cb(self, continuation_token) 75 cls=return_context_and_deserialized, ---> 76 use_location=self.location_mode) 77 except StorageErrorException as error: ~\AppData\Roaming\Python\Python36\site-packages\azure\storage\blob\_generated\operations\_container_operations.py in list_blob_flat_segment(self, prefix, marker, maxresults, include, timeout, request_id, cls, **kwargs) 1215 map_error(status_code=response.status_code, response=response, error_map=error_map) -> 1216 raise models.StorageErrorException(response, self._deserialize) 1217 StorageErrorException: Operation returned an invalid status 'The specified container does not exist.' During handling of the above exception, another exception occurred: ResourceNotFoundError Traceback (most recent call last) in 28 Alteryx.write(df,1) 29 elif is_download=='True': ---> 30 downloaded_files = download_files(blob_service_client, container_name, remotedir, file_name_to_download, is_subdir, localdir) 31 Alteryx.write(pd.DataFrame({'Status' : ['Data has been downloaded']}),1) 32 Alteryx.write(pd.DataFrame({'Downloaded_Files' : downloaded_files}),2) in download_files(blob_service_client, container_name, remotedir, pattern, is_subdir, localdir) 27 blobs = container_client.list_blobs(name_starts_with=remotedir) 28 downloaded_files = [] ---> 29 for blob in blobs: 30 relpath = os.path.relpath(blob.name, remotedir) 31 relpath = pathlib.PureWindowsPath(relpath) ~\AppData\Roaming\Python\Python36\site-packages\azure\core\paging.py in __next__(self) 127 if self._page_iterator is None: 128 self._page_iterator = itertools.chain.from_iterable(self.by_page()) --> 129 return next(self._page_iterator) 130 131 next = __next__ # Python 2 compatibility. ~\AppData\Roaming\Python\Python36\site-packages\azure\core\paging.py in __next__(self) 74 raise StopIteration("End of paging") 75 try: ---> 76 self._response = self._get_next(self.continuation_token) 77 except AzureError as error: 78 if not error.continuation_token: ~\AppData\Roaming\Python\Python36\site-packages\azure\storage\blob\_list_blobs_helper.py in _get_next_cb(self, continuation_token) 76 use_location=self.location_mode) 77 except StorageErrorException as error: ---> 78 process_storage_error(error) 79 80 def _extract_data_cb(self, get_next_return): ~\AppData\Roaming\Python\Python36\site-packages\azure\storage\blob\_shared\response_handlers.py in process_storage_error(storage_error) 145 error.error_code = error_code 146 error.additional_info = additional_data --> 147 raise error 148 149 ResourceNotFoundError: The specified container does not exist. RequestId:0c44dd38-d01e-0004-167e-e31d5e000000 Time:2021-01-05T16:19:26.5789440Z ErrorCode:ContainerNotFound Error:None End: Designer x64: Finished running Safegraph Blob Storage Testing.yxmd in 16.6 seconds with 1 error