chris-aeviator

Results 184 comments of chris-aeviator

This happens whenever I add ``` from prefect.filesystems import RemoteFileSystem remote_file_system_block = RemoteFileSystem.load("my-s3") ``` no `await` in my file at all

@madkinsz it was inside my pipeline file, and deployed via ``` prefect deployment build ./test-project/test.py:my_task -n automated-task --storage-block remote-file-system/my-s3 ``` but I have since deleted re-added my s3 block via...

I didnt create it - just ran `docker-compose up - d ` - but as said the system works fine most of the time, I guess it's unrelated to my...

is there another reason that could cause this??? The cert error is not always visible with the error around ASC.Web.Files

I'm trying to connect groups to documentserver and following the provided YT video from the docs. However the fields look completely different. I'm getting the same API url error.

The documentation is just a little out of date. The video shows how to add the urls including paths to the API endpoints, while the most recent version of groups->settings->...

it's commented out for me ATM - is this for having login functionality/pw protection to my document server?

thanks, this looks useful, I will work on enabling it!