You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This got broken in #2018. It was throwing errors like this:
```
agent::connector_tags: connector Spec RPC failed error=parsing local config
Caused by:
missing field `variant` at line 1 column 56 image=ghcr.io/estuary/dekaf-generic:v1
```
Now that we don't bypass `Runtime::serve_materialize` for Dekaf anymore, we need to pass a valid `DekafConfig`.
0 commit comments