Lindsay S
01/09/2023, 3:38 PMdagster_aws.s3.compute_log_manager
to my dagster.yaml
file and restart my docker containers, the dagit immediately crashes and the daemon crashes and tries to restart - this happens both locally and in the cloud. Do I need to do anything additional to make this work?compute_logs:
module: dagster_aws.s3.compute_log_manager
class: S3ComputeLogManager
config:
bucket: "my-bucket-name"
local_dir: "/tmp/compute-logs-stg"
prefix: "dagster-compute-logs"
skip_empty_files: false
upload_interval: 30
OSError: [Errno 28] No space left on device: '/opt/dagster/dagster_home/storage/partitioned-asset-name/2022-12-06'
File "/usr/local/lib/python3.7/site-packages/dagster/_core/execution/plan/utils.py", line 52, in solid_execution_error_boundary
yield
File "/usr/local/lib/python3.7/site-packages/dagster/_utils/__init__.py", line 460, in iterate_with_context
next_output = next(iterator)
File "/usr/local/lib/python3.7/site-packages/dagster/_core/execution/plan/execute_step.py", line 626, in _gen_fn
gen_output = output_manager.handle_output(output_context, output.value)
File "/usr/local/lib/python3.7/site-packages/dagster/_core/storage/upath_io_manager.py", line 231, in handle_output
self.dump_to_path(context=context, obj=obj, path=path)
File "/usr/local/lib/python3.7/site-packages/dagster/_core/storage/fs_io_manager.py", line 148, in dump_to_path
with path.open("wb") as file:
File "/usr/local/lib/python3.7/pathlib.py", line 1208, in open
opener=self._opener)
File "/usr/local/lib/python3.7/pathlib.py", line 1063, in _opener
return self._accessor.open(self, flags, mode)
daniel
01/09/2023, 7:53 PMLindsay S
01/09/2023, 10:15 PMdaniel
01/09/2023, 10:16 PMLindsay S
01/09/2023, 10:20 PM