Having issue with dagster not able to load repos a...
# dagster-plus
g
Having issue with dagster not able to load repos and failing to start dagster grpc server. has anyone encountered this issue before ?
Copy code
TypeError: Can't instantiate abstract class GraphQLEventLogStorage with abstract methods wipe_asset_cached_status
  File "/usr/local/lib/python3.8/site-packages/dagster/_grpc/server.py", line 261, in __init__
    with DagsterInstance.from_ref(
  File "/usr/local/lib/python3.8/site-packages/dagster/_core/instance/__init__.py", line 531, in from_ref
    unified_storage = instance_ref.storage
  File "/usr/local/lib/python3.8/site-packages/dagster/_core/instance/ref.py", line 486, in storage
    return self.storage_data.rehydrate(as_type=DagsterStorage) if self.storage_data else None
  File "/usr/local/lib/python3.8/site-packages/dagster/_serdes/config_class.py", line 109, in rehydrate
    return klass.from_config_value(self, check.not_none(result.value))
  File "/usr/local/lib/python3.8/site-packages/dagster/_core/storage/legacy_storage.py", line 118, in from_config_value
    event_log_storage = ConfigurableClassData(
  File "/usr/local/lib/python3.8/site-packages/dagster/_serdes/config_class.py", line 109, in rehydrate
    return klass.from_config_value(self, check.not_none(result.value))
  File "/usr/local/lib/python3.8/site-packages/dagster_cloud/storage/event_logs/storage.py", line 259, in from_config_value
    return GraphQLEventLogStorage(inst_data=inst_data)
  File "/usr/local/lib/python3.8/typing.py", line 873, in __new__
    obj = super().__new__(cls)
p
Can you share what version of
dagster
and
dagster_cloud
you have installed?
g
both are 1.2.3
p
and can you share the structure of what your
dagster.yaml
looks like?
g
tagged you in other slack thread. will continue discussion there