[DRC-861] [Bug] Abstract class SqlmeshAdapter can't be instantiated when trying to start recce server #473
Labels
bug
Something isn't working
linear
Created by Linear-GitHub Sync
Low priority
Created by Linear-GitHub Sync
triage
Triage required
Current Behavior
This command fails
recce server --sqlmesh --sqlmesh-envs prod:dev
with the following error
File "/Users/ssciortino/.pyenv/versions/3.12.3/envs/recce/lib/python3.12/site-packages/recce/adapter/sqlmesh_adapter.py", line 90, in load return cls(context=context, base_env=base_env, curr_env=curr_env) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: Can't instantiate abstract class SqlmeshAdapter without an implementation for abstract method 'select_nodes'
Expected Behavior
Recce server should run without error.
Steps To Reproduce
Relevant log output
Environment
Additional Context
No response
DRC-861
The text was updated successfully, but these errors were encountered: