Maria Dubyaga

Results 4 issues of Maria Dubyaga

paths for Linux

for issue: #88 hi I've started testing `quary` in the production and hitting dependencies errors: If I follow the logic of `DROP/CREATE` view I can't do it without `CASCADE` deleting...

### Current Behavior: If I run `cargo run build` on my views/materialized views models I'm getting errors about dependent views . I either need to delete all view with `CASCADE`...

hi I wonder if it's possible to run one model from CLI. it'll be an analog of `dbt` ``` dbt run --models model_name ``` thank you