I’ve got a gRPC server running and Dagster running...
# ask-community
j
I’ve got a gRPC server running and Dagster running in a different process. When I try to materialize assets, I get the following error:
Copy code
dagster._core.errors.DagsterLaunchFailedError: Error during RPC setup for executing run: sqlalchemy.exc.OperationalError: (sqlite3.OperationalError) attempt to write a readonly database
[SQL: PRAGMA main.table_info("alembic_version")]
(Background on this error at: <https://sqlalche.me/e/20/e3q8>)
I’m hoping this is just a simple permissions issue. However, the error message doesn’t really provide any information as to where the permissions problem is. Anyone have any thoughts about where I should look? Thanks!