matt_innerspace.io
06/13/2023, 2:36 AMprefect deployment build
(dropping the --infra flag, too many options to keep track of here).matt_innerspace.io
06/13/2023, 2:37 AMblock
, which is an azure blobstore.. i'm still struggling to understand what the block is for, or what it's equivalent is in jenkins...
getting errors like this:
File "/Users/some-user/dev/workflows/.venv/lib/python3.9/site-packages/azure/storage/blob/aio/_blob_client_async.py", line 413, in upload_blob
return await upload_block_blob(**options)
File "/Users/some-user/dev/workflows/.venv/lib/python3.9/site-packages/azure/storage/blob/aio/_upload_helpers.py", line 173, in upload_block_blob
process_storage_error(error)
File "/Users/some-user/dev/workflows/.venv/lib/python3.9/site-packages/azure/storage/blob/_shared/response_handlers.py", line 189, in process_storage_error
exec("raise error from None") # pylint: disable=exec-used # nosec
File "<string>", line 1, in <module>
azure.core.exceptions.HttpResponseError: This request is not authorized to perform this operation.
RequestId:8caeec69-001e-0013-329f-9d4aaa000000
Time:2023-06-13T02:31:02.4582816Z
ErrorCode:AuthorizationFailure
Content: <?xml version="1.0" encoding="utf-8"?><Error><Code>AuthorizationFailure</Code><Message>This request is not authorized to perform this operation.
RequestId:8caeec69-001e-0013-329f-9d4aaa000000
Time:2023-06-13T02:31:02.4582816Z</Message></Error>
An exception occurred.
matt_innerspace.io
06/13/2023, 2:49 AMmatt_innerspace.io
06/13/2023, 2:51 AMmatt_innerspace.io
06/13/2023, 1:37 PMRyan Peden
06/13/2023, 2:46 PMmatt_innerspace.io
06/13/2023, 2:50 PMRyan Peden
06/13/2023, 2:52 PMmatt_innerspace.io
06/13/2023, 2:53 PMmatt_innerspace.io
06/13/2023, 2:53 PMRyan Peden
06/13/2023, 2:57 PMmatt_innerspace.io
06/13/2023, 2:59 PMHenning Holgersen
06/13/2023, 3:23 PM