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
Now, silver is a variable that is well defined in our config.py, and I can verify this because every single model has a database parameterization on a variable such as silver, and sqlmesh plan/sqlmesh run have worked fine.
However, running sqlmesh test, consistently we get:
[WARNING] Model '"NONE"."client_x"."CLAIM"' was not found at /Users/gesus/Repos/core/adonis-core/adonis_sqlmesh/integrations/tests/silver/client_x/test_claim.yaml
As you can see, as well, we follow this document and even mix different modalities of using variables.
Am I missing something obvious or do we have a bug here?
The text was updated successfully, but these errors were encountered:
We're on SQLMesh version
0.164.0
, and we have a test of the form:Now,
silver
is a variable that is well defined in ourconfig.py
, and I can verify this because every single model has a database parameterization on a variable such assilver
, andsqlmesh plan
/sqlmesh run
have worked fine.However, running
sqlmesh test
, consistently we get:As you can see, as well, we follow this document and even mix different modalities of using variables.
Am I missing something obvious or do we have a bug here?
The text was updated successfully, but these errors were encountered: